All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] lscpu: Even more Arm part numbers
@ 2022-09-01 21:52 Jeremy Linton
  2022-09-02  8:07 ` Karel Zak
  0 siblings, 1 reply; 4+ messages in thread
From: Jeremy Linton @ 2022-09-01 21:52 UTC (permalink / raw)
  To: util-linux; +Cc: Jeremy Linton

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>
---
 sys-utils/lscpu-arm.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sys-utils/lscpu-arm.c b/sys-utils/lscpu-arm.c
index ac3703e1e..9222b77ed 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" },
-- 
2.35.3


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] lscpu: Even more Arm part numbers
  2022-09-01 21:52 [PATCH] lscpu: Even more Arm part numbers Jeremy Linton
@ 2022-09-02  8:07 ` Karel Zak
  0 siblings, 0 replies; 4+ messages in thread
From: Karel Zak @ 2022-09-02  8:07 UTC (permalink / raw)
  To: Jeremy Linton; +Cc: util-linux

On Thu, Sep 01, 2022 at 04:52:30PM -0500, Jeremy Linton wrote:
>  sys-utils/lscpu-arm.c | 3 +++
>  1 file changed, 3 insertions(+)

Thanks for the update! Applied.

  Karel

-- 
 Karel Zak  <kzak@redhat.com>
 http://karelzak.blogspot.com


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] lscpu: Even more Arm part numbers
  2020-11-10 16:05 Jeremy Linton
@ 2020-11-13 10:23 ` Karel Zak
  0 siblings, 0 replies; 4+ messages in thread
From: Karel Zak @ 2020-11-13 10:23 UTC (permalink / raw)
  To: Jeremy Linton; +Cc: util-linux, jbastian, riku.voipio

On Tue, Nov 10, 2020 at 10:05:04AM -0600, Jeremy Linton wrote:
>  sys-utils/lscpu-arm.c | 6 ++++++
>  1 file changed, 6 insertions(+)

Applied, thanks.

-- 
 Karel Zak  <kzak@redhat.com>
 http://karelzak.blogspot.com


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] lscpu: Even more Arm part numbers
@ 2020-11-10 16:05 Jeremy Linton
  2020-11-13 10:23 ` Karel Zak
  0 siblings, 1 reply; 4+ messages in thread
From: Jeremy Linton @ 2020-11-10 16:05 UTC (permalink / raw)
  To: util-linux; +Cc: jbastian, kzak, riku.voipio, Jeremy Linton

Over the past two years Arm has published further MIDR/part numbers
on https://developer.arm.com/ip-products/processors/cortex-a.

Lets sync the arm_part structure for A65, A76AE, A77 and A78*.

Signed-off-by: Jeremy Linton <jeremy.linton@arm.com>
---
 sys-utils/lscpu-arm.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/sys-utils/lscpu-arm.c b/sys-utils/lscpu-arm.c
index 20c7291e5..18e542bfe 100644
--- a/sys-utils/lscpu-arm.c
+++ b/sys-utils/lscpu-arm.c
@@ -74,16 +74,22 @@ static const struct id_part arm_part[] = {
     { 0xd03, "Cortex-A53" },
     { 0xd04, "Cortex-A35" },
     { 0xd05, "Cortex-A55" },
+    { 0xd06, "Cortex-A65" },
     { 0xd07, "Cortex-A57" },
     { 0xd08, "Cortex-A72" },
     { 0xd09, "Cortex-A73" },
     { 0xd0a, "Cortex-A75" },
     { 0xd0b, "Cortex-A76" },
     { 0xd0c, "Neoverse-N1" },
+    { 0xd0d, "Cortex-A77" },
+    { 0xd0e, "Cortex-A76AE" },
     { 0xd13, "Cortex-R52" },
     { 0xd20, "Cortex-M23" },
     { 0xd21, "Cortex-M33" },
+    { 0xd41, "Cortex-A78" },
+    { 0xd42, "Cortex-A78AE" },
     { 0xd4a, "Neoverse-E1" },
+    { 0xd4b, "Cortex-A78C" },
     { -1, "unknown" },
 };
 
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-09-02  8:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-01 21:52 [PATCH] lscpu: Even more Arm part numbers Jeremy Linton
2022-09-02  8:07 ` Karel Zak
  -- strict thread matches above, loose matches on Subject: below --
2020-11-10 16:05 Jeremy Linton
2020-11-13 10:23 ` Karel Zak

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.