]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Add Makalu/Makalu-ELP (A715/X3)
authorThomasKaiser <ThomasKaiser@users.noreply.github.com>
Thu, 30 Jun 2022 05:32:40 +0000 (07:32 +0200)
committerGitHub <noreply@github.com>
Thu, 30 Jun 2022 05:32:40 +0000 (07:32 +0200)
Also fix names of A510/A710 cores

sys-utils/lscpu-arm.c

index 57b4bbaa10ed9187ba017959dfb51c1fabcc851b..30977cd2a89291a7d5156e8b8fbd3968235cd435 100644 (file)
@@ -83,12 +83,14 @@ static const struct id_part arm_part[] = {
     { 0xd41, "Cortex-A78" },
     { 0xd42, "Cortex-A78AE" },
     { 0xd44, "Cortex-X1" },
-    { 0xd46, "Cortex-510" },
-    { 0xd47, "Cortex-710" },
+    { 0xd46, "Cortex-A510" },
+    { 0xd47, "Cortex-A710" },
     { 0xd48, "Cortex-X2" },
     { 0xd49, "Neoverse-N2" },
     { 0xd4a, "Neoverse-E1" },
     { 0xd4b, "Cortex-A78C" },
+    { 0xd4d, "Cortex-A715" },
+    { 0xd4e, "Cortex-X3" },
     { -1, "unknown" },
 };