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/+/50570 )
Change subject: soc/amd/cezanne/acpi: Add plain soc.asl ......................................................................
soc/amd/cezanne/acpi: Add plain soc.asl
Signed-off-by: Raul E Rangel rrangel@chromium.org Change-Id: I227cdb7cb4848d1d26f6d7fa13ac2cc1aea08d1d --- A src/soc/amd/cezanne/acpi/soc.asl 1 file changed, 10 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/70/50570/1
diff --git a/src/soc/amd/cezanne/acpi/soc.asl b/src/soc/amd/cezanne/acpi/soc.asl new file mode 100644 index 0000000..feb18dc --- /dev/null +++ b/src/soc/amd/cezanne/acpi/soc.asl @@ -0,0 +1,10 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ + +/* System Bus */ +Scope(_SB) { /* Start _SB scope */ + /* global utility methods expected within the _SB scope */ + #include <arch/x86/acpi/globutil.asl> + + /* Add GPIO library */ + #include <soc/amd/common/acpi/gpio_bank_lib.asl> +} /* End _SB scope */