Tuesday, September 17, 2024

A python script to print ARM cpuinfo



Here's a Python program that fetches ARM CPU features from /proc/cpuinfo and prints the corresponding ARMv extension:

https://github.com/rednaveen/aarch64_cpu_info

A comprahensive list of ARM CPUs which shows arm v8 and v9 extensions supported by ARM CPUs. This link provides list according to /proc/cpuinfo on linux.

https://gpages.juszkiewicz.com.pl/arm-socs-table/arm-socs.html 


The below link does not provide the extension codes used by ARMv8 but it gives details straight from ARM site:

https://developer.arm.com/documentation/102378/0201/Armv8-x-A-and-the-SBSA

No comments: