-
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
Refactor Apple SoC detection #213
Labels
enhancement
New feature or request
Comments
Even more neccesary after d221f57 |
BTW: since I had an Apple's Hypervisor.Framework limits CPU features/flags to the one of M1's cores and sets the stepping info to
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
guess_soc_apple
andget_cpu_info_mach
need refactoring since they'll probably keep releasing more and more chips. Also asahilinux has a very good tracking of the MIDR values which we should replicate since currently we are setting the same MIDR for all CPU types within a family (M1/M2/M3) which is incorrect. Instead we should follow this.Also fix this:
// Must be M1
insrc/arm/midr.c
Also
fill_cpu_info_XXX_XXX
is not maintainable.The text was updated successfully, but these errors were encountered: