All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] lscpu: Add FUJITSU aarch64 A64FX cpupart
@ 2020-09-28  9:46 Shunsuke Nakamura
  2020-09-29 10:46 ` Karel Zak
  0 siblings, 1 reply; 12+ messages in thread
From: Shunsuke Nakamura @ 2020-09-28  9:46 UTC (permalink / raw)
  To: util-linux; +Cc: Shunsuke Nakamura, Shunsuke Nakamura

Add an entry for FUJITSU aarch64 part A64FX.
I tested it on the FX1000.

Signed-off-by: Shunsuke Nakamura <nakamura.shun@fujitsu.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 270866191..c9997d062 100644
--- a/sys-utils/lscpu-arm.c
+++ b/sys-utils/lscpu-arm.c
@@ -171,6 +171,11 @@ static const struct id_part intel_part[] = {
     { -1, "unknown" },
 };
 
+static const struct id_part fujitsu_part[] = {
+    { 0x001, "A64FX" },
+    { -1, "unknown" },
+};
+
 static const struct id_part hisi_part[] = {
     { 0xd01, "Kunpeng-920" },	/* aka tsv110 */
     { -1, "unknown" },
@@ -191,6 +196,7 @@ static const struct hw_impl hw_implementer[] = {
     { 0x42, brcm_part,    "Broadcom" },
     { 0x43, cavium_part,  "Cavium" },
     { 0x44, dec_part,     "DEC" },
+    { 0x46, fujitsu_part, "FUJITSU" },
     { 0x48, hisi_part,    "HiSilicon" },
     { 0x4e, nvidia_part,  "Nvidia" },
     { 0x50, apm_part,     "APM" },
-- 
2.25.1


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

end of thread, other threads:[~2020-10-19 18:55 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-28  9:46 [PATCH] lscpu: Add FUJITSU aarch64 A64FX cpupart Shunsuke Nakamura
2020-09-29 10:46 ` Karel Zak
2020-09-30 14:44   ` Jeffrey Bastian
2020-09-30 17:40     ` Karel Zak
2020-09-30 18:49       ` Masayoshi Mizuma
2020-09-30 21:53         ` Jeffrey Bastian
2020-10-01  3:05           ` Masayoshi Mizuma
2020-10-02 12:15             ` nakamura.shun
2020-10-05 13:35               ` Jeffrey Bastian
2020-10-08 12:10                 ` Masayoshi Mizuma
2020-10-15 18:53                   ` Jeffrey Bastian
2020-10-19 18:55                     ` Masayoshi Mizuma

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.