[coreboot-gerrit] Change in coreboot[master]: NOTFORMERGE amd/stoneyridge: Jam sleep states for testing

Marshall Dawson (Code Review) gerrit at coreboot.org
Thu Oct 5 00:30:21 CEST 2017


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 at 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: */

-- 
To view, visit https://review.coreboot.org/21884
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I6abd1a924d62f218aaa743b538faa7d9bf0dc147
Gerrit-Change-Number: 21884
Gerrit-PatchSet: 1
Gerrit-Owner: Marshall Dawson <marshalldawson3rd at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171004/39fe1b13/attachment.html>


More information about the coreboot-gerrit mailing list