]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lscpu: New Arm part numbers
authorJeremy Linton <jeremy.linton@arm.com>
Thu, 6 Mar 2025 18:17:30 +0000 (12:17 -0600)
committerJeremy Linton <jeremy.linton@arm.com>
Thu, 6 Mar 2025 18:17:30 +0000 (12:17 -0600)
Arm has announced the Cortex-A320 and published the TRM here:
https://developer.arm.com/documentation/109551

The Cortex-A520AE with a TRM here:
https://developer.arm.com/documentation/107726

The Cortex-A720AE with a TRM here:
https://developer.arm.com/documentation/102828

The Neoverse-V3AE with a TRM here:
https://developer.arm.com/documentation/101595

Signed-off-by: Jeremy Linton <jeremy.linton@arm.com>
sys-utils/lscpu-arm.c

index b2677539acec98694431652dbf4943b30796fe72..8745599d4c9923f3cb802d37b494c6afc4812970 100644 (file)
@@ -93,10 +93,14 @@ static const struct id_part arm_part[] = {
     { 0xd80, "Cortex-A520" },
     { 0xd81, "Cortex-A720" },
     { 0xd82, "Cortex-X4" },
+    { 0xd83, "Neoverse-V3AE" },
     { 0xd84, "Neoverse-V3" },
     { 0xd85, "Cortex-X925" },
     { 0xd87, "Cortex-A725" },
+    { 0xd88, "Cortex-A520AE" },
+    { 0xd89, "Cortex-A720AE" },
     { 0xd8e, "Neoverse-N3" },
+    { 0xd8f, "Cortex-A320" },
     { -1, "unknown" },
 };