From: Jeremy Linton Date: Wed, 29 May 2024 16:04:38 +0000 (-0500) Subject: lscpu: New Arm Cortex part numbers X-Git-Tag: v2.40.2~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=023096e3727fd5fc026e07703e2f2f93e1baa419;p=thirdparty%2Futil-linux.git lscpu: New Arm Cortex part numbers 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 (cherry picked from commit 7a136d595f1b3b48128afdb9bd110a40aec771af) --- diff --git a/sys-utils/lscpu-arm.c b/sys-utils/lscpu-arm.c index b9e8060a9..997ae88ff 100644 --- a/sys-utils/lscpu-arm.c +++ b/sys-utils/lscpu-arm.c @@ -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" }, };