78406138cba25a3efd455aa7a7efc21224712453
[coreboot.git] / src / mainboard / dell / s1850 / auto.c
1 #define ASSEMBLY 1
2 #include <stdint.h>
3 #include <device/pci_def.h>
4 #include <arch/io.h>
5 #include <device/pnp_def.h>
6 #include <arch/romcc_io.h>
7 #include <cpu/x86/lapic.h>
8 #include "option_table.h"
9 #include "pc80/mc146818rtc_early.c"
10 #include "pc80/serial.c"
11 #include "arch/i386/lib/console.c"
12 #include "ram/ramtest.c"
13 #include "southbridge/intel/i82801er/i82801er_early_smbus.c"
14 #include "northbridge/intel/e7520/raminit.h"
15 #include "superio/winbond/w83627hf/w83627hf.h"
16 #include "cpu/x86/lapic/boot_cpu.c"
17 #include "cpu/x86/mtrr/earlymtrr.c"
18 #include "debug.c"
19 #include "watchdog.c"
20 #include "reset.c"
21 #include "s2850_fixups.c"
22 #include "superio/winbond/w83627hf/w83627hf_early_init.c"
23 #include "northbridge/intel/e7520/memory_initialized.c"
24 #include "cpu/x86/bist.h"
25
26
27 #define SIO_GPIO_BASE 0x680
28 #define SIO_XBUS_BASE 0x4880
29
30 #define CONSOLE_SERIAL_DEV PNP_DEV(0x2e, W83627HF_SP1)
31 #define HIDDEN_SERIAL_DEV  PNP_DEV(0x2e, W83627HF_SP2)
32
33 #define DEVPRES_CONFIG  ( \
34         DEVPRES_D0F0 | \
35         DEVPRES_D1F0 | \
36         DEVPRES_D2F0 | \
37         DEVPRES_D3F0 | \
38         DEVPRES_D4F0 | \
39         DEVPRES_D6F0 | \
40         0 )
41 #define DEVPRES1_CONFIG (DEVPRES1_D0F1 | DEVPRES1_D8F0)
42
43 #define RECVENA_CONFIG  0x0808090a
44 #define RECVENB_CONFIG  0x0808090a
45
46 //void udelay(int usecs)
47 //{
48 //        int i;
49 //        for(i = 0; i < usecs; i++)
50 //                outb(i&0xff, 0x80);
51 //}
52
53 #if 0
54 static void hard_reset(void)
55 {
56         /* enable cf9 */
57         pci_write_config8(PCI_DEV(0, 0x04, 3), 0x41, 0xf1);
58         /* reset */
59         outb(0x0e, 0x0cf9);
60 }
61 #endif
62
63 static inline void activate_spd_rom(const struct mem_controller *ctrl)
64 {
65         /* nothing to do */
66 }
67 static inline int spd_read_byte(unsigned device, unsigned address)
68 {
69         return smbus_read_byte(device, address);
70 }
71
72 #include "northbridge/intel/e7520/raminit.c"
73 #include "sdram/generic_sdram.c"
74
75
76 static void main(unsigned long bist)
77 {
78         /*
79          * 
80          * 
81          */
82         static const struct mem_controller mch[] = {
83                 {
84                         .node_id = 0,
85                         .f0 = PCI_DEV(0, 0x00, 0),
86                         .f1 = PCI_DEV(0, 0x00, 1),
87                         .f2 = PCI_DEV(0, 0x00, 2),
88                         .f3 = PCI_DEV(0, 0x00, 3),
89                         .channel0 = {(0xa<<3)|3, (0xa<<3)|2, (0xa<<3)|1, (0xa<<3)|0, },
90                         .channel1 = {(0xa<<3)|7, (0xa<<3)|6, (0xa<<3)|5, (0xa<<3)|4, },
91                 }
92         };
93
94         if (bist == 0) {
95                 /* Skip this if there was a built in self test failure */
96                 early_mtrr_init();
97                 if (memory_initialized()) {
98                         asm volatile ("jmp __cpu_reset");
99                 }
100         }
101         /* Setup the console */
102         outb(0x87,0x2e);
103         outb(0x87,0x2e);
104         pnp_write_config(CONSOLE_SERIAL_DEV, 0x24, 0x84 | (1 << 6));
105         w83627hf_enable_dev(CONSOLE_SERIAL_DEV, TTYS0_BASE);
106         uart_init();
107         console_init();
108
109         /* Halt if there was a built in self test failure */
110 //      report_bist_failure(bist);
111
112         /* MOVE ME TO A BETTER LOCATION !!! */
113         /* config LPC decode for flash memory access */
114         device_t dev;
115         dev = pci_locate_device(PCI_ID(0x8086, 0x24d0), 0);
116         if (dev == PCI_DEV_INVALID) {
117                 die("Missing ich5?");
118         }
119         pci_write_config32(dev, 0xe8, 0x00000000);
120         pci_write_config8(dev, 0xf0, 0x00);
121
122 #if 0
123         display_cpuid_update_microcode();
124 #endif
125 #if 0
126         print_pci_devices();
127 #endif
128 #if 1
129         enable_smbus();
130 #endif
131 #if 0
132 //      dump_spd_registers(&cpu[0]);
133         int i;
134         for(i = 0; i < 1; i++) {
135                 dump_spd_registers();
136         }
137 #endif
138         disable_watchdogs();
139 //      dump_ipmi_registers();
140         mainboard_set_e7520_leds();     
141 //      memreset_setup();
142         sdram_initialize(sizeof(mch)/sizeof(mch[0]), mch);
143 #if 0
144         dump_pci_devices();
145 #endif
146 #if 0
147         dump_pci_device(PCI_DEV(0, 0x00, 0));
148         dump_bar14(PCI_DEV(0, 0x00, 0));
149 #endif
150
151 #if 0 // temporarily disabled 
152         /* Check the first 1M */
153 //      ram_check(0x00000000, 0x000100000);
154 //      ram_check(0x00000000, 0x000a0000);
155 //      ram_check(0x00100000, 0x01000000);
156         ram_check(0x00100000, 0x00100100);
157         /* check the first 1M in the 3rd Gig */
158 //      ram_check(0x30100000, 0x31000000);
159 #endif
160 #if 0
161         ram_check(0x00000000, 0x02000000);
162 #endif
163         
164 #if 0   
165         while(1) {
166                 hlt();
167         }
168 #endif
169 }