mirror of
https://github.com/anrieff/libcpuid
synced 2024-11-10 22:59:13 +00:00
Merge pull request #137 from eloaders/master
DB: Add Threadripper (Castle Peak)
This commit is contained in:
commit
7b360635aa
2 changed files with 7360 additions and 0 deletions
|
@ -46,6 +46,7 @@ struct amd_code_and_bits_t {
|
|||
|
||||
|
||||
const struct match_entry_t cpudb_amd[] = {
|
||||
// F M S EF EM #cores L2$ L3$ BC ModelBits ModelCode Name
|
||||
{ -1, -1, -1, -1, -1, 1, -1, -1, NC, 0 , 0, "Unknown AMD CPU" },
|
||||
|
||||
/* 486 and the likes */
|
||||
|
@ -283,10 +284,12 @@ const struct match_entry_t cpudb_amd[] = {
|
|||
{ 15, -1, -1, 23, 24, -1, -1, -1, NC, ATHLON_ , 0, "Athlon (Picasso)" },
|
||||
/* Zen 2 (2019) => https://en.wikichip.org/wiki/amd/microarchitectures/zen_2 */
|
||||
{ 15, -1, -1, 23, 113, -1, -1, -1, NC, EPYC_ , 0, "EPYC (Rome)" },
|
||||
{ 15, -1, -1, 23, 49, -1, -1, -1, NC,RYZEN_TR_ , 0, "Threadripper (Castle Peak)" },
|
||||
{ 15, -1, -1, 23, 113, -1, -1, -1, NC, RYZEN_|_9 , 0, "Ryzen 9 (Matisse)" },
|
||||
{ 15, -1, -1, 23, 113, -1, -1, -1, NC, RYZEN_|_7 , 0, "Ryzen 7 (Matisse)" },
|
||||
{ 15, -1, -1, 23, 113, -1, -1, -1, NC, RYZEN_|_5 , 0, "Ryzen 5 (Matisse)" },
|
||||
{ 15, -1, -1, 23, 113, -1, -1, -1, NC, RYZEN_|_3 , 0, "Ryzen 3 (Matisse)" },
|
||||
// F M S EF EM #cores L2$ L3$ BC ModelBits ModelCode Name
|
||||
//{ 15, -1, -1, 23, ??, -1, -1, -1, NC, RYZEN_|_7 , 0, "Ryzen 7 (Renoir)" }, //TBA
|
||||
//{ 15, -1, -1, 23, ??, -1, -1, -1, NC, RYZEN_|_5 , 0, "Ryzen 5 (Renoir)" }, //TBA
|
||||
//{ 15, -1, -1, 23, ??, -1, -1, -1, NC, RYZEN_|_3 , 0, "Ryzen 3 (Renoir)" }, //TBA
|
||||
|
|
7357
tests/amd/zen2/threadripper-castle-peak.test
Normal file
7357
tests/amd/zen2/threadripper-castle-peak.test
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue