1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2025-06-07 00:51:40 +00:00

DB: update ARM ID

This commit is contained in:
The Tumultuous Unicorn Of Darkness 2025-05-01 10:11:07 +02:00
parent 0b660474c5
commit 9333f8c0c3
No known key found for this signature in database
GPG key ID: 1E55EE2EFF18BC1A

View file

@ -146,8 +146,14 @@ struct arm_hw_impl {
{ 0xd80, "Cortex-A520", "Hayes", "3 nm" }, { 0xd80, "Cortex-A520", "Hayes", "3 nm" },
{ 0xd81, "Cortex-A720", "Hunter", "3 nm" }, { 0xd81, "Cortex-A720", "Hunter", "3 nm" },
{ 0xd82, "Cortex-X4", "Hunter ELP", UNKN_STR }, { 0xd82, "Cortex-X4", "Hunter ELP", UNKN_STR },
{ 0xd83, "Neoverse-V3AE", "Autonome", UNKN_STR },
{ 0xd84, "Neoverse-V3", "Poseidon", UNKN_STR }, { 0xd84, "Neoverse-V3", "Poseidon", UNKN_STR },
{ 0xd8e, "Neoverse-N3", "Hermes", UNKN_STR }, { 0xd85, "Cortex-X925", "Blackhawk", "3 nm" },
{ 0xd87, "Cortex-A725", "Chaberton", "3 nm" },
{ 0xd88, "Cortex-A520AE", "Hayes-AE", "3 nm" },
{ 0xd89, "Cortex-A720AE", "Hunter-AE", "3 nm" },
{ 0xd8e, "Neoverse-N3", "Hermes", "5 nm" },
{ 0xd8f, "Cortex-A320", "IoT & AI", UNKN_STR },
{ -1, UNKN_STR, UNKN_STR, UNKN_STR }, { -1, UNKN_STR, UNKN_STR, UNKN_STR },
}; };
@ -301,6 +307,7 @@ static const struct arm_id_part intel_part[] = {
static const struct arm_id_part fujitsu_part[] = { static const struct arm_id_part fujitsu_part[] = {
{ 0x001, "A64FX", UNKN_STR, "7 nm" }, { 0x001, "A64FX", UNKN_STR, "7 nm" },
{ 0x003, "MONAKA", UNKN_STR, "2 nm" },
{ -1, UNKN_STR, UNKN_STR, UNKN_STR }, { -1, UNKN_STR, UNKN_STR, UNKN_STR },
}; };