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

More support for M3 chips #357

Merged
merged 1 commit into from
Dec 3, 2023
Merged

More support for M3 chips #357

merged 1 commit into from
Dec 3, 2023

Conversation

dberlin
Copy link
Contributor

@dberlin dberlin commented Nov 22, 2023

Now works enough to get proxy + usb working, along with fb/aic/etc.

Trying to start secondary cpus crashes when it hits cpu 4.

I believe this is because we are assuming the primary CPU is always 0, and it is not here, and we are trying to start the CPU we are on right now.

@dberlin dberlin force-pushed the m3-work branch 3 times, most recently from 134ab8d to a8e9348 Compare November 24, 2023 05:45
@dberlin dberlin marked this pull request as draft November 25, 2023 12:09
@dberlin dberlin force-pushed the m3-work branch 4 times, most recently from fa4feda to 3d62539 Compare November 30, 2023 21:48
@dberlin dberlin marked this pull request as ready for review November 30, 2023 21:56
@dberlin
Copy link
Contributor Author

dberlin commented Dec 1, 2023

Gonna split this pr into a few pieces

The UART base has moved from the M2 chips.
Everest settings introduce some changes to unknown registers
The MCC data has changed as well.

There is a drive-by change where I discovered what some of the unknown
HID18 bits are and documented them.

Signed-off-by: Daniel Berlin <[email protected]>
@marcan marcan merged commit c45da55 into AsahiLinux:main Dec 3, 2023
3 checks passed
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.

2 participants