]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lscpu: Even more Arm part numbers (early 2023)
authorJeremy Linton <jeremy.linton@arm.com>
Wed, 26 Jul 2023 20:54:20 +0000 (15:54 -0500)
committerKarel Zak <kzak@redhat.com>
Tue, 1 Aug 2023 13:27:53 +0000 (15:27 +0200)
There have been further MIDR/part numbers published
on https://developer.arm.com, they include:

Cortex-X4, Cortex-A520, Cortex-A720, Cortex-M85,
Cortex-M55 and Cortex-R52+.

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

index d83e948b0d844ec754eea5d7b8cf00808327e43d..77959836873170e6a0577deac5cf3887b4e668a1 100644 (file)
@@ -79,8 +79,11 @@ static const struct id_part arm_part[] = {
     { 0xd0e, "Cortex-A76AE" },
     { 0xd13, "Cortex-R52" },
     { 0xd15, "Cortex-R82" },
+    { 0xd16, "Cortex-R52+" },
     { 0xd20, "Cortex-M23" },
     { 0xd21, "Cortex-M33" },
+    { 0xd22, "Cortex-M55" },
+    { 0xd23, "Cortex-M85" },
     { 0xd40, "Neoverse-V1" },
     { 0xd41, "Cortex-A78" },
     { 0xd42, "Cortex-A78AE" },
@@ -96,6 +99,9 @@ static const struct id_part arm_part[] = {
     { 0xd4d, "Cortex-A715" },
     { 0xd4e, "Cortex-X3" },
     { 0xd4f, "Neoverse-V2" },
+    { 0xd80, "Cortex-A520" },
+    { 0xd81, "Cortex-A720" },
+    { 0xd82, "Cortex-X4" },
     { -1, "unknown" },
 };