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

DB: add Intel Bay Trail-M

Related to TheTumultuousUnicornOfDarkness/CPU-X#309
This commit is contained in:
The Tumultuous Unicorn Of Darkness 2023-10-29 12:44:23 +01:00
commit 95a5c1db3e
No known key found for this signature in database
GPG key ID: 1E55EE2EFF18BC1A
2 changed files with 361 additions and 0 deletions

View file

@ -319,6 +319,10 @@ const struct match_entry_t cpudb_intel[] = {
{ 6, 12, -1, -1, 60, 1, -1, -1, NC, CELERON_ , 0, "Haswell (Celeron)" },
{ 6, 15, -1, -1, 63, -1, -1, -1, NC, 0 , 0, "Haswell-E" },
/* Silvermont CPUs (2013, 22nm, low-power) */
{ 6, 7, -1, -1, 55, 4, -1, -1, NC, PENTIUM_ , 0, "Bay Trail-M (Pentium)" },
{ 6, 7, -1, -1, 55, 2, -1, -1, NC, CELERON_ , 0, "Bay Trail-M (Celeron)" },
/* Broadwell CPUs (5th gen, 14nm): */
{ 6, 7, -1, -1, 71, 4, -1, -1, NC, CORE_|_I_|_7 , 0, "Broadwell (Core i7)" },
{ 6, 7, -1, -1, 71, 4, -1, -1, NC, CORE_|_I_|_5 , 0, "Broadwell (Core i5)" },