blob: f167b925acbcc339ace4a086d136d5742ae3c24a [file] [log] [blame]
Arne Georg Gleditsch9139e7b2010-09-24 17:35:32 +00001/*
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
Arne Georg Gleditsch9139e7b2010-09-24 17:35:32 +000028#define FAM10_SCAN_PCI_BUS 0
29#define FAM10_ALLOCATE_IO_RANGE 1
30
Arne Georg Gleditsch9139e7b2010-09-24 17:35:32 +000031#include <stdint.h>
32#include <string.h>
33#include <device/pci_def.h>
34#include <device/pci_ids.h>
35#include <arch/io.h>
36#include <device/pnp_def.h>
37#include <arch/romcc_io.h>
38#include <cpu/x86/lapic.h>
39#include "option_table.h"
40#include <console/console.h>
Arne Georg Gleditsch9139e7b2010-09-24 17:35:32 +000041#include <cpu/amd/model_10xxx_rev.h>
42#include "southbridge/broadcom/bcm5785/bcm5785_early_smbus.c"
Patrick Georgi9d4212f2010-10-26 15:51:57 +000043#include "southbridge/broadcom/bcm5785/bcm5785_enable_rom.c"
Arne Georg Gleditsch9139e7b2010-09-24 17:35:32 +000044#include "northbridge/amd/amdfam10/raminit.h"
45#include "northbridge/amd/amdfam10/amdfam10.h"
Patrick Georgid0835952010-10-05 09:07:10 +000046#include <lib.h>
Uwe Hermann26535d62010-11-20 20:36:40 +000047#include <spd.h>
Arne Georg Gleditsch9139e7b2010-09-24 17:35:32 +000048#include "cpu/amd/model_10xxx/apic_timer.c"
49#include "lib/delay.c"
50#include "cpu/x86/lapic/boot_cpu.c"
51#include "northbridge/amd/amdfam10/reset_test.c"
Arne Georg Gleditsch9139e7b2010-09-24 17:35:32 +000052#include "superio/serverengines/pilot/pilot_early_serial.c"
53#include "superio/serverengines/pilot/pilot_early_init.c"
54#include "superio/nsc/pc87417/pc87417_early_serial.c"
Arne Georg Gleditsch9139e7b2010-09-24 17:35:32 +000055#include "cpu/x86/bist.h"
Arne Georg Gleditsch9139e7b2010-09-24 17:35:32 +000056#include "northbridge/amd/amdfam10/debug.c"
Arne Georg Gleditsch9139e7b2010-09-24 17:35:32 +000057#include "cpu/x86/mtrr/earlymtrr.c"
Arne Georg Gleditsch9139e7b2010-09-24 17:35:32 +000058//#include "northbridge/amd/amdfam10/setup_resource_map.c"
Uwe Hermann57b2ff82010-11-21 17:29:59 +000059#include "southbridge/broadcom/bcm5785/bcm5785_early_setup.c"
Arne Georg Gleditsch9139e7b2010-09-24 17:35:32 +000060
61#define SERIAL_DEV PNP_DEV(0x2e, PILOT_SP1)
62#define RTC_DEV PNP_DEV(0x4e, PC87417_RTC)
63
Arne Georg Gleditsch9139e7b2010-09-24 17:35:32 +000064static inline void activate_spd_rom(const struct mem_controller *ctrl)
65{
66 u8 val;
67 outb(0x3d, 0x0cd6);
68 outb(0x87, 0x0cd7);
69
70 outb(0x44, 0xcd6);
71 val = inb(0xcd7);
72 outb((val & ~3) | ctrl->spd_switch_addr, 0xcd7);
73}
74
75static inline int spd_read_byte(unsigned device, unsigned address)
76{
77 return smbus_read_byte(device, address);
78}
79
80#include "northbridge/amd/amdfam10/amdfam10.h"
Arne Georg Gleditsch9139e7b2010-09-24 17:35:32 +000081#include "northbridge/amd/amdfam10/raminit_sysinfo_in_ram.c"
82#include "northbridge/amd/amdfam10/amdfam10_pci.c"
Arne Georg Gleditsch9139e7b2010-09-24 17:35:32 +000083#include "cpu/amd/quadcore/quadcore.c"
Arne Georg Gleditsch9139e7b2010-09-24 17:35:32 +000084#include "cpu/amd/car/post_cache_as_ram.c"
Arne Georg Gleditsch9139e7b2010-09-24 17:35:32 +000085#include "cpu/amd/microcode/microcode.c"
86#include "cpu/amd/model_10xxx/update_microcode.c"
87#include "cpu/amd/model_10xxx/init_cpus.c"
Arne Georg Gleditsch9139e7b2010-09-24 17:35:32 +000088#include "northbridge/amd/amdfam10/early_ht.c"
89
Uwe Hermann26535d62010-11-20 20:36:40 +000090static const u8 spd_addr[] = {
91 // switch addr, 1A addr, 2A addr, 3A addr, 4A addr, 1B addr, 2B addr, 3B addr 4B addr
92 //first node
93 RC00, DIMM0, DIMM2, 0, 0, DIMM1, DIMM3, 0, 0,
94#if CONFIG_MAX_PHYSICAL_CPUS > 1
95 //second node
96 RC01, DIMM0, DIMM2, 0, 0, DIMM1, DIMM3, 0, 0,
97#endif
98};
Arne Georg Gleditsch9139e7b2010-09-24 17:35:32 +000099
100void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
101{
102 struct sys_info *sysinfo = (struct sys_info *)(CONFIG_DCACHE_RAM_BASE + CONFIG_DCACHE_RAM_SIZE - CONFIG_DCACHE_RAM_GLOBAL_VAR_SIZE);
Uwe Hermann7b997052010-11-21 22:47:22 +0000103 u32 bsp_apicid = 0, val;
Arne Georg Gleditsch9139e7b2010-09-24 17:35:32 +0000104 msr_t msr;
105
106 if (!cpu_init_detectedx && boot_cpu()) {
Uwe Hermann7b997052010-11-21 22:47:22 +0000107 /* Nothing special needs to be done to find bus 0 */
Arne Georg Gleditsch9139e7b2010-09-24 17:35:32 +0000108 /* Allow the HT devices to be found */
109 /* mov bsp to bus 0xff when > 8 nodes */
110 set_bsp_node_CHtExtNodeCfgEn();
111 enumerate_ht_chain();
Arne Georg Gleditsch9139e7b2010-09-24 17:35:32 +0000112 bcm5785_enable_rom();
113 bcm5785_enable_lpc();
Uwe Hermann7b997052010-11-21 22:47:22 +0000114 pc87417_enable_dev(RTC_DEV); /* Enable RTC */
Arne Georg Gleditsch9139e7b2010-09-24 17:35:32 +0000115 }
116
117 post_code(0x30);
118
Uwe Hermann7b997052010-11-21 22:47:22 +0000119 if (bist == 0)
Arne Georg Gleditsch9139e7b2010-09-24 17:35:32 +0000120 bsp_apicid = init_cpus(cpu_init_detectedx, sysinfo);
Arne Georg Gleditsch9139e7b2010-09-24 17:35:32 +0000121
122 pilot_enable_serial(SERIAL_DEV, CONFIG_TTYS0_BASE);
123
124 uart_init();
125
126 /* Halt if there was a built in self test failure */
127 report_bist_failure(bist);
128
129 console_init();
130 pilot_early_init(SERIAL_DEV); //config port is being taken from SERIAL_DEV
131
132 val = cpuid_eax(1);
133 printk(BIOS_DEBUG, "BSP Family_Model: %08x\n", val);
134 printk(BIOS_DEBUG, "*sysinfo range: [%p,%p]\n",sysinfo,sysinfo+1);
135 printk(BIOS_DEBUG, "bsp_apicid = %02x\n", bsp_apicid);
136 printk(BIOS_DEBUG, "cpu_init_detectedx = %08lx\n", cpu_init_detectedx);
137
138 /* Setup sysinfo defaults */
139 set_sysinfo_in_ram(0);
140
141 update_microcode(val);
142 post_code(0x33);
143
144 cpuSetAMDMSR();
145 post_code(0x34);
146
147 amd_ht_init(sysinfo);
148 post_code(0x35);
149
150 /* Setup nodes PCI space and start core 0 AP init. */
151 finalize_node_setup(sysinfo);
152
153 post_code(0x36);
154
155 /* wait for all the APs core0 started by finalize_node_setup. */
156 /* FIXME: A bunch of cores are going to start output to serial at once.
157 * It would be nice to fixup prink spinlocks for ROM XIP mode.
158 * I think it could be done by putting the spinlock flag in the cache
159 * of the BSP located right after sysinfo.
160 */
161
162 wait_all_core0_started();
163
164#if CONFIG_LOGICAL_CPUS==1
165 /* Core0 on each node is configured. Now setup any additional cores. */
166 printk(BIOS_DEBUG, "start_other_cores()\n");
167 start_other_cores();
168 post_code(0x37);
169 wait_all_other_cores_started(bsp_apicid);
170#endif
171
Patrick Georgi76e81522010-11-16 21:25:29 +0000172#if CONFIG_SET_FIDVID
Arne Georg Gleditsch9139e7b2010-09-24 17:35:32 +0000173 msr = rdmsr(0xc0010071);
174 printk(BIOS_DEBUG, "\nBegin FIDVID MSR 0xc0010071 0x%08x 0x%08x\n", msr.hi, msr.lo);
175
176 /* FIXME: The sb fid change may survive the warm reset and only
177 * need to be done once.*/
178
179 enable_fid_change_on_sb(sysinfo->sbbusn, sysinfo->sbdn);
180
181 post_code(0x39);
182
183 if (!warm_reset_detect(0)) { // BSP is node 0
184 init_fidvid_bsp(bsp_apicid, sysinfo->nodes);
185 } else {
186 init_fidvid_stage2(bsp_apicid, 0); // BSP is node 0
187 }
188
189 post_code(0x3A);
190
191 /* show final fid and vid */
192 msr=rdmsr(0xc0010071);
193 printk(BIOS_DEBUG, "End FIDVIDMSR 0xc0010071 0x%08x 0x%08x\n", msr.hi, msr.lo);
194#endif
195
196 init_timer();
197
198 /* Reset for HT, FIDVID, PLL and errata changes to take affect. */
199 if (!warm_reset_detect(0)) {
200 print_info("...WARM RESET...\n\n\n");
201 soft_reset();
202 die("After soft_reset_x - shouldn't see this message!!!\n");
203 }
204
205 /* It's the time to set ctrl in sysinfo now; */
206 fill_mem_ctrl(sysinfo->nodes, sysinfo->ctrl, spd_addr);
207 enable_smbus();
208
209 //do we need apci timer, tsc...., only debug need it for better output
210 /* all ap stopped? */
211// init_timer(); // Need to use TMICT to synconize FID/VID
212
213 printk(BIOS_DEBUG, "raminit_amdmct()\n");
214 raminit_amdmct(sysinfo);
215 post_code(0x41);
216
217 bcm5785_early_setup();
218
219 post_cache_as_ram();
220}