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

Upgrade acpica to the latest unix2-20220331 snapshot #1

Open
wants to merge 3 commits into
base: bits
Choose a base branch
from

Conversation

ani-sinha
Copy link

@ani-sinha ani-sinha commented Jun 9, 2022

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.

ani-sinha and others added 3 commits June 6, 2022 16:17
Time to upgrade to the latest acpica snapshot in order to support newer tables.

Signed-off-by: Ani Sinha <[email protected]>
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 <[email protected]>
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