diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2003-10-15 20:05:11 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2003-10-15 20:05:11 +0000 |
commit | b56ef076002ee90ac08fbac5888b8b3374ce582e (patch) | |
tree | 8f9e65c647dd1db2d3fc512fe9e6a2b98ed258fe /src/mainboard/tyan/s2880/auto.c | |
parent | 820dea8a628a862639da3c4a4d465422a94f3a8d (diff) | |
download | coreboot-b56ef076002ee90ac08fbac5888b8b3374ce582e.tar.xz |
for tyan. recover from Eric B's error additions to via code :-)
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1220 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/tyan/s2880/auto.c')
-rw-r--r-- | src/mainboard/tyan/s2880/auto.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/mainboard/tyan/s2880/auto.c b/src/mainboard/tyan/s2880/auto.c index 07bcc1d92f..b5135d1a5c 100644 --- a/src/mainboard/tyan/s2880/auto.c +++ b/src/mainboard/tyan/s2880/auto.c @@ -15,6 +15,8 @@ #include "cpu/p6/boot_cpu.c" #include "northbridge/amd/amdk8/reset_test.c" #include "debug.c" +#include "northbridge/amd/amdk8/cpu_rev.c" + #define REV_B_RESET 0 static void memreset_setup(void) @@ -88,8 +90,8 @@ static inline int spd_read_byte(unsigned device, unsigned address) /* include mainboard specific ht code */ #include "hypertransport.c" -#include "northbridge/amd/amdk8/cpu_ldtstop.c" -#include "southbridge/amd/amd8111/amd8111_ldtstop.c" +//#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" @@ -162,7 +164,7 @@ static void main(void) enable_lapic(); init_timer(); if (!boot_cpu() ) { - notify_bsp_ap_is_stopped(); +// notify_bsp_ap_is_stopped(); stop_this_cpu(); } uart_init(); |