diff options
| author | ThomasKaiser <ThomasKaiser@users.noreply.github.com> | 2022-07-01 11:24:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-01 11:24:04 +0200 |
| commit | fd1a85bf13121a59ef07e6861f96e26acdf07f26 (patch) | |
| tree | ff5352f4999b29e7265b57421f16bea4256a2322 /sys-utils/lscpu-arm.c | |
| parent | 8cdb31d149fb347d71ed266437eadf8df1ab4eb5 (diff) | |
| download | util-linux-fd1a85bf13121a59ef07e6861f96e26acdf07f26.tar.gz | |
Adding Apple core names, distinguish by SoC/SiP name
Diffstat (limited to 'sys-utils/lscpu-arm.c')
| -rw-r--r-- | sys-utils/lscpu-arm.c | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/sys-utils/lscpu-arm.c b/sys-utils/lscpu-arm.c index 30977cd2a8..7b9b364007 100644 --- a/sys-utils/lscpu-arm.c +++ b/sys-utils/lscpu-arm.c @@ -159,9 +159,15 @@ static const struct id_part marvell_part[] = { }; static const struct id_part apple_part[] = { - { 0x022, "Icestorm" }, - { 0x023, "Firestorm" }, - { -1, "unknown" }, + { 0x020, "Icestorm-T8101" }, + { 0x021, "Firestorm-T8101" }, + { 0x022, "Icestorm-T8103" }, + { 0x023, "Firestorm-T8103" }, + { 0x030, "Blizzard-T8110" }, + { 0x031, "Avalanche-T8110" }, + { 0x032, "Blizzard-T8112" }, + { 0x033, "Avalanche-T8112" }, + { -1, "unknown" }, }; static const struct id_part faraday_part[] = { |
