This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / mainboard / supermicro / x6dhe_g2 / 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 <stdlib.h>
9 #include "option_table.h"
10 #include "pc80/mc146818rtc_early.c"
11 #include "pc80/serial.c"
12 #include "arch/i386/lib/console.c"
13 #include "ram/ramtest.c"
14 #include "southbridge/intel/i82801er/i82801er_early_smbus.c"
15 #include "northbridge/intel/e7520/raminit.h"
16 #include "superio/nsc/pc87427/pc87427.h"
17 #include "cpu/x86/lapic/boot_cpu.c"
18 #include "cpu/x86/mtrr/earlymtrr.c"
19 #include "debug.c"
20 #include "watchdog.c"
21 #include "reset.c"
22 #include "x6dhe_g2_fixups.c"
23 #include "superio/nsc/pc87427/pc87427_early_init.c"
24 #include "northbridge/intel/e7520/memory_initialized.c"
25 #include "cpu/x86/bist.h"
26
27
28 #define SIO_GPIO_BASE 0x680
29 #define SIO_XBUS_BASE 0x4880
30
31 #define CONSOLE_SERIAL_DEV PNP_DEV(0x2e, PC87427_SP1)
32 #define HIDDEN_SERIAL_DEV  PNP_DEV(0x2e, PC87427_SP2)
33
34 #define DEVPRES_CONFIG  ( \
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  0x0708090a
44 #define RECVENB_CONFIG  0x0708090a
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
95         if (bist == 0) {
96                 /* Skip this if there was a built in self test failure */
97                 early_mtrr_init();
98                 if (memory_initialized()) {
99                         asm volatile ("jmp __cpu_reset");
100                 }
101         }
102         /* Setup the console */
103         outb(0x87,0x2e);
104         outb(0x87,0x2e);
105         pnp_write_config(CONSOLE_SERIAL_DEV, 0x24, 0x84 | (1 << 6));
106         pc87427_enable_dev(CONSOLE_SERIAL_DEV, CONFIG_TTYS0_BASE);
107         uart_init();
108         console_init();
109
110         /* Halt if there was a built in self test failure */
111 //      report_bist_failure(bist);
112
113         /* MOVE ME TO A BETTER LOCATION !!! */
114         /* config LPC decode for flash memory access */
115         device_t dev;
116         dev = pci_locate_device(PCI_ID(0x8086, 0x25a1), 0);
117         if (dev == PCI_DEV_INVALID) {
118                 die("Missing ich5r?");
119         }
120         pci_write_config32(dev, 0xe8, 0x00000000);
121         pci_write_config8(dev, 0xf0, 0x00);
122
123 #if 0
124         display_cpuid_update_microcode();
125 #endif
126 #if 0
127         print_pci_devices();
128 #endif
129 #if 1
130         enable_smbus();
131 #endif
132 #if 0
133 //      dump_spd_registers(&cpu[0]);
134         int i;
135         for(i = 0; i < 1; i++) {
136                 dump_spd_registers();
137         }
138 #endif
139         disable_watchdogs();
140 //      dump_ipmi_registers();
141 //      mainboard_set_e7520_leds();     
142 //      memreset_setup();
143         sdram_initialize(ARRAY_SIZE(mch), mch);
144 #if 0
145         dump_pci_devices();
146 #endif
147 #if 1
148         dump_pci_device(PCI_DEV(0, 0x00, 0));
149         //dump_bar14(PCI_DEV(0, 0x00, 0));
150 #endif
151
152 #if 0 // temporarily disabled 
153         /* Check the first 1M */
154 //      ram_check(0x00000000, 0x000100000);
155 //      ram_check(0x00000000, 0x000a0000);
156         ram_check(0x00100000, 0x01000000);
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 }