From 4baadff264c35f069665d13d830d8684fae6ebe2 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Wed, 25 May 2022 18:34:08 +0200 Subject: soc/amd/sabrina/acpi/soc.asl: re-enable WAL1 call in PNOT method Now that the FSP provides the ALIB ACPI table via a HOB, the PNOT power notify method can call WAL1 which will then call ALIB to communicate the current AC/DC state to the SMU. Signed-off-by: Felix Held Change-Id: Ic966b73aa28f329207f8d840ca5fb5f2bf6ec9b7 Reviewed-on: https://review.coreboot.org/c/coreboot/+/64667 Reviewed-by: Raul Rangel Tested-by: build bot (Jenkins) --- src/soc/amd/sabrina/acpi/soc.asl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/soc/amd/sabrina') diff --git a/src/soc/amd/sabrina/acpi/soc.asl b/src/soc/amd/sabrina/acpi/soc.asl index b4d220a71629..f5a41a17cfd1 100644 --- a/src/soc/amd/sabrina/acpi/soc.asl +++ b/src/soc/amd/sabrina/acpi/soc.asl @@ -39,6 +39,5 @@ Scope(\_SB) { Method (PNOT) { /* Report AC/DC state to ALIB using WAL1() */ - /* TODO: b/228496169 - Re-enable */ - /* \WAL1 () */ + \WAL1 () } -- cgit v1.2.3