8f3e21ddbe496f08e88b865fe9a635aa5c3d0d59
[coreboot.git] / src / mainboard / hp / dl145_g3 / romstage.c
1 /*
2  * This file is part of the coreboot project.
3  *
4  * Copyright (C) 2006 Tyan
5  * Copyright (C) 2006 AMD
6  * Written by Yinghai Lu <yinghailu@gmail.com> for Tyan and AMD.
7  *
8  * Copyright (C) 2007 University of Mannheim
9  * Written by Philipp Degler <pdegler@rumms.uni-mannheim.de> for University of Mannheim
10  * Copyright (C) 2009 University of Heidelberg
11  * Written by Mondrian Nuessle <nuessle@uni-heidelberg.de> for University of Heidelberg
12  *
13  * This program is free software; you can redistribute it and/or modify
14  * it under the terms of the GNU General Public License as published by
15  * the Free Software Foundation; either version 2 of the License, or
16  * (at your option) any later version.
17  *
18  * This program is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU General Public License for more details.
22  *
23  * You should have received a copy of the GNU General Public License
24  * along with this program; if not, write to the Free Software
25  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
26  */
27
28 #define RAMINIT_SYSINFO 1
29
30 #define K8_ALLOCATE_IO_RANGE 1
31
32 #define QRANK_DIMM_SUPPORT 1
33
34 #if CONFIG_LOGICAL_CPUS==1
35 #define SET_NB_CFG_54 1
36 #endif
37
38 //used by init_cpus and fidvid
39 #define SET_FIDVID 1
40 //if we want to wait for core1 done before DQS training, set it to 0
41 #define SET_FIDVID_CORE0_ONLY 1
42
43 #if CONFIG_K8_REV_F_SUPPORT == 1
44 #define K8_REV_F_SUPPORT_F0_F1_WORKAROUND 0
45 #endif
46
47 #include <stdint.h>
48 #include <string.h>
49 #include <device/pci_def.h>
50 #include <device/pci_ids.h>
51 #include <arch/io.h>
52 #include <device/pnp_def.h>
53 #include <arch/romcc_io.h>
54 #include <cpu/x86/lapic.h>
55 #include <pc80/mc146818rtc.h>
56
57 #include <console/console.h>
58 #include "lib/ramtest.c"
59
60 #include <cpu/amd/model_fxx_rev.h>
61
62 #include "southbridge/broadcom/bcm5785/bcm5785_early_smbus.c"
63 #include "northbridge/amd/amdk8/raminit.h"
64 #include "cpu/amd/model_fxx/apic_timer.c"
65 #include "lib/delay.c"
66
67 #include "cpu/x86/lapic/boot_cpu.c"
68 #include "northbridge/amd/amdk8/reset_test.c"
69
70 #include "superio/serverengines/pilot/pilot_early_serial.c"
71 #include "superio/serverengines/pilot/pilot_early_init.c"
72 #include "superio/nsc/pc87417/pc87417_early_serial.c"
73
74 #include "cpu/x86/bist.h"
75
76 #include "northbridge/amd/amdk8/debug.c"
77
78 #include "cpu/x86/mtrr/earlymtrr.c"
79
80 #include "northbridge/amd/amdk8/setup_resource_map.c"
81
82 #define SERIAL_DEV PNP_DEV(0x2e, PILOT_SP1)
83 #define RTC_DEV PNP_DEV(0x4e, PC87417_RTC)
84
85 #include "southbridge/broadcom/bcm5785/bcm5785_early_setup.c"
86
87 static void memreset(int controllers, const struct mem_controller *ctrl)
88 {
89 }
90
91 static inline void activate_spd_rom(const struct mem_controller *ctrl)
92 {
93 #define SMBUS_SWITCH1 0x70
94 #define SMBUS_SWITCH2 0x72
95          unsigned device = (ctrl->channel0[0]) >> 8;
96          smbus_send_byte(SMBUS_SWITCH1, device & 0x0f);
97          smbus_send_byte(SMBUS_SWITCH2, (device >> 4) & 0x0f );
98 }
99
100 static inline int spd_read_byte(unsigned device, unsigned address)
101 {
102          return smbus_read_byte(device, address);
103 }
104
105 #include "northbridge/amd/amdk8/amdk8_f.h"
106 #include "northbridge/amd/amdk8/incoherent_ht.c"
107 #include "northbridge/amd/amdk8/coherent_ht.c"
108 #include "northbridge/amd/amdk8/raminit_f.c"
109 #include "lib/generic_sdram.c"
110
111 #include "cpu/amd/dualcore/dualcore.c"
112
113 //first node
114 #define DIMM0 0x50
115 #define DIMM1 0x51
116 #define DIMM2 0x52
117 #define DIMM3 0x53
118 //second node
119 #define DIMM4 0x54
120 #define DIMM5 0x55
121 #define DIMM6 0x56
122 #define DIMM7 0x57
123
124
125
126 #include "cpu/amd/car/post_cache_as_ram.c"
127
128 #include "cpu/amd/model_fxx/init_cpus.c"
129
130 #include "cpu/amd/model_fxx/fidvid.c"
131
132 #include "northbridge/amd/amdk8/early_ht.c"
133
134 #if 0
135 #include "ipmi.c"
136
137 static void setup_early_ipmi_serial()
138 {
139         unsigned char result;
140         char channel_access[]={0x06<<2,0x40,0x04,0x80,0x05};
141         char serialmodem_conf[]={0x0c<<2,0x10,0x04,0x08,0x00,0x0f};
142         char serial_mux1[]={0x0c<<2,0x12,0x04,0x06};
143         char serial_mux2[]={0x0c<<2,0x12,0x04,0x03};
144         char serial_mux3[]={0x0c<<2,0x12,0x04,0x07};
145
146 //      earlydbg(0x0d);
147         //set channel access system only
148         ipmi_request(5,channel_access);
149 //      earlydbg(result);
150 /*
151         //Set serial/modem config
152         result=ipmi_request(6,serialmodem_conf);
153         earlydbg(result);
154
155         //Set serial mux 1
156         result=ipmi_request(4,serial_mux1);
157         earlydbg(result);
158
159         //Set serial mux 2
160         result=ipmi_request(4,serial_mux2);
161         earlydbg(result);
162
163         //Set serial mux 3
164         result=ipmi_request(4,serial_mux3);
165         earlydbg(result);
166 */
167 //      earlydbg(0x0e);
168
169 }
170 #endif
171
172 void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
173 {
174         static const uint16_t spd_addr[] = {
175                 // first node
176                  DIMM0, DIMM2, 0, 0,
177                  DIMM1, DIMM3, 0, 0,
178
179                 // second node
180                 DIMM4, DIMM6, 0, 0,
181                 DIMM5, DIMM7, 0, 0,
182         };
183
184         struct sys_info *sysinfo = (struct sys_info *)(CONFIG_DCACHE_RAM_BASE
185                 + CONFIG_DCACHE_RAM_SIZE - CONFIG_DCACHE_RAM_GLOBAL_VAR_SIZE);
186
187         int needs_reset;
188         unsigned bsp_apicid = 0;
189
190         if (!cpu_init_detectedx && boot_cpu()) {
191                 /* Nothing special needs to be done to find bus 0 */
192                 /* Allow the HT devices to be found */
193
194                 enumerate_ht_chain();
195                 bcm5785_enable_rom();
196                 bcm5785_enable_lpc();
197                 //enable RTC
198                 pc87417_enable_dev(RTC_DEV);
199         }
200
201         if (bist == 0) {
202                 bsp_apicid = init_cpus(cpu_init_detectedx, sysinfo);
203         }
204
205         pilot_enable_serial(SERIAL_DEV, CONFIG_TTYS0_BASE);
206
207         uart_init();
208
209         /* Halt if there was a built in self test failure */
210         report_bist_failure(bist);
211
212         console_init();
213 //      setup_early_ipmi_serial();
214         pilot_early_init(SERIAL_DEV); //config port is being taken from SERIAL_DEV
215         printk(BIOS_DEBUG, "*sysinfo range: [%p,%p]\n",sysinfo,sysinfo+1);
216         printk(BIOS_DEBUG, "bsp_apicid=%02x\n", bsp_apicid);
217
218 #if CONFIG_MEM_TRAIN_SEQ == 1
219         set_sysinfo_in_ram(0); // in BSP so could hold all ap until sysinfo is in ram
220 #endif
221         setup_coherent_ht_domain();
222
223         wait_all_core0_started();
224 #if CONFIG_LOGICAL_CPUS==1
225         // It is said that we should start core1 after all core0 launched
226         /* becase optimize_link_coherent_ht is moved out from setup_coherent_ht_domain,
227          * So here need to make sure last core0 is started, esp for two way system,
228          * (there may be apic id conflicts in that case)
229         */
230         start_other_cores();
231         wait_all_other_cores_started(bsp_apicid);
232 #endif
233
234         /* it will set up chains and store link pair for optimization later */
235         ht_setup_chains_x(sysinfo); // it will init sblnk and sbbusn, nodes, sbdn
236         bcm5785_early_setup();
237
238 #if SET_FIDVID == 1
239         {
240                 msr_t msr;
241                 msr=rdmsr(0xc0010042);
242                 printk(BIOS_DEBUG, "begin msr fid, vid %08x %08x\n", msr.hi, msr.lo);
243         }
244         enable_fid_change();
245         enable_fid_change_on_sb(sysinfo->sbbusn, sysinfo->sbdn);
246         init_fidvid_bsp(bsp_apicid);
247         // show final fid and vid
248         {
249                 msr_t msr;
250                 msr=rdmsr(0xc0010042);
251                 printk(BIOS_DEBUG, "end msr fid, vid %08x %08x\n", msr.hi, msr.lo);
252         }
253 #endif
254
255         needs_reset = optimize_link_coherent_ht();
256         needs_reset |= optimize_link_incoherent_ht(sysinfo);
257
258         // fidvid change will issue one LDTSTOP and the HT change will be effective too
259         if (needs_reset) {
260                 printk(BIOS_INFO, "ht reset -\n");
261                 soft_reset();
262         }
263
264         allow_all_aps_stop(bsp_apicid);
265
266         //It's the time to set ctrl in sysinfo now;
267         fill_mem_ctrl(sysinfo->nodes, sysinfo->ctrl, spd_addr);
268         enable_smbus();
269
270         //do we need apci timer, tsc...., only debug need it for better output
271         /* all ap stopped? */
272         // init_timer(); // Need to use TMICT to synconize FID/VID
273
274         sdram_initialize(sysinfo->nodes, sysinfo->ctrl, sysinfo);
275
276         post_cache_as_ram();
277 }
278