]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Adding Apple core names, distinguish by SoC/SiP name
authorThomasKaiser <ThomasKaiser@users.noreply.github.com>
Fri, 1 Jul 2022 09:24:04 +0000 (11:24 +0200)
committerGitHub <noreply@github.com>
Fri, 1 Jul 2022 09:24:04 +0000 (11:24 +0200)
sys-utils/lscpu-arm.c

index 30977cd2a89291a7d5156e8b8fbd3968235cd435..7b9b364007b23787e0ca369dc8a3463973578fa9 100644 (file)
@@ -159,9 +159,15 @@ static const struct id_part marvell_part[] = {
 };
 
 static const struct id_part apple_part[] = {
-    { 0x022, "Icestorm" },
-    { 0x023, "Firestorm" },
-    { -1, "unknown" },
+    { 0x020, "Icestorm-T8101" },
+    { 0x021, "Firestorm-T8101" },
+    { 0x022, "Icestorm-T8103" },
+    { 0x023, "Firestorm-T8103" },
+    { 0x030, "Blizzard-T8110" },
+    { 0x031, "Avalanche-T8110" },
+    { 0x032, "Blizzard-T8112" },
+    { 0x033, "Avalanche-T8112" },
+   { -1, "unknown" },
 };
 
 static const struct id_part faraday_part[] = {