Add latest CPUs

This commit is contained in:
FX Coudert 2021-12-18 22:39:57 +01:00 committed by GitHub
parent 96137bc19e
commit 405aeac2d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,6 +107,8 @@ module Hardware
:arm_lightning_thunder
when 0x573b5eec, 0x1b588bb3 # ARMv8.4-A (Firestorm, Icestorm)
:arm_firestorm_icestorm
when 0xda33d83d # ARMv8.4-A (Blizzard, Avalanche)
:arm_blizzard_avalanche
else
:dunno
end
@ -138,6 +140,8 @@ module Hardware
:kabylake
when 0x38435547 # Ice Lake
:icelake
when 0x1cf8a03e # Comet Lake
:cometlake
else
:dunno
end