mirror of
https://github.com/anrieff/libcpuid
synced 2025-10-13 11:10:39 +00:00
DB: add Intel Bay Trail-T
Dumps found on instlatx64: - http://users.atw.hu/instlatx64/GenuineIntel/GenuineIntel0030673_Silvermont_CPUID.txt - http://users.atw.hu/instlatx64/GenuineIntel/GenuineIntel0030679_Silvermont_CPUID.txt
This commit is contained in:
parent
95a5c1db3e
commit
bd22219133
3 changed files with 219 additions and 2 deletions
|
@ -320,8 +320,9 @@ const struct match_entry_t cpudb_intel[] = {
|
|||
{ 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)" },
|
||||
{ 6, 7, -1, -1, 55, -1, -1, -1, NC, PENTIUM_ , 0, "Bay Trail-M (Pentium)" },
|
||||
{ 6, 7, -1, -1, 55, -1, -1, -1, NC, CELERON_ , 0, "Bay Trail-M (Celeron)" },
|
||||
{ 6, 7, -1, -1, 55, -1, -1, -1, NC, ATOM_ , 0, "Bay Trail-T (Atom)" },
|
||||
|
||||
/* Broadwell CPUs (5th gen, 14nm): */
|
||||
{ 6, 7, -1, -1, 71, 4, -1, -1, NC, CORE_|_I_|_7 , 0, "Broadwell (Core i7)" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue