From fa3f1171efa7b78a655f2225504d3a81891de3da Mon Sep 17 00:00:00 2001 From: Felix Held Date: Tue, 12 Dec 2023 19:37:24 +0100 Subject: soc/amd/genoa/acpi: update soc.asl Add the missing parts in soc.asl. Compared to earlier versions of this, the includes related to S0i3 and DPTC were removed. Signed-off-by: Arthur Heymans Signed-off-by: Felix Held Change-Id: I89ecf469e44ca2a3b35c9fcf57c008ff29e7b9bd Reviewed-on: https://review.coreboot.org/c/coreboot/+/79468 Reviewed-by: Martin L Roth Tested-by: build bot (Jenkins) --- src/soc/amd/genoa/acpi/soc.asl | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'src/soc') diff --git a/src/soc/amd/genoa/acpi/soc.asl b/src/soc/amd/genoa/acpi/soc.asl index 0959ecab9d..75344dc325 100644 --- a/src/soc/amd/genoa/acpi/soc.asl +++ b/src/soc/amd/genoa/acpi/soc.asl @@ -5,6 +5,12 @@ Scope(\_SB) { /* global utility methods expected within the \_SB scope */ + #include + + #include + + #include + #include "pci_int_defs.asl" #include "mmio.asl" @@ -14,3 +20,20 @@ Scope(\_SB) { ROOT_BRIDGE(S0B2) ROOT_BRIDGE(S0B3) } /* End \_SB scope */ + +#include + +#include + +#include + +/* + * Platform Notify + * + * This is called by soc/amd/common/acpi/platform.asl. + */ +Method (PNOT) +{ + /* Report AC/DC state to ALIB using WAL1() */ + \WAL1 () +} -- cgit v1.2.3