diff options
author | Raul E Rangel <rrangel@chromium.org> | 2021-02-11 16:40:07 -0700 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-02-13 20:58:57 +0000 |
commit | 3ac44141ba8097f002e2d55ff70761d16544deef (patch) | |
tree | f0fe08137f427a703c6b687c7611dc5c537f3cf0 /src/soc/amd/cezanne | |
parent | 604ffa6d23463c17f83e26d1f52c48865487546f (diff) |
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')
-rw-r--r-- | src/soc/amd/cezanne/acpi/soc.asl | 8 |
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 0000000000..e472ec680a --- /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 */ |