AMD F14 southbridge update
[coreboot.git] / src / mainboard / amd / inagua / get_bus_conf.c
index 43b9013d8df82853ead63b7ea64d030d0032187f..fedab7531ae75893b6df91902c904129ecc660c0 100644 (file)
@@ -24,6 +24,9 @@
 #include <stdint.h>
 #include <stdlib.h>
 #include <cpu/amd/amdfam14.h>
+#if CONFIG_AMD_SB_CIMX
+#include <sb_cimx.h>
+#endif
 
 
 /* Global variables for MB layouts and these will be shared by irqtable mptable
@@ -136,4 +139,8 @@ void get_bus_conf(void)
 
   /* I/O APICs:   APIC ID Version State   Address */
   bus_isa = 10;
+
+#if CONFIG_AMD_SB_CIMX
+  sb_Late_Post();
+#endif
 }