1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2025-10-03 11:01:30 +00:00

DB: add Rembrandt

This commit is contained in:
Xorg 2022-08-28 11:22:03 +02:00
commit cbaa02a966
No known key found for this signature in database
GPG key ID: 1E55EE2EFF18BC1A
3 changed files with 217 additions and 0 deletions

View file

@ -306,6 +306,11 @@ const struct match_entry_t cpudb_amd[] = {
{ 15, -1, -1, 25, 80, -1, -1, -1, NC, RYZEN_|_7 , 0, "Ryzen 7 (Cezanne)" },
{ 15, -1, -1, 25, 80, -1, -1, -1, NC, RYZEN_|_5 , 0, "Ryzen 5 (Cezanne)" },
{ 15, -1, -1, 25, 80, -1, -1, -1, NC, RYZEN_|_3 , 0, "Ryzen 3 (Cezanne)" },
/* Zen 3+ (2022) */
{ 15, -1, -1, 25, 68, -1, -1, -1, NC, RYZEN_|_9 , 0, "Ryzen 9 (Rembrandt)" },
{ 15, -1, -1, 25, 68, -1, -1, -1, NC, RYZEN_|_7 , 0, "Ryzen 7 (Rembrandt)" },
{ 15, -1, -1, 25, 68, -1, -1, -1, NC, RYZEN_|_5 , 0, "Ryzen 5 (Rembrandt)" },
{ 15, -1, -1, 25, 68, -1, -1, -1, NC, RYZEN_|_3 , 0, "Ryzen 3 (Rembrandt)" },
/* F M S EF EM #cores L2$ L3$ BC ModelBits ModelCode Name */
{ 15, -1, -1, 24, 0, -1, -1, -1, NC, C86_|_7 , 0, "C86 7 (Dhyana)" },