]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lscpu: add missing Apple parts
authorJames Calligeros <jcalligeros99@gmail.com>
Sat, 9 Jul 2022 05:08:41 +0000 (15:08 +1000)
committerJames Calligeros <jcalligeros99@gmail.com>
Thu, 14 Jul 2022 11:09:43 +0000 (21:09 +1000)
Signed-off-by: James Calligeros <jcalligeros99@gmail.com>
sys-utils/lscpu-arm.c

index a26601553a47fb085416080cd0c255f9ef6c6c32..7d60f3730ddae86c1ead4236cab9f92d58bf3236 100644 (file)
@@ -163,6 +163,10 @@ static const struct id_part apple_part[] = {
     { 0x021, "Firestorm (A14)" },
     { 0x022, "Icestorm (M1)" },
     { 0x023, "Firestorm (M1)" },
+    { 0x024, "Icestorm (M1 Pro)" },
+    { 0x025, "Firestorm (M1 Pro)" },
+    { 0x028, "Icestorm (M1 Max)" },
+    { 0x029, "Firestorm (M1 Max)" },
     { 0x030, "Blizzard (A15)" },
     { 0x031, "Avalanche (A15)" },
     { 0x032, "Blizzard (M2)" },