summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/cezanne/acpi/soc.asl
diff options
context:
space:
mode:
authorRaul E Rangel <rrangel@chromium.org>2021-02-11 16:40:07 -0700
committerFelix Held <felix-coreboot@felixheld.de>2021-02-13 20:58:57 +0000
commit3ac44141ba8097f002e2d55ff70761d16544deef (patch)
treef0fe08137f427a703c6b687c7611dc5c537f3cf0 /src/soc/amd/cezanne/acpi/soc.asl
parent604ffa6d23463c17f83e26d1f52c48865487546f (diff)
downloadcoreboot-3ac44141ba8097f002e2d55ff70761d16544deef.tar.gz
coreboot-3ac44141ba8097f002e2d55ff70761d16544deef.tar.bz2
coreboot-3ac44141ba8097f002e2d55ff70761d16544deef.zip
soc/amd/cezanne/acpi: Add plain soc.asl
Signed-off-by: Raul E Rangel <rrangel@chromium.org> Change-Id: I227cdb7cb4848d1d26f6d7fa13ac2cc1aea08d1d Reviewed-on: https://review.coreboot.org/c/coreboot/+/50570 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/soc/amd/cezanne/acpi/soc.asl')
-rw-r--r--src/soc/amd/cezanne/acpi/soc.asl8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/soc/amd/cezanne/acpi/soc.asl b/src/soc/amd/cezanne/acpi/soc.asl
new file mode 100644
index 000000000000..e472ec680a59
--- /dev/null
+++ b/src/soc/amd/cezanne/acpi/soc.asl
@@ -0,0 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+Scope(\_SB) {
+ /* global utility methods expected within the \_SB scope */
+ #include <arch/x86/acpi/globutil.asl>
+
+ #include <soc/amd/common/acpi/gpio_bank_lib.asl>
+} /* End \_SB scope */