aboutsummaryrefslogtreecommitdiffstats
path: root/sys-utils
diff options
context:
space:
mode:
authorJames Calligeros <jcalligeros99@gmail.com>2022-07-09 15:08:41 +1000
committerJames Calligeros <jcalligeros99@gmail.com>2022-07-14 21:09:43 +1000
commit07a1ddc44f133bf8d63b3c0deb28c927d4f34972 (patch)
tree116336e37171931e1bba286eadf5e807efa295f7 /sys-utils
parentef5617c17fe023d4fc760499be417a26f54929a9 (diff)
downloadutil-linux-07a1ddc44f133bf8d63b3c0deb28c927d4f34972.tar.gz
lscpu: add missing Apple parts
Signed-off-by: James Calligeros <jcalligeros99@gmail.com>
Diffstat (limited to 'sys-utils')
-rw-r--r--sys-utils/lscpu-arm.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys-utils/lscpu-arm.c b/sys-utils/lscpu-arm.c
index a26601553a..7d60f3730d 100644
--- a/sys-utils/lscpu-arm.c
+++ b/sys-utils/lscpu-arm.c
@@ -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)" },