From: Jeremy Linton Date: Wed, 29 May 2024 16:04:38 +0000 (-0500) Subject: lscpu: New Arm Cortex part numbers X-Git-Tag: v2.42-start~312^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7a136d595f1b3b48128afdb9bd110a40aec771af;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 --- diff --git a/sys-utils/lscpu-arm.c b/sys-utils/lscpu-arm.c index af34ab9c1..2c76c376b 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" }, };