6f1a6e31932ffdd5a5777eef88e212beb32c9888
[coreboot.git] / src / mainboard / asus / m4a785-m / romstage.c
1 /*
2  * This file is part of the coreboot project.
3  *
4  * Copyright (C) 2010 Advanced Micro Devices, Inc.
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License as published by
8  * the Free Software Foundation; version 2 of the License.
9  *
10  * This program is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13  * GNU General Public License for more details.
14  *
15  * You should have received a copy of the GNU General Public License
16  * along with this program; if not, write to the Free Software
17  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
18  */
19
20 //#define SYSTEM_TYPE 0 /* SERVER */
21 #define SYSTEM_TYPE 1   /* DESKTOP */
22 //#define SYSTEM_TYPE 2 /* MOBILE */
23
24 #define SET_NB_CFG_54 1
25
26 //used by raminit
27
28 //used by incoherent_ht
29 #define FAM10_SCAN_PCI_BUS 0
30 #define FAM10_ALLOCATE_IO_RANGE 0
31
32 //used by init_cpus and fidvid
33 #define SET_FIDVID 1
34 #define SET_FIDVID_CORE_RANGE 0
35
36 #include <stdint.h>
37 #include <string.h>
38 #include <device/pci_def.h>
39 #include <device/pci_ids.h>
40 #include <arch/io.h>
41 #include <device/pnp_def.h>
42 #include <arch/romcc_io.h>
43 #include <cpu/x86/lapic.h>
44 #include <console/console.h>
45 #include <cpu/amd/model_10xxx_rev.h>
46 #include "northbridge/amd/amdfam10/raminit.h"
47 #include "northbridge/amd/amdfam10/amdfam10.h"
48 #include <lib.h>
49
50 #include "cpu/x86/lapic/boot_cpu.c"
51 #include "northbridge/amd/amdfam10/reset_test.c"
52
53 #include <console/loglevel.h>
54 #include "cpu/x86/bist.h"
55
56 static int smbus_read_byte(u32 device, u32 address);
57
58 #include "superio/ite/it8712f/it8712f_early_serial.c"
59 #include <usbdebug.h>
60
61 #include "cpu/x86/mtrr/earlymtrr.c"
62 #include <cpu/amd/mtrr.h>
63 #include "northbridge/amd/amdfam10/setup_resource_map.c"
64
65 #include "southbridge/amd/rs780/rs780_early_setup.c"
66 #include "southbridge/amd/sb700/sb700_early_setup.c"
67 #include "northbridge/amd/amdfam10/debug.c"
68
69 static void activate_spd_rom(const struct mem_controller *ctrl)
70 {
71 }
72
73 static int spd_read_byte(u32 device, u32 address)
74 {
75         int result;
76         result = smbus_read_byte(device, address);
77         return result;
78 }
79
80 #include "northbridge/amd/amdfam10/amdfam10.h"
81
82 #include "northbridge/amd/amdfam10/raminit_sysinfo_in_ram.c"
83 #include "northbridge/amd/amdfam10/amdfam10_pci.c"
84
85 #include "resourcemap.c"
86 #include "cpu/amd/quadcore/quadcore.c"
87
88 #include "cpu/amd/car/post_cache_as_ram.c"
89 #include "cpu/amd/microcode/microcode.c"
90 #include "cpu/amd/model_10xxx/update_microcode.c"
91 #include "cpu/amd/model_10xxx/init_cpus.c"
92
93 #include "northbridge/amd/amdfam10/early_ht.c"
94 #include "southbridge/amd/sb700/sb700_early_setup.c"
95
96 //#include "spd_addr.h"
97
98 #define RC00  0
99 #define RC01  1
100
101 #define DIMM0 0x50
102 #define DIMM1 0x51
103 #define DIMM2 0x52
104 #define DIMM3 0x53
105
106 void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
107 {
108
109         struct sys_info *sysinfo = (struct sys_info *)(CONFIG_DCACHE_RAM_BASE + CONFIG_DCACHE_RAM_SIZE - CONFIG_DCACHE_RAM_GLOBAL_VAR_SIZE);
110         static const u8 spd_addr[] = {RC00, DIMM0, DIMM2, 0, 0, DIMM1, DIMM3, 0, 0, };
111         u32 bsp_apicid = 0;
112         u32 val;
113         msr_t msr;
114
115         if (!cpu_init_detectedx && boot_cpu()) {
116                 /* Nothing special needs to be done to find bus 0 */
117                 /* Allow the HT devices to be found */
118                 /* mov bsp to bus 0xff when > 8 nodes */
119                 set_bsp_node_CHtExtNodeCfgEn();
120                 enumerate_ht_chain();
121
122                 sb700_pci_port80();
123         }
124
125         post_code(0x30);
126
127         if (bist == 0) {
128                 bsp_apicid = init_cpus(cpu_init_detectedx, sysinfo); /* mmconf is inited in init_cpus */
129                 /* All cores run this but the BSP(node0,core0) is the only core that returns. */
130         }
131
132         post_code(0x32);
133
134         enable_rs780_dev8();
135         sb700_lpc_init();
136
137         it8712f_enable_serial(0, CONFIG_TTYS0_BASE);
138         it8712f_kill_watchdog(); /* disable watchdog, so it does not reset while still booting */
139         uart_init();
140
141 #if CONFIG_USBDEBUG
142         sb700_enable_usbdebug(CONFIG_USBDEBUG_DEFAULT_PORT);
143         early_usbdebug_init();
144 #endif
145
146         console_init();
147         printk(BIOS_DEBUG, "\n");
148
149 //      dump_mem(CONFIG_DCACHE_RAM_BASE+CONFIG_DCACHE_RAM_SIZE-0x200, CONFIG_DCACHE_RAM_BASE+CONFIG_DCACHE_RAM_SIZE);
150
151         /* Halt if there was a built in self test failure */
152         report_bist_failure(bist);
153
154         // Load MPB
155         val = cpuid_eax(1);
156         printk(BIOS_DEBUG, "BSP Family_Model: %08x \n", val);
157         printk(BIOS_DEBUG, "*sysinfo range: [%p,%p]\n",sysinfo,sysinfo+1);
158         printk(BIOS_DEBUG, "bsp_apicid = %02x \n", bsp_apicid);
159         printk(BIOS_DEBUG, "cpu_init_detectedx = %08lx \n", cpu_init_detectedx);
160
161         /* Setup sysinfo defaults */
162         set_sysinfo_in_ram(0);
163
164         update_microcode(val);
165         post_code(0x33);
166
167         cpuSetAMDMSR();
168         post_code(0x34);
169
170         amd_ht_init(sysinfo);
171         post_code(0x35);
172
173         /* Setup nodes PCI space and start core 0 AP init. */
174         finalize_node_setup(sysinfo);
175
176         /* Setup any mainboard PCI settings etc. */
177         setup_mb_resource_map();
178         post_code(0x36);
179
180         /* wait for all the APs core0 started by finalize_node_setup. */
181         /* FIXME: A bunch of cores are going to start output to serial at once.
182            It would be nice to fixup prink spinlocks for ROM XIP mode.
183            I think it could be done by putting the spinlock flag in the cache
184            of the BSP located right after sysinfo.
185          */
186         wait_all_core0_started();
187
188  #if CONFIG_LOGICAL_CPUS==1
189         /* Core0 on each node is configured. Now setup any additional cores. */
190         printk(BIOS_DEBUG, "start_other_cores()\n");
191         start_other_cores();
192         post_code(0x37);
193         wait_all_other_cores_started(bsp_apicid);
194  #endif
195
196         post_code(0x38);
197
198         /* run _early_setup before soft-reset. */
199         rs780_early_setup();
200         sb700_early_setup();
201
202  #if SET_FIDVID == 1
203         msr = rdmsr(0xc0010071);
204         printk(BIOS_DEBUG, "\nBegin FIDVID MSR 0xc0010071 0x%08x 0x%08x \n", msr.hi, msr.lo);
205
206         /* FIXME: The sb fid change may survive the warm reset and only
207            need to be done once.*/
208         enable_fid_change_on_sb(sysinfo->sbbusn, sysinfo->sbdn);
209
210         post_code(0x39);
211
212         if (!warm_reset_detect(0)) {                    // BSP is node 0
213                 init_fidvid_bsp(bsp_apicid, sysinfo->nodes);
214         } else {
215                 init_fidvid_stage2(bsp_apicid, 0);      // BSP is node 0
216         }
217
218         post_code(0x3A);
219
220         /* show final fid and vid */
221         msr=rdmsr(0xc0010071);
222         printk(BIOS_DEBUG, "End FIDVIDMSR 0xc0010071 0x%08x 0x%08x \n", msr.hi, msr.lo);
223  #endif
224
225         rs780_htinit();
226
227         /* Reset for HT, FIDVID, PLL and errata changes to take affect. */
228         if (!warm_reset_detect(0)) {
229                 print_info("...WARM RESET...\n\n\n");
230                 soft_reset();
231                 die("After soft_reset_x - shouldn't see this message!!!\n");
232         }
233
234         post_code(0x3B);
235
236         /* It's the time to set ctrl in sysinfo now; */
237         printk(BIOS_DEBUG, "fill_mem_ctrl()\n");
238         fill_mem_ctrl(sysinfo->nodes, sysinfo->ctrl, spd_addr);
239
240         post_code(0x40);
241
242 //      die("Die Before MCT init.");
243
244         printk(BIOS_DEBUG, "raminit_amdmct()\n");
245         raminit_amdmct(sysinfo);
246         post_code(0x41);
247
248 /*
249         dump_pci_device_range(PCI_DEV(0, 0x18, 0), 0, 0x200);
250         dump_pci_device_range(PCI_DEV(0, 0x18, 1), 0, 0x200);
251         dump_pci_device_range(PCI_DEV(0, 0x18, 2), 0, 0x200);
252         dump_pci_device_range(PCI_DEV(0, 0x18, 3), 0, 0x200);
253 */
254
255 //      ram_check(0x00200000, 0x00200000 + (640 * 1024));
256 //      ram_check(0x40200000, 0x40200000 + (640 * 1024));
257
258
259 //      die("After MCT init before CAR disabled.");
260
261         rs780_before_pci_init();
262         sb700_before_pci_init();
263
264         post_code(0x42);
265         printk(BIOS_DEBUG, "\n*** Yes, the copy/decompress is taking a while, FIXME!\n");
266         post_cache_as_ram();    // BSP switch stack to ram, copy then execute LB.
267         post_code(0x43);        // Should never see this post code.
268 }