Attention is currently required from: Jason Glenesk, Raul Rangel, Marshall Dawson, Felix Held. Mathew King has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/51291 )
Change subject: soc/amd/cezanne: Move globalnvs.asl to the correct location ......................................................................
soc/amd/cezanne: Move globalnvs.asl to the correct location
BUG=b:180507937 TEST=guybrush builds without globalnvs in dsdt.asl
Signed-off-by: Mathew King mathewk@chromium.org Change-Id: I3ffe94f7b575126e61245bed9c9560313df2d725 --- M src/soc/amd/cezanne/acpi/soc.asl 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/91/51291/1
diff --git a/src/soc/amd/cezanne/acpi/soc.asl b/src/soc/amd/cezanne/acpi/soc.asl index ecfdef8..5bd9e07 100644 --- a/src/soc/amd/cezanne/acpi/soc.asl +++ b/src/soc/amd/cezanne/acpi/soc.asl @@ -1,13 +1,13 @@ /* SPDX-License-Identifier: GPL-2.0-only */
+#include "globalnvs.asl" + 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>
- #include "globalnvs.asl" - #include "pci_int_defs.asl"
#include "mmio.asl"