summaryrefslogtreecommitdiffstats
path: root/sys-utils/lscpu-arm.c
Commit message (Collapse)AuthorAgeFilesLines
* lscpu: Add additional aarch64 modelsJeremy Linton2019-05-161-0/+3
| | | | | | | | ARM has released docs for Cortex-A76, Neoverse-N1 and Neoverse-E1. That means we know the midr partnums, so we can add them to the human readable model name table. Signed-off-by: Jeremy Linton <lintonrjeremy@gmail.com>
* lscpu: fixed part ID for ARM Cortex-M7Mark Sheppard2018-08-131-1/+1
|
* lscpu: Cortex-A12 merged into Cortex-A17Karel Zak2018-04-121-1/+1
| | | | | References: https://community.arm.com/processors/b/blog/posts/arm-cortex-a17-cortex-a12-processor-update Signed-off-by: Karel Zak <kzak@redhat.com>
* lscpu-arm: add Faraday And Brahma coresRiku Voipio2018-02-131-1/+8
| | | | | | | | Add a handful of more rare cores. Broadcom Brahma cores are used in Access Points and Faraday was used on some Network Storage Devices. Signed-off-by: Riku Voipio <riku.voipio@iki.fi>
* lscpu: (arm) cleanup codeKarel Zak2018-01-221-19/+37
| | | | | | | | * check for strtol() errors * fix indention * fix coding style Signed-off-by: Karel Zak <kzak@redhat.com>
* lscpu: move ARM decoding to lscpu-arm.cKarel Zak2018-01-221-0/+227
Signed-off-by: Karel Zak <kzak@redhat.com>