From: James Calligeros Date: Sat, 9 Jul 2022 05:08:41 +0000 (+1000) Subject: [PATCH 19/24] lscpu: add missing Apple parts X-Git-Tag: archive/raspbian/2.40.2-8+rpi1~1^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2~13 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e2912c70b1d95e26fe247b64b6f4b85b3518c9c0;p=util-linux.git [PATCH 19/24] lscpu: add missing Apple parts Signed-off-by: James Calligeros Gbp-Pq: Topic upstream Gbp-Pq: Name 0019-lscpu-add-missing-Apple-parts.patch --- diff --git a/sys-utils/lscpu-arm.c b/sys-utils/lscpu-arm.c index a266015..7d60f37 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)" },