aboutsummaryrefslogtreecommitdiffstats
path: root/sys-utils/lscpu-arm.c
diff options
context:
space:
mode:
authorJeremy Linton <jeremy.linton@arm.com>2025-09-10 09:51:21 -0500
committerJeremy Linton <jeremy.linton@arm.com>2025-09-10 10:06:23 -0500
commit50caf83d43fbee58ecb5a11e57857a027dea5148 (patch)
treefe31bf87b64908b36db962e3d06b73af80b2c1c1 /sys-utils/lscpu-arm.c
parent6134498c46cdcf4954331d36ba4da87af2e35e8e (diff)
downloadutil-linux-50caf83d43fbee58ecb5a11e57857a027dea5148.tar.gz
lscpu: New Arm C1 parts
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>
Diffstat (limited to 'sys-utils/lscpu-arm.c')
-rw-r--r--sys-utils/lscpu-arm.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys-utils/lscpu-arm.c b/sys-utils/lscpu-arm.c
index 9596691fd4..b5cdd69a28 100644
--- a/sys-utils/lscpu-arm.c
+++ b/sys-utils/lscpu-arm.c
@@ -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" },
};