-
Notifications
You must be signed in to change notification settings - Fork 46
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
Improvements for the mppark branch #70
base: mppark
Are you sure you want to change the base?
Conversation
- Make boot mode configurable via bootshim - Build most ACPI tables on build - Change device form in FADT to mobile so the OS uses appropriate power management - Dynamically load tables based on preloader avdertissment - Add quad core option
For DreamLifter :P
Ideally if we merge this was master, we need to backport the USB C changes to the new SSDT variants |
Backported the ACPI table USB C changes from upstream to align with recent changes and resolve merge conflcts |
It will take a while for me to review the thing, also we are bringing a EL2 PSCI fix at some branch. |
I guess this commit will be marked as work in progress now given we now have the PSCI patch, and this needs to take into consideration these changes. I think for the boot options,
we would essentially keep the existing 3 options, I don't think there's a need for having an option that doesn't apply the psci patch, but if there is, it could potentially be added as well |
Note: these changes require the merge of a PR for BootShim, and the UEFI will not work otherwise.
BootShim PR: imbushuo/boot-shim#4
Details:
Please do not merge this commit without merging the BootShim one, as they depend on each other.