]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lscpu: New Arm C1 parts
authorJeremy Linton <jeremy.linton@arm.com>
Wed, 10 Sep 2025 14:51:21 +0000 (09:51 -0500)
committerJeremy Linton <jeremy.linton@arm.com>
Wed, 10 Sep 2025 15:06:23 +0000 (10:06 -0500)
Arm has announced the C1-Nano with a TRM here:
https://developer.arm.com/documentation/107753/latest

The C1-Pro with a TRM here:
https://developer.arm.com/documentation/107771/latest

The C1-Ultra with a TRM here:
https://developer.arm.com/documentation/108014/latest

The C1-Premium with a TRM here:
https://developer.arm.com/documentation/109416/latest

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

index 9596691fd4c24f9b33b10e8ab75ea98618f0008c..b5cdd69a28a2b2ee11ea2f7eb872eee97c329af3 100644 (file)
@@ -99,8 +99,12 @@ static const struct id_part arm_part[] = {
     { 0xd87, "Cortex-A725" },
     { 0xd88, "Cortex-A520AE" },
     { 0xd89, "Cortex-A720AE" },
+    { 0xd8a, "C1-Nano" },
+    { 0xd8b, "C1-Pro" },
+    { 0xd8c, "C1-Ultra" },
     { 0xd8e, "Neoverse-N3" },
     { 0xd8f, "Cortex-A320" },
+    { 0xd90, "C1-Premium" },
     { -1, "unknown" },
 };