]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lscpu: New Arm Cortex part numbers
authorJeremy Linton <jeremy.linton@arm.com>
Wed, 29 May 2024 16:04:38 +0000 (11:04 -0500)
committerJeremy Linton <lintonrjeremy@gmail.com>
Wed, 29 May 2024 16:17:34 +0000 (11:17 -0500)
Arm has announced the Cortex-X925 and published the TRM here:
https://developer.arm.com/documentation/102807/0001/?lang=en

As well as the Cortex-A725 with a TRM here:
https://developer.arm.com/documentation/107652/0001/?lang=en

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

index af34ab9c175eff8e46628037db0bad7073242e22..2c76c376bd72f5fd995c861a24a13cebabd45c98 100644 (file)
@@ -94,6 +94,8 @@ static const struct id_part arm_part[] = {
     { 0xd81, "Cortex-A720" },
     { 0xd82, "Cortex-X4" },
     { 0xd84, "Neoverse-V3" },
+    { 0xd85, "Cortex-X925" },
+    { 0xd87, "Cortex-A725" },
     { 0xd8e, "Neoverse-N3" },
     { -1, "unknown" },
 };