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

mainline_boot: Disable MMUs and caches #45

Merged
merged 2 commits into from
Feb 24, 2025
Merged

mainline_boot: Disable MMUs and caches #45

merged 2 commits into from
Feb 24, 2025

Conversation

BotchedRPR
Copy link
Contributor

The upstream kernel expects MMUs and caches to be disabled on boot. If they are not, the kernel gets stuck at boot with a glitched framebuffer. Disable them.

The upstream kernel expects MMUs and caches to be disabled on boot.
If they are not, the kernel gets stuck at boot with a glitched
framebuffer. Disable them.

Signed-off-by: Igor Belwon <[email protected]>
@BotchedRPR
Copy link
Contributor Author

Hi @halal-beef, all checks seem to have passed. Any objections?

This causes the upstream kernel to not boot. Also causes some
instability on downstream kernel. Expand it. Having a slower boot
is better than no boot at all.

Signed-off-by: Igor Belwon <[email protected]>
@halal-beef
Copy link
Collaborator

No objections. Just waiting for the last commit to be pushed here.

Copy link
Collaborator

@halal-beef halal-beef left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, atleast fastboot continue is more stable, funny how its only that specific instance where 50 didnt work though haha

@BotchedRPR BotchedRPR merged commit 91aaeba into dev Feb 24, 2025
1 check passed
@BotchedRPR BotchedRPR deleted the igor/mainline-fix branch February 24, 2025 19:31
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