Improvements for the mppark branch#70
Draft
gus33000 wants to merge 12 commits intoWOA-Project:mpparkfrom
Draft
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
Member
Author
|
Ideally if we merge this was master, we need to backport the USB C changes to the new SSDT variants |
Member
Author
|
Backported the ACPI table USB C changes from upstream to align with recent changes and resolve merge conflcts |
Collaborator
|
It will take a while for me to review the thing, also we are bringing a EL2 PSCI fix at some branch. |
Member
Author
|
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.