aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/amd/solo/auto.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/amd/solo/auto.c')
-rw-r--r--src/mainboard/amd/solo/auto.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/mainboard/amd/solo/auto.c b/src/mainboard/amd/solo/auto.c
index 27b476c19c..12ed6f146a 100644
--- a/src/mainboard/amd/solo/auto.c
+++ b/src/mainboard/amd/solo/auto.c
@@ -17,6 +17,7 @@
#include "cpu/p6/boot_cpu.c"
#include "northbridge/amd/amdk8/reset_test.c"
#include "debug.c"
+#include "northbridge/amd/amdk8/cpu_rev.c"
#define SIO_BASE 0x2e
@@ -53,9 +54,6 @@ static void coherent_ht_mainboard(unsigned cpus)
{
}
-#include "northbridge/amd/amdk8/cpu_ldtstop.c"
-#include "southbridge/amd/amd8111/amd8111_ldtstop.c"
-
#include "northbridge/amd/amdk8/raminit.c"
#include "northbridge/amd/amdk8/coherent_ht.c"
#include "sdram/generic_sdram.c"
@@ -138,11 +136,12 @@ static void main(void)
enable_lapic();
init_timer();
- /* Solo boards only have 1 CPU, this check is not needed!? */
+#if 0
+ /* Enabling this will make romcc segfault - 2003/10/13 */
if (!boot_cpu()) {
- notify_bsp_ap_is_stopped();
- stop_this_cpu();
+ print_err("This LinuxBIOS image is built for UP only.\n");
}
+#endif
pc87360_enable_serial();