diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2009-09-15 23:38:27 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2009-09-15 23:38:27 +0000 |
commit | 057712a3b7450606fb88b10ce82c92885e3a913e (patch) | |
tree | 113dfa905780eddb46d53e95bed50a0a7ab41758 /src/mainboard/dell/s1850/auto.c | |
parent | b261205f5e447022f5828f6ccc5c1a6407a30ed3 (diff) | |
download | coreboot-057712a3b7450606fb88b10ce82c92885e3a913e.tar.xz |
This is an otherwise dead platform. I'm just committing the basics that
let it build.
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4636 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/dell/s1850/auto.c')
-rw-r--r-- | src/mainboard/dell/s1850/auto.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mainboard/dell/s1850/auto.c b/src/mainboard/dell/s1850/auto.c index a80ba60b5b..a32df1ec4d 100644 --- a/src/mainboard/dell/s1850/auto.c +++ b/src/mainboard/dell/s1850/auto.c @@ -123,13 +123,13 @@ static void main(unsigned long bist) #if 0 display_cpuid_update_microcode(); #endif -#if 0 +#if 1 print_pci_devices(); #endif #if 1 enable_smbus(); #endif -#if 0 +#if 1 // dump_spd_registers(&cpu[0]); int i; for(i = 0; i < 1; i++) { @@ -141,15 +141,15 @@ static void main(unsigned long bist) mainboard_set_e7520_leds(); // memreset_setup(); sdram_initialize(ARRAY_SIZE(mch), mch); -#if 0 +#if 1 dump_pci_devices(); #endif -#if 0 +#if 1 dump_pci_device(PCI_DEV(0, 0x00, 0)); dump_bar14(PCI_DEV(0, 0x00, 0)); #endif -#if 0 // temporarily disabled +#if 1 // temporarily disabled /* Check the first 1M */ // ram_check(0x00000000, 0x000100000); // ram_check(0x00000000, 0x000a0000); |