-
Notifications
You must be signed in to change notification settings - Fork 161
openhcl_boot: disable acpi runtime support #2441
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
Conversation
|
This PR modifies files containing For more on why we check whole files, instead of just diffs, check out the Rustonomicon |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR disables ACPI runtime support in OpenHCL by adding the acpi=off kernel command line parameter. The change is motivated by an upcoming kernel change that will compile in limited ACPI routines for TDX AP (Application Processor) startup, which are unwanted in the OpenHCL environment.
- Adds
acpi=offkernel parameter to disable ACPI runtime functions in the kernel
An upcoming kernel change will compile in some limited acpi routines for TDX AP startup. Disable ACPI runtime functions as they are unwanted.
|
I tested this patch with the latest patches for LKML. I am able to boot successfully. |
|
Backported to release/1.7.2511 in #2447 |
An upcoming kernel change will compile in some limited acpi routines for TDX AP startup. Disable ACPI runtime functions as they are unwanted.