Skip to content
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

CPUInfoLinux: add /proc/cpuinfo parsing for arm/aarch64 #16884

Merged
merged 1 commit into from Nov 10, 2019

Conversation

lrusak
Copy link
Contributor

@lrusak lrusak commented Nov 8, 2019

lost in #16098 was the ability for arm and aarch64 platforms to list cpu model, hardware, revision, serial, etc.

This adds that back the only way possible by processing /proc/cpuinfo

As of kernel 5.3 the ability to query cpuid for aarch64 is possible and might be something that I add in the future. See the docs for this here. There are similar patches for arm but nothing has merged yet.

@lrusak lrusak added Type: Fix non-breaking change which fixes an issue Platform: Linux v19 Matrix labels Nov 8, 2019
@lrusak lrusak added this to the Matrix 19.0-alpha 1 milestone Nov 8, 2019
@lrusak lrusak merged commit 4034200 into xbmc:master Nov 10, 2019
Maven85 pushed a commit to Maven85/kodi that referenced this pull request Jan 21, 2020
CPUInfoLinux: add /proc/cpuinfo parsing for arm/aarch64
@lrusak lrusak deleted the cpuinfo-proc branch February 11, 2022 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Platform: Linux Type: Fix non-breaking change which fixes an issue v19 Matrix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant