From: ThomasKaiser Date: Mon, 29 May 2023 12:42:18 +0000 (+0200) Subject: Add recent Apple ARM cores X-Git-Tag: v2.40-rc1~423^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e97637ec6fb01738933154e874a3daab5ffd06a0;p=thirdparty%2Futil-linux.git Add recent Apple ARM cores --- diff --git a/sys-utils/lscpu-arm.c b/sys-utils/lscpu-arm.c index 2772c62b6a..4f3b0823f6 100644 --- a/sys-utils/lscpu-arm.c +++ b/sys-utils/lscpu-arm.c @@ -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" }, };