]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Add missing ARM-cores
authorThomasKaiser <ThomasKaiser@users.noreply.github.com>
Sun, 22 Jan 2023 11:37:33 +0000 (12:37 +0100)
committerGitHub <noreply@github.com>
Sun, 22 Jan 2023 11:37:33 +0000 (12:37 +0100)
https://github.com/ThomasKaiser/sbc-bench/commit/37332238c0a8b7c1555dca9d18a7c98362564416#diff-fdfd2a032c64d6e9ba92a3197cad6b26573c7094433d74efa4ae80f44f65aa99

sys-utils/lscpu-arm.c

index 8357253c66c6a1c7a6e00e71915fabdc7907f6cf..f65b25ed66d04d68fa1d32c5b30701bc2fe76391 100644 (file)
@@ -78,6 +78,7 @@ static const struct id_part arm_part[] = {
     { 0xd0d, "Cortex-A77" },
     { 0xd0e, "Cortex-A76AE" },
     { 0xd13, "Cortex-R52" },
+    { 0xd15, "Cortex-R82" },
     { 0xd20, "Cortex-M23" },
     { 0xd21, "Cortex-M33" },
     { 0xd40, "Neoverse-V1" },
@@ -94,6 +95,7 @@ static const struct id_part arm_part[] = {
     { 0xd4c, "Cortex-X1C" },
     { 0xd4d, "Cortex-A715" },
     { 0xd4e, "Cortex-X3" },
+    { 0xd4f, "Neoverse-V2" },
     { -1, "unknown" },
 };