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

Silicon/Ampere: Set EFI_ACPI_6_3_LOW_POWER_S0_IDLE_CAPABLE in FADT #219

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

ghost
Copy link

@ghost ghost commented Sep 30, 2024

Set the EFI_ACPI_6_3_LOW_POWER_S0_IDLE_CAPABLE flag in the FADT.

The ACPI specification says the LOW_POWER_S0_IDLE_CAPABLE flag means that the platform is able to achieve power savings in S0 similar to or better than those typically in S3. It effectively means that the system will not achieve any power savings by transitioning to S3. Since Altra doesn't support the S3 state, set this flag.

This resolves the FWTS S0idleNoFADT error.

Set the EFI_ACPI_6_3_LOW_POWER_S0_IDLE_CAPABLE flag in the FADT.

The ACPI specification says the LOW_POWER_S0_IDLE_CAPABLE flag
means that the platform is able to achieve power savings in S0 similar
to or better than those typically in S3. It effectively means that the
system will not achieve any power savings by transitioning to S3.
Since Altra doesn't support the S3 state, set this flag.

This resolves the FWTS S0idleNoFADT error.

Signed-off-by: Rebecca Cran <[email protected]>
Copy link
Contributor

@chuongtranle chuongtranle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed-by: Chuong Tran [email protected]

@nhivp nhivp merged commit d40402e into tianocore:master Oct 1, 2024
1 check passed
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