Attention is currently required from: Jason Glenesk, Raul Rangel, Marshall Dawson. Felix Held has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/53921 )
Change subject: soc/amd/cezanne/acpi/soc: call WAL1 for AC/DC state ALIB call ......................................................................
soc/amd/cezanne/acpi/soc: call WAL1 for AC/DC state ALIB call
BUG=b:187212773, b:185481298
Signed-off-by: Felix Held felix-coreboot@felixheld.de Change-Id: I2cf50257d767525d682602cdcc5547bf001fe2ac --- M src/soc/amd/cezanne/acpi/soc.asl 1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/21/53921/1
diff --git a/src/soc/amd/cezanne/acpi/soc.asl b/src/soc/amd/cezanne/acpi/soc.asl index f7781da..5039ca1 100644 --- a/src/soc/amd/cezanne/acpi/soc.asl +++ b/src/soc/amd/cezanne/acpi/soc.asl @@ -17,6 +17,8 @@ #include "pci0.asl" } /* End _SB scope */
+#include <soc/amd/common/acpi/alib.asl> + #include <soc/amd/common/acpi/platform.asl>
#include <soc/amd/common/acpi/sleepstates.asl> @@ -30,4 +32,6 @@ */ Method (PNOT) { + /* Report AC/DC state to ALIB using WAL1() */ + \WAL1 () }