Attention is currently required from: Jason Glenesk, Marshall Dawson, Felix Held. Raul Rangel has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/50891 )
Change subject: soc/amd/cezanne/acpi/soc.asl: Add platform.asl ......................................................................
soc/amd/cezanne/acpi/soc.asl: Add platform.asl
Signed-off-by: Raul E Rangel rrangel@chromium.org Change-Id: I01adba010bfad1bb4fdf20a8d0ab22aeeebeb10a --- M src/soc/amd/cezanne/acpi/soc.asl 1 file changed, 11 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/91/50891/1
diff --git a/src/soc/amd/cezanne/acpi/soc.asl b/src/soc/amd/cezanne/acpi/soc.asl index 618aa11..1a45b0a 100644 --- a/src/soc/amd/cezanne/acpi/soc.asl +++ b/src/soc/amd/cezanne/acpi/soc.asl @@ -10,3 +10,14 @@
#include "mmio.asl" } /* End _SB scope */ + +#include <soc/amd/common/acpi/platform.asl> + +/* + * Platform Wake Notify + * + * This is called by soc/amd/common/acpi/platform.asl. + */ +Method (PNOT) +{ +}