Add M3 processors

This commit is contained in:
Francois-Xavier Coudert 2023-12-01 15:45:06 +01:00
parent 1130070796
commit 7eb2134fa4
2 changed files with 3 additions and 0 deletions

View File

@ -109,6 +109,8 @@ module Hardware
:arm_firestorm_icestorm :arm_firestorm_icestorm
when 0xda33d83d # ARMv8.5-A (Blizzard, Avalanche) when 0xda33d83d # ARMv8.5-A (Blizzard, Avalanche)
:arm_blizzard_avalanche :arm_blizzard_avalanche
when 0x8765edea # ARMv8.6-A (Everest, Sawtooth)
:arm_everest_sawtooth
else else
:dunno :dunno
end end

View File

@ -28,6 +28,7 @@ describe Hardware::CPU do
:amd_k12, :amd_k12,
:arm, :arm,
:arm_blizzard_avalanche, :arm_blizzard_avalanche,
:arm_everest_sawtooth,
:arm_firestorm_icestorm, :arm_firestorm_icestorm,
:arm_hurricane_zephyr, :arm_hurricane_zephyr,
:arm_lightning_thunder, :arm_lightning_thunder,