diff options
| author | Jeremy Linton <jeremy.linton@arm.com> | 2022-09-01 16:52:30 -0500 |
|---|---|---|
| committer | Karel Zak <kzak@redhat.com> | 2022-09-02 10:05:13 +0200 |
| commit | b22a3bb51cd070ab17c2b68ff78a181b7c2e19af (patch) | |
| tree | f54cfac08f400e32c15f7796fe05d416975b56c4 /sys-utils/lscpu-arm.c | |
| parent | 36e0914f12f763e2f71bf526c97958e3876a99d4 (diff) | |
| download | util-linux-b22a3bb51cd070ab17c2b68ff78a181b7c2e19af.tar.gz | |
lscpu: Even more Arm part numbers
Arm has published further MIDR/part numbers on
https://developer.arm.com/ip-products/processors/cortex-a.
Some of the new ones have already been merged, so lets
fill in the gaps with A34, A65AE and X1C.
Signed-off-by: Jeremy Linton <jeremy.linton@arm.com>
Diffstat (limited to 'sys-utils/lscpu-arm.c')
| -rw-r--r-- | sys-utils/lscpu-arm.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys-utils/lscpu-arm.c b/sys-utils/lscpu-arm.c index ac3703e1e5..9222b77ed5 100644 --- a/sys-utils/lscpu-arm.c +++ b/sys-utils/lscpu-arm.c @@ -64,6 +64,7 @@ static const struct id_part arm_part[] = { { 0xc27, "Cortex-M7" }, { 0xc60, "Cortex-M0+" }, { 0xd01, "Cortex-A32" }, + { 0xd02, "Cortex-A34" }, { 0xd03, "Cortex-A53" }, { 0xd04, "Cortex-A35" }, { 0xd05, "Cortex-A55" }, @@ -82,6 +83,7 @@ static const struct id_part arm_part[] = { { 0xd40, "Neoverse-V1" }, { 0xd41, "Cortex-A78" }, { 0xd42, "Cortex-A78AE" }, + { 0xd43, "Cortex-A65AE" }, { 0xd44, "Cortex-X1" }, { 0xd46, "Cortex-A510" }, { 0xd47, "Cortex-A710" }, @@ -89,6 +91,7 @@ static const struct id_part arm_part[] = { { 0xd49, "Neoverse-N2" }, { 0xd4a, "Neoverse-E1" }, { 0xd4b, "Cortex-A78C" }, + { 0xd4c, "Cortex-X1C" }, { 0xd4d, "Cortex-A715" }, { 0xd4e, "Cortex-X3" }, { -1, "unknown" }, |
