Marshall Dawson has uploaded this change for review. ( https://review.coreboot.org/21884
Change subject: NOTFORMERGE amd/stoneyridge: Jam sleep states for testing ......................................................................
NOTFORMERGE amd/stoneyridge: Jam sleep states for testing
Let the OS send us an S3 request. Currently there are build errors when HAVE_ACPI_RESUME is selected. This change allows us to quickly proceed with power measurements but the system can never resume.
Change-Id: I6abd1a924d62f218aaa743b538faa7d9bf0dc147 Signed-off-by: Marshall Dawson marshalldawson3rd@gmail.com --- M src/soc/amd/stoneyridge/acpi/sleepstates.asl 1 file changed, 5 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/84/21884/1
diff --git a/src/soc/amd/stoneyridge/acpi/sleepstates.asl b/src/soc/amd/stoneyridge/acpi/sleepstates.asl index 2f36738..4b0962d 100644 --- a/src/soc/amd/stoneyridge/acpi/sleepstates.asl +++ b/src/soc/amd/stoneyridge/acpi/sleepstates.asl @@ -18,7 +18,11 @@ #if IS_ENABLED(CONFIG_HAVE_ACPI_RESUME) Name (SSFG, 0x0D) #else -Name (SSFG, 0x09) +/* Name (SSFG, 0x09) + * Do not merge this change! This is only to tell the OS that S3 is available + * for a test, but S3 is not yet supported. + */ +Name (SSFG, 0x0D) #endif
/* Supported sleep states: */