]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lscpu: Add a few missing Arm CPU identifiers
authorJonathan Thackray <jonathan.thackray@arm.com>
Thu, 27 Nov 2025 16:54:40 +0000 (16:54 +0000)
committerJonathan Thackray <jonathan.thackray@arm.com>
Fri, 28 Nov 2025 11:13:17 +0000 (11:13 +0000)
sys-utils/lscpu-arm.c

index b5cdd69a28a2b2ee11ea2f7eb872eee97c329af3..563ececfd8381fb2c316e97a484fffa8067308bf 100644 (file)
@@ -23,6 +23,9 @@ struct id_part {
 };
 
 static const struct id_part arm_part[] = {
+    { 0xb36, "ARM1136j-s" },
+    { 0xb56, "ARM1156t2-s" },
+    { 0xb76, "ARM1176jz-s" },
     { 0x810, "ARM810" },
     { 0x920, "ARM920" },
     { 0x922, "ARM922" },
@@ -69,10 +72,12 @@ static const struct id_part arm_part[] = {
     { 0xd0d, "Cortex-A77" },
     { 0xd0e, "Cortex-A76AE" },
     { 0xd13, "Cortex-R52" },
+    { 0xd14, "Cortex-R82AE" },
     { 0xd15, "Cortex-R82" },
     { 0xd16, "Cortex-R52+" },
     { 0xd20, "Cortex-M23" },
     { 0xd21, "Cortex-M33" },
+    { 0xd24, "Cortex-M52" },
     { 0xd22, "Cortex-M55" },
     { 0xd23, "Cortex-M85" },
     { 0xd40, "Neoverse-V1" },