From 3ac44141ba8097f002e2d55ff70761d16544deef Mon Sep 17 00:00:00 2001 From: Raul E Rangel Date: Thu, 11 Feb 2021 16:40:07 -0700 Subject: soc/amd/cezanne/acpi: Add plain soc.asl Signed-off-by: Raul E Rangel Change-Id: I227cdb7cb4848d1d26f6d7fa13ac2cc1aea08d1d Reviewed-on: https://review.coreboot.org/c/coreboot/+/50570 Tested-by: build bot (Jenkins) Reviewed-by: Marshall Dawson --- src/soc/amd/cezanne/acpi/soc.asl | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/soc/amd/cezanne/acpi/soc.asl (limited to 'src/soc') 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 + + #include +} /* End \_SB scope */ -- cgit v1.2.3