From 4e818c5309d1efc79dad2771eaae0c37e6a07315 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Thu, 18 Jan 2024 21:43:30 +0100 Subject: soc/amd/*/chip: factor out FSP-S call Move the call into the FSP code to a file in the common AMD FSP code to isolate the FSP-specific parts of the code. Signed-off-by: Felix Held Change-Id: Ic8236db7ac80275a65020b7e7a9acce8314c831c Reviewed-on: https://review.coreboot.org/c/coreboot/+/80084 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth Reviewed-by: Matt DeVillier --- src/soc/amd/phoenix/chip.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/soc/amd/phoenix') diff --git a/src/soc/amd/phoenix/chip.c b/src/soc/amd/phoenix/chip.c index 1bbb1b5228..ebc3c7ca13 100644 --- a/src/soc/amd/phoenix/chip.c +++ b/src/soc/amd/phoenix/chip.c @@ -3,10 +3,10 @@ /* TODO: Update for Phoenix */ #include +#include #include #include #include -#include #include #include #include @@ -39,7 +39,7 @@ static void soc_init(void *chip_info) { default_dev_ops_root.write_acpi_tables = agesa_write_acpi_tables; - fsp_silicon_init(); + amd_fsp_silicon_init(); data_fabric_set_mmio_np(); -- cgit v1.2.3