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/+/50571 )
Change subject: soc/amd/common/acpi/gpio_bank_lib.asl: Add missing header ......................................................................
soc/amd/common/acpi/gpio_bank_lib.asl: Add missing header
This file references ACPIMMIO_GPIO0_BASE.
Signed-off-by: Raul E Rangel rrangel@chromium.org Change-Id: Ic65a1f8759d10e7d78e30cfc82895e5af8cd83a3 --- M src/soc/amd/common/acpi/gpio_bank_lib.asl 1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/71/50571/1
diff --git a/src/soc/amd/common/acpi/gpio_bank_lib.asl b/src/soc/amd/common/acpi/gpio_bank_lib.asl index df55cbf..5a13d8d 100644 --- a/src/soc/amd/common/acpi/gpio_bank_lib.asl +++ b/src/soc/amd/common/acpi/gpio_bank_lib.asl @@ -1,7 +1,8 @@ /* SPDX-License-Identifier: GPL-2.0-only */
-#include <soc/iomap.h> +#include <amdblocks/acpimmio_map.h> #include <amdblocks/gpio_defs.h> +#include <soc/iomap.h>
/* Get pin control MMIO address */ Method (GPAD, 0x1)