]> 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)
committerKarel Zak <kzak@redhat.com>
Tue, 4 Jun 2024 07:18:34 +0000 (09:18 +0200)
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>
(cherry picked from commit 7a136d595f1b3b48128afdb9bd110a40aec771af)

sys-utils/lscpu-arm.c

index b9e8060a92f4ca860bf0d88899b1ec58860c584a..997ae88ff1e7c16fc9244b7cb35ba9fc0b224919 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" },
 };