From b6f3da4ddcd306b8039743f1101d41b648e0194d Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Mon, 7 Jul 2014 15:06:00 +0300 Subject: AGESA CIMx: Move late init out of get_bus_conf() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Followup deals further with Fam15 case. For unknown reasons calls were commented out for amd/dinar and they remain that way. Change-Id: Ie0a25fbb6f5378019fbf0f19a02acf024d79817e Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/6237 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan --- src/cpu/amd/agesa/amd_late_init.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/cpu/amd') diff --git a/src/cpu/amd/agesa/amd_late_init.c b/src/cpu/amd/agesa/amd_late_init.c index cf1caf1afd..83e9ed83cb 100644 --- a/src/cpu/amd/agesa/amd_late_init.c +++ b/src/cpu/amd/agesa/amd_late_init.c @@ -24,6 +24,10 @@ #include "agesawrapper.h" #include +#if CONFIG_AMD_SB_CIMX +#include +#endif + void get_bus_conf(void); static void agesawrapper_post_device(void *unused) @@ -36,6 +40,12 @@ static void agesawrapper_post_device(void *unused) /* Preparation for write_tables(). */ get_bus_conf(); +#if CONFIG_AMD_SB_CIMX && CONFIG_NORTHBRIDGE_AMD_AGESA_FAMILY15 + sb_After_Pci_Init(); +#endif +#if CONFIG_AMD_SB_CIMX + sb_Late_Post(); +#endif if (!acpi_s3_resume_allowed()) return; -- cgit v1.2.3