Felix Held has submitted this change. ( 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/53921 Reviewed-by: Raul Rangel rrangel@chromium.org Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/soc/amd/cezanne/acpi/soc.asl 1 file changed, 4 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Raul Rangel: Looks good to me, approved
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 () }