From 85e733f0ef010e0bdeaab8e6e5790763844f805e Mon Sep 17 00:00:00 2001 From: Felix Held Date: Tue, 3 Aug 2021 18:42:04 +0200 Subject: soc/amd/common/include/acpimmio: reduce visibility of GPIO MMIO access Introduce amdblocks/acpimmio_legacy_gpio100.h so that the old pre-SoC chipsets can still access the raw GPIO100 and IOMUX ACPIMMIO registers while only allowing GPIO accesses through the GPIO API on the SoCs. Signed-off-by: Felix Held Change-Id: I18872dfa40d53ba8b0d7802eec52ede5e2ae617a Reviewed-on: https://review.coreboot.org/c/coreboot/+/56786 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/mainboard/amd/inagua/mainboard.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/amd/inagua') diff --git a/src/mainboard/amd/inagua/mainboard.c b/src/mainboard/amd/inagua/mainboard.c index bd963203e3..846dae9552 100644 --- a/src/mainboard/amd/inagua/mainboard.c +++ b/src/mainboard/amd/inagua/mainboard.c @@ -1,6 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-only */ #include +#include #include #include #include -- cgit v1.2.3