From 81da09e889e5edffda406f97a370958189e2d7f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Fri, 17 Oct 2014 16:44:48 +0300 Subject: asus/m5a88-v: Fix southbridge init MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This amdfam10 board was by mistake modified with commit b6f3da4 AGESA CIMx: Move late init out of get_bus_conf() Change-Id: I8edf6f7f4cc635d31e7e485e3f6de57ef8ed7b1e Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/7104 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel --- src/mainboard/asus/m5a88-v/get_bus_conf.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/mainboard/asus/m5a88-v/get_bus_conf.c b/src/mainboard/asus/m5a88-v/get_bus_conf.c index 3a9133ce1820..f90c6b887ae0 100644 --- a/src/mainboard/asus/m5a88-v/get_bus_conf.c +++ b/src/mainboard/asus/m5a88-v/get_bus_conf.c @@ -27,6 +27,9 @@ #include #endif #include +#if CONFIG_AMD_SB_CIMX +#include +#endif /* Global variables for MB layouts and these will be shared by irqtable mptable * and acpi_tables busnum is default. @@ -132,4 +135,7 @@ void get_bus_conf(void) #endif apicid_sb800 = apicid_base + 0; +#if CONFIG_AMD_SB_CIMX + sb_Late_Post(); +#endif } -- cgit v1.2.3