Upgrade acpica to the latest unix2-20220331 snapshot#1
Open
ani-sinha wants to merge 3 commits intobiosbits:bitsfrom
Open
Upgrade acpica to the latest unix2-20220331 snapshot#1ani-sinha wants to merge 3 commits intobiosbits:bitsfrom
ani-sinha wants to merge 3 commits intobiosbits:bitsfrom
Conversation
Time to upgrade to the latest acpica snapshot in order to support newer tables. Signed-off-by: Ani Sinha <ani@anisinha.ca>
…ovide fprintf() and/or stderr
See similar commit b879e8e . ACPICA omits AcpiUtConvertStringToUuid from builds that don't target the ACPICA compiler, acpiexec, or acpihelp; we're not one of those three apps, but we do want AcpiUtConvertStringToUuid. Hence, remove the conditional compilation of this library function and make it open so that all code can use it. There is no os specific api/library calls made in the implementations so opening it up for all should be ok. Signed-off-by: Ani Sinha <ani@anisinha.ca>
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.
This PR brings in the latest acpica snapshot, dated March 31st 2022. Changes in the code are minimal. One backported patch. One bits specific patch preserved from the earlier snapshot of acpica.