summaryrefslogtreecommitdiffstats
path: root/src/mainboard/gizmosphere
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2014-07-07 15:06:00 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2014-07-14 19:48:51 +0200
commitb6f3da4ddcd306b8039743f1101d41b648e0194d (patch)
treeaf77b453d49e948841218b1e156c22394d2d144a /src/mainboard/gizmosphere
parent232ae17718a3d183a4effb0eb4c8633ac87505b7 (diff)
downloadcoreboot-b6f3da4ddcd306b8039743f1101d41b648e0194d.tar.gz
coreboot-b6f3da4ddcd306b8039743f1101d41b648e0194d.tar.bz2
coreboot-b6f3da4ddcd306b8039743f1101d41b648e0194d.zip
AGESA CIMx: Move late init out of get_bus_conf()
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 <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/6237 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Diffstat (limited to 'src/mainboard/gizmosphere')
-rwxr-xr-xsrc/mainboard/gizmosphere/gizmo/get_bus_conf.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mainboard/gizmosphere/gizmo/get_bus_conf.c b/src/mainboard/gizmosphere/gizmo/get_bus_conf.c
index ca20a0c5098a..44d0b0f69ade 100755
--- a/src/mainboard/gizmosphere/gizmo/get_bus_conf.c
+++ b/src/mainboard/gizmosphere/gizmo/get_bus_conf.c
@@ -26,9 +26,6 @@
#include <stdlib.h>
#include <cpu/amd/amdfam14.h>
#include "agesawrapper.h"
-#if CONFIG_AMD_SB_CIMX
-#include <sb_cimx.h>
-#endif
/* Global variables for MB layouts and these will be shared by irqtable mptable
@@ -101,7 +98,4 @@ void get_bus_conf(void)
apicid_base = CONFIG_MAX_CPUS;
apicid_sb800 = apicid_base;
-#if CONFIG_AMD_SB_CIMX
- sb_Late_Post();
-#endif
}