Merge pull request #7020 from jonchang/new-intel-names
cpu: add new Intel names
This commit is contained in:
commit
5c1ac3d0bc
@ -49,14 +49,18 @@ module Hardware
|
|||||||
:merom
|
:merom
|
||||||
when 0x0d
|
when 0x0d
|
||||||
:dothan
|
:dothan
|
||||||
when 0x36, 0x26, 0x1c
|
when 0x1c, 0x26, 0x27, 0x35, 0x36
|
||||||
:atom
|
:atom
|
||||||
when 0x3c, 0x3f, 0x46
|
when 0x3c, 0x3f, 0x45, 0x46
|
||||||
:haswell
|
:haswell
|
||||||
when 0x3d, 0x47, 0x4f, 0x56
|
when 0x3d, 0x47, 0x4f, 0x56
|
||||||
:broadwell
|
:broadwell
|
||||||
when 0x4e, 0x55, 0x5e, 0x8e, 0x9e
|
when 0x4e, 0x55, 0x5e, 0x8e, 0x9e
|
||||||
:skylake
|
:skylake
|
||||||
|
when 0x66
|
||||||
|
:cannonlake
|
||||||
|
when 0x6a, 0x6c, 0x7d, 0x7e
|
||||||
|
:icelake
|
||||||
else
|
else
|
||||||
unknown
|
unknown
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user