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

m1n1 : add initial support for T6030 #426

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

a-ramses
Copy link
Contributor

The system counter frequency (CNTFRQ_EL0) varies between the efficiency and performance cores on the M3. The efficiency cores run at 1 GHz, as required by Armv8.6-A, while the performance cores continue to utilize Apple's standard frequency of 24 MHz. Hypervisor still does not work yet due to missing counter scaling bit in order to switch in EL1.

With that said Linux boots on the M3 Pro using all 11 cores(performance and efficiency) with a very limited configuration:
interrupt controller and uart for now able to reach penguins.
Linux DT : https://github.com/a-ramses/linux/tree/t6030-j514s.
This patch relies on changes to parse "spmi-cha**" @jannau

a-ramses and others added 6 commits December 13, 2024 01:18
apsc cannot be initialized using bit 40 on the PCPU cluster without triggering an SError but can be set on ECPU

Signed-off-by: a-ramses <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant