diff options
author | Stefan Reinauer <stepan@openbios.org> | 2003-10-13 10:04:06 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2003-10-13 10:04:06 +0000 |
commit | b68571c139f2c73a643e2cce76ce5b00fdb2580d (patch) | |
tree | 58e931dad48d7dd0e2c49463436871c26a20e31e /src/mainboard/amd/solo/auto.c | |
parent | 1b1c567892a4cd3f57d87d46fd4b6d4d934edbbf (diff) |
get solo target building with 1.1.5 sources
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1211 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/amd/solo/auto.c')
-rw-r--r-- | src/mainboard/amd/solo/auto.c | 11 |
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(); |