-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Information for several AArch64 SoCs #276
Comments
Thanks for the reference, I'll keep that in mind! I don't see how that helps improving get_uarch_from_midr or the SoC information here though. It seems like your repo has significantly less data than cpufetch. If you find anything that I could incorporate from your repo please let me know 👍 |
All parts you take from midr are in YAML files. Cpu_cores one lists cores with implementer while SoCs one lists all so a with info which cores are present in which variant, revision. You still have to check system details but would have list of existing cpu cores and SoCs where they are used. |
I still don't understand how that improves what I have. To be more precise:
Please let me know if my understanding is incorrect or if there is any other way I can benefit from your work. Thanks for your time 👍 |
On Arm you should check two places:
Cause some systems boot with DeviceTree, some use ACPI. In both cases some data (like topology) can be completely bogus - amount of cpu cores will match but sockets/clusters/cores/threads may not. |
Please take a look at https://github.com/hrw/arm-socs-table repo. You have information for several Arm SoCs there. Feel free to use (MIT licensed).
Also /proc/cpuinfo dumps if you prefer.
The text was updated successfully, but these errors were encountered: