diff options
author | Raul E Rangel <rrangel@chromium.org> | 2021-02-18 16:05:57 -0700 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-02-22 07:29:09 +0000 |
commit | bde284b585d801f733f5d7bbe64491a7daaf552d (patch) | |
tree | bb0536341c4454b52edd7b37dfd4118a9ba4892d /src/soc/amd/cezanne/acpi | |
parent | 980721b3ed253e699c4a208040c76045abb3d964 (diff) |
soc/amd/cezanne/acpi/soc.asl: Add platform.asl
Signed-off-by: Raul E Rangel <rrangel@chromium.org>
Change-Id: I01adba010bfad1bb4fdf20a8d0ab22aeeebeb10a
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50891
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/soc/amd/cezanne/acpi')
-rw-r--r-- | src/soc/amd/cezanne/acpi/soc.asl | 11 |
1 files changed, 11 insertions, 0 deletions
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 <soc/amd/common/acpi/platform.asl> + +/* + * Platform Wake Notify + * + * This is called by soc/amd/common/acpi/platform.asl. + */ +Method (PNOT) +{ +} |