summaryrefslogtreecommitdiffstats
path: root/sys-utils
diff options
context:
space:
mode:
authorKarel Zak2019-05-20 12:35:09 +0200
committerKarel Zak2019-05-20 12:35:09 +0200
commitfbae15802e621c6951107070967c8ec17ef5d4fd (patch)
treea0f056f5272a371faf527db50bbaac2e7622fdcd /sys-utils
parentMerge branch 'lscpu-another' of https://github.com/kerolasa/util-linux (diff)
parentlscpu: Add additional aarch64 models (diff)
downloadkernel-qcow2-util-linux-fbae15802e621c6951107070967c8ec17ef5d4fd.tar.gz
kernel-qcow2-util-linux-fbae15802e621c6951107070967c8ec17ef5d4fd.tar.xz
kernel-qcow2-util-linux-fbae15802e621c6951107070967c8ec17ef5d4fd.zip
Merge branch 'lscpu_midr_updates' of https://github.com/jlinton/util-linux
* 'lscpu_midr_updates' of https://github.com/jlinton/util-linux: lscpu: Add additional aarch64 models
Diffstat (limited to 'sys-utils')
-rw-r--r--sys-utils/lscpu-arm.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys-utils/lscpu-arm.c b/sys-utils/lscpu-arm.c
index 37b8f66f6..fd9ab3f47 100644
--- a/sys-utils/lscpu-arm.c
+++ b/sys-utils/lscpu-arm.c
@@ -70,9 +70,12 @@ static const struct id_part arm_part[] = {
{ 0xd08, "Cortex-A72" },
{ 0xd09, "Cortex-A73" },
{ 0xd0a, "Cortex-A75" },
+ { 0xd0b, "Cortex-A76" },
+ { 0xd0c, "Neoverse-N1" },
{ 0xd13, "Cortex-R52" },
{ 0xd20, "Cortex-M23" },
{ 0xd21, "Cortex-M33" },
+ { 0xd4a, "Neoverse-E1" },
{ -1, "unknown" },
};