From 474c5d62145a49d6da3b53073ed67a156eb8bb68 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Tue, 9 Jan 2024 16:56:56 +0100 Subject: soc/amd: move IOMMU_IOAPIC_IDX define to amdblocks/ioapic.h Move the IOMMU_IOAPIC_IDX define from amdblocks/data_fabric.h to amdblocks/ioapic.h which is both a more logical place for it to be and this is also a preparation to use the common AMD MADT code for the Stoneyridge SoC. Signed-off-by: Felix Held Change-Id: Iaa20e802cf5ed93f0d05842abb1aea0d43b1cac4 Reviewed-on: https://review.coreboot.org/c/coreboot/+/79862 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans --- src/soc/amd/genoa_poc/domain.c | 1 + src/soc/amd/genoa_poc/root_complex.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'src/soc/amd/genoa_poc') diff --git a/src/soc/amd/genoa_poc/domain.c b/src/soc/amd/genoa_poc/domain.c index 8ed95abe34..f21cad5b3e 100644 --- a/src/soc/amd/genoa_poc/domain.c +++ b/src/soc/amd/genoa_poc/domain.c @@ -1,5 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ +#include #include #include #include diff --git a/src/soc/amd/genoa_poc/root_complex.c b/src/soc/amd/genoa_poc/root_complex.c index 7dd1f821bc..849bf77a78 100644 --- a/src/soc/amd/genoa_poc/root_complex.c +++ b/src/soc/amd/genoa_poc/root_complex.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include +#include #include #include #include -- cgit v1.2.3