From bde284b585d801f733f5d7bbe64491a7daaf552d Mon Sep 17 00:00:00 2001 From: Raul E Rangel Date: Thu, 18 Feb 2021 16:05:57 -0700 Subject: soc/amd/cezanne/acpi/soc.asl: Add platform.asl Signed-off-by: Raul E Rangel Change-Id: I01adba010bfad1bb4fdf20a8d0ab22aeeebeb10a Reviewed-on: https://review.coreboot.org/c/coreboot/+/50891 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons Reviewed-by: Marshall Dawson --- src/soc/amd/cezanne/acpi/soc.asl | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/soc/amd/cezanne/acpi/soc.asl b/src/soc/amd/cezanne/acpi/soc.asl index 618aa11297..1a45b0ae8a 100644 --- a/src/soc/amd/cezanne/acpi/soc.asl +++ b/src/soc/amd/cezanne/acpi/soc.asl @@ -10,3 +10,14 @@ Scope(\_SB) { #include "mmio.asl" } /* End \_SB scope */ + +#include + +/* + * Platform Wake Notify + * + * This is called by soc/amd/common/acpi/platform.asl. + */ +Method (PNOT) +{ +} -- cgit v1.2.3