Add latest CPUs
This commit is contained in:
parent
96137bc19e
commit
405aeac2d8
@ -107,6 +107,8 @@ module Hardware
|
|||||||
:arm_lightning_thunder
|
:arm_lightning_thunder
|
||||||
when 0x573b5eec, 0x1b588bb3 # ARMv8.4-A (Firestorm, Icestorm)
|
when 0x573b5eec, 0x1b588bb3 # ARMv8.4-A (Firestorm, Icestorm)
|
||||||
:arm_firestorm_icestorm
|
:arm_firestorm_icestorm
|
||||||
|
when 0xda33d83d # ARMv8.4-A (Blizzard, Avalanche)
|
||||||
|
:arm_blizzard_avalanche
|
||||||
else
|
else
|
||||||
:dunno
|
:dunno
|
||||||
end
|
end
|
||||||
@ -138,6 +140,8 @@ module Hardware
|
|||||||
:kabylake
|
:kabylake
|
||||||
when 0x38435547 # Ice Lake
|
when 0x38435547 # Ice Lake
|
||||||
:icelake
|
:icelake
|
||||||
|
when 0x1cf8a03e # Comet Lake
|
||||||
|
:cometlake
|
||||||
else
|
else
|
||||||
:dunno
|
:dunno
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user