]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Add recent Apple ARM cores
authorThomasKaiser <ThomasKaiser@users.noreply.github.com>
Mon, 29 May 2023 12:42:18 +0000 (14:42 +0200)
committerGitHub <noreply@github.com>
Mon, 29 May 2023 12:42:18 +0000 (14:42 +0200)
sys-utils/lscpu-arm.c

index 2772c62b6a87152bac221ed5ec3512a900e8b4f5..4f3b0823f6066647c6df3d2c1b1a343254390704 100644 (file)
@@ -206,6 +206,12 @@ static const struct id_part apple_part[] = {
     { 0x031, "Avalanche-A15" },
     { 0x032, "Blizzard-M2" },
     { 0x033, "Avalanche-M2" },
+    { 0x034, "Blizzard-M2-Pro" },
+    { 0x035, "Avalanche-M2-Pro" },
+    { 0x036, "Sawtooth-A16" },
+    { 0x037, "Everest-A16" },
+    { 0x038, "Avalanche-M2-Max" },
+    { 0x039, "Avalanche-M2-Max" },
     { -1, "unknown" },
 };