From 112c2277f51684157f5c46a06b3b038b5b730679 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Fri, 26 Jan 2024 15:33:59 +0100 Subject: soc/amd: move acpi_add_fsp_tables implementation to common FSP code Since the acpi_add_fsp_tables implementation is identical for all SoCs, factor it out and move it to the common AMD FSP code. Also guard the acpi_add_fsp_tables call in soc_acpi_write_tables with if (CONFIG(PLATFORM_USES_FSP2_0)) to properly handle the FSP dependency. Signed-off-by: Felix Held Change-Id: I8917a346f586e77b3b3278c73aed8cf61f3c9e6a Reviewed-on: https://review.coreboot.org/c/coreboot/+/80225 Reviewed-by: Matt DeVillier Tested-by: build bot (Jenkins) --- src/soc/amd/mendocino/Makefile.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'src/soc/amd/mendocino/Makefile.mk') diff --git a/src/soc/amd/mendocino/Makefile.mk b/src/soc/amd/mendocino/Makefile.mk index 5b9216e638..cc44358158 100644 --- a/src/soc/amd/mendocino/Makefile.mk +++ b/src/soc/amd/mendocino/Makefile.mk @@ -21,7 +21,6 @@ verstage-y += espi_util.c romstage-y += fsp_m_params.c ramstage-y += acpi.c -ramstage-y += agesa_acpi.c ramstage-y += chip.c ramstage-y += cpu.c ramstage-y += fch.c -- cgit v1.2.3