mirror of
https://github.com/anrieff/libcpuid
synced 2024-12-16 16:35:45 +00:00
DB: add more AMD Renoir
Ryzen 7 4800S Desktop Kit Refer to InstLatx64/InstLatx64@2cdaa4a2ec https://www.amd.com/en/product/9081
This commit is contained in:
parent
1977fb7131
commit
ac084cc6e9
2 changed files with 1010 additions and 0 deletions
|
@ -315,6 +315,7 @@ const struct match_entry_t cpudb_amd[] = {
|
|||
{ 15, -1, -1, 23, 104, -1, -1, -1, NC, RYZEN_|_7 , 0, "Ryzen 7 (Lucienne)" },
|
||||
{ 15, -1, -1, 23, 104, -1, -1, -1, NC, RYZEN_|_5 , 0, "Ryzen 5 (Lucienne)" },
|
||||
{ 15, -1, -1, 23, 104, -1, -1, -1, NC, RYZEN_|_3 , 0, "Ryzen 3 (Lucienne)" },
|
||||
{ 15, -1, -1, 23, 132, -1, -1, -1, NC, RYZEN_|_7 , 0, "Ryzen 7 (Renoir)" }, /* Ryzen 7 4800S Desktop Kit */
|
||||
{ 15, -1, 2, 23, 144, -1, -1, -1, NC, 0 , 0, "Van Gogh" },
|
||||
{ 15, -1, -1, 23, 160, -1, -1, -1, NC, RYZEN_|_5 , 0, "Ryzen 5 (Mendocino)" },
|
||||
{ 15, -1, -1, 23, 160, -1, -1, -1, NC, RYZEN_|_3 , 0, "Ryzen 3 (Mendocino)" },
|
||||
|
|
1009
tests/amd/zen2/ryzen7-renoir-desktop-kit.test
Normal file
1009
tests/amd/zen2/ryzen7-renoir-desktop-kit.test
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue