diff options
author | Yinghai Lu <yinghailu@gmail.com> | 2004-10-25 19:49:50 +0000 |
---|---|---|
committer | Yinghai Lu <yinghailu@gmail.com> | 2004-10-25 19:49:50 +0000 |
commit | 9cf950ca5a7dc0f9373b9b4db508480a35bb35ac (patch) | |
tree | 84211e5bf6a7585b3375c0f2f00180106fcf088c /src/mainboard/tyan/s2735/auto.c | |
parent | 3f637906c4c5a81c923cca157fca933dac186531 (diff) |
s2735 minor changes
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1715 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/tyan/s2735/auto.c')
-rw-r--r-- | src/mainboard/tyan/s2735/auto.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mainboard/tyan/s2735/auto.c b/src/mainboard/tyan/s2735/auto.c index 091e74f321..5874d5ea35 100644 --- a/src/mainboard/tyan/s2735/auto.c +++ b/src/mainboard/tyan/s2735/auto.c @@ -70,7 +70,7 @@ static void main(unsigned long bist) /* Skip this if there was a built in self test failure */ early_mtrr_init(); enable_lapic(); - init_timer(); +// init_timer(); } @@ -79,7 +79,7 @@ static void main(unsigned long bist) console_init(); /* Halt if there was a built in self test failure */ - report_bist_failure(bist); +// report_bist_failure(bist); // setup_default_resource_map(); #if 0 @@ -87,9 +87,9 @@ static void main(unsigned long bist) #endif if(!bios_reset_detected()) { enable_smbus(); -#if 0 -// dump_spd_registers(&memctrl[0]); - dump_smbus_registers(); +#if 1 + dump_spd_registers(&memctrl[0]); +// dump_smbus_registers(); #endif memreset_setup(); @@ -114,7 +114,7 @@ static void main(unsigned long bist) #if 0 dump_pci_devices(); #endif -#if 0 +#if 1 dump_pci_device(PCI_DEV(0, 0, 0)); #endif @@ -130,7 +130,7 @@ static void main(unsigned long bist) #if 0 ram_check(0x00000000, msr.lo+(msr.hi<<32)); #else -#if 0 +#if 1 // Check 16MB of memory @ 0 ram_check(0x00000000, 0x01000000); #else |