blob: 8236e2062df149b7e443b92de810fe657dfb83e1 [file] [log] [blame]
Stefan Reinauer49428d82013-02-21 15:48:37 -08001/*
2 * This file is part of the coreboot project.
3 *
4 * Copyright (C) 2007-2010 coresystems GmbH
5 * Copyright (C) 2011 Google Inc.
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; version 2 of the License.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
19 */
20
21#include <stdint.h>
22#include <string.h>
23#include <lib.h>
24#include <timestamp.h>
25#include <arch/byteorder.h>
26#include <arch/io.h>
Stefan Reinauer49428d82013-02-21 15:48:37 -080027#include <device/pci.h>
28#include <device/pci_def.h>
29#include <device/pnp_def.h>
30#include <cpu/x86/lapic.h>
31#include <pc80/mc146818rtc.h>
Kyösti Mälkki6722f8d2014-06-16 09:14:49 +030032#include <arch/acpi.h>
Stefan Reinauer49428d82013-02-21 15:48:37 -080033#include <cbmem.h>
34#include <console/console.h>
35#include "northbridge/intel/sandybridge/sandybridge.h"
36#include "northbridge/intel/sandybridge/raminit.h"
37#include "southbridge/intel/bd82x6x/pch.h"
38#include "southbridge/intel/bd82x6x/gpio.h"
39#include "ec/google/chromeec/ec.h"
40#include <arch/cpu.h>
41#include <cpu/x86/bist.h>
42#include <cpu/x86/msr.h>
43#include "gpio.h"
44#if CONFIG_CHROMEOS
45#include <vendorcode/google/chromeos/chromeos.h>
46#endif
47#include <cbfs.h>
48
49#include <southbridge/intel/bd82x6x/chip.h>
50
51static void pch_enable_lpc(void)
52{
53 const struct device *lpc;
54 const struct southbridge_intel_bd82x6x_config *config = NULL;
55
56 lpc = dev_find_slot(0, PCI_DEVFN(0x1f, 0));
57 if (!lpc)
58 return;
59 if (lpc->chip_info)
60 config = lpc->chip_info;
61 if (!config)
62 return;
63
64 /* Set COM1/COM2 decode range */
65 pci_write_config16(PCH_LPC_DEV, LPC_IO_DEC, 0x0010);
66
67 /* Enable PS/2 Keyboard/Mouse, EC areas and COM1 */
68 pci_write_config16(PCH_LPC_DEV, LPC_EN, KBC_LPC_EN | MC_LPC_EN | \
69 GAMEL_LPC_EN | COMA_LPC_EN);
70
71 pci_write_config32(PCH_LPC_DEV, LPC_GEN1_DEC, config->gen1_dec);
72 pci_write_config32(PCH_LPC_DEV, LPC_GEN2_DEC, config->gen2_dec);
73 pci_write_config32(PCH_LPC_DEV, LPC_GEN3_DEC, config->gen3_dec);
74 pci_write_config32(PCH_LPC_DEV, LPC_GEN4_DEC, config->gen4_dec);
75}
76
77static void rcba_config(void)
78{
79 u32 reg32;
80
81 /*
82 * GFX INTA -> PIRQA (MSI)
83 * D28IP_P3IP WLAN INTA -> PIRQB
84 * D29IP_E1P EHCI1 INTA -> PIRQD
85 * D26IP_E2P EHCI2 INTA -> PIRQF
86 * D31IP_SIP SATA INTA -> PIRQF (MSI)
87 * D31IP_SMIP SMBUS INTB -> PIRQH
88 * D31IP_TTIP THRT INTC -> PIRQA
89 * D27IP_ZIP HDA INTA -> PIRQA (MSI)
90 *
91 * TRACKPAD -> PIRQE (Edge Triggered)
92 * TOUCHSCREEN -> PIRQG (Edge Triggered)
93 */
94
95 /* Device interrupt pin register (board specific) */
96 RCBA32(D31IP) = (INTC << D31IP_TTIP) | (NOINT << D31IP_SIP2) |
97 (INTB << D31IP_SMIP) | (INTA << D31IP_SIP);
98 RCBA32(D30IP) = (NOINT << D30IP_PIP);
99 RCBA32(D29IP) = (INTA << D29IP_E1P);
100 RCBA32(D28IP) = (INTA << D28IP_P3IP);
101 RCBA32(D27IP) = (INTA << D27IP_ZIP);
102 RCBA32(D26IP) = (INTA << D26IP_E2P);
103 RCBA32(D25IP) = (NOINT << D25IP_LIP);
104 RCBA32(D22IP) = (NOINT << D22IP_MEI1IP);
105
106 /* Device interrupt route registers */
107 DIR_ROUTE(D31IR, PIRQB, PIRQH, PIRQA, PIRQC);
108 DIR_ROUTE(D29IR, PIRQD, PIRQE, PIRQF, PIRQG);
109 DIR_ROUTE(D28IR, PIRQB, PIRQC, PIRQD, PIRQE);
110 DIR_ROUTE(D27IR, PIRQA, PIRQH, PIRQA, PIRQB);
111 DIR_ROUTE(D26IR, PIRQF, PIRQE, PIRQG, PIRQH);
112 DIR_ROUTE(D25IR, PIRQA, PIRQB, PIRQC, PIRQD);
113 DIR_ROUTE(D22IR, PIRQA, PIRQB, PIRQC, PIRQD);
114
115 /* Enable IOAPIC (generic) */
116 RCBA16(OIC) = 0x0100;
117 /* PCH BWG says to read back the IOAPIC enable register */
118 (void) RCBA16(OIC);
119
120 /* Disable unused devices (board specific) */
121 reg32 = RCBA32(FD);
122 reg32 |= PCH_DISABLE_ALWAYS;
123 RCBA32(FD) = reg32;
124}
125
126static void copy_spd(struct pei_data *peid)
127{
128 const int gpio_vector[] = {41, 42, 43, 10, -1};
Vladimir Serbinenko12874162014-01-12 14:12:15 +0100129 char *spd_file;
130 size_t spd_file_len;
Stefan Reinauer49428d82013-02-21 15:48:37 -0800131 int spd_index = get_gpios(gpio_vector);
132
133 printk(BIOS_DEBUG, "spd index %d\n", spd_index);
Vladimir Serbinenko12874162014-01-12 14:12:15 +0100134 spd_file = cbfs_get_file_content(CBFS_DEFAULT_MEDIA, "spd.bin", 0xab,
135 &spd_file_len);
Stefan Reinauer49428d82013-02-21 15:48:37 -0800136 if (!spd_file)
137 die("SPD data not found.");
138
Vladimir Serbinenko12874162014-01-12 14:12:15 +0100139 if (spd_file_len < ((spd_index + 1) * sizeof(peid->spd_data[0]))) {
Stefan Reinauer49428d82013-02-21 15:48:37 -0800140 printk(BIOS_ERR, "spd index override to 0 - old hardware?\n");
141 spd_index = 0;
142 }
143
Vladimir Serbinenko12874162014-01-12 14:12:15 +0100144 if (spd_file_len < sizeof(peid->spd_data[0]))
Stefan Reinauer49428d82013-02-21 15:48:37 -0800145 die("Missing SPD data.");
146
147 memcpy(peid->spd_data[0],
Vladimir Serbinenko12874162014-01-12 14:12:15 +0100148 spd_file +
Stefan Reinauer49428d82013-02-21 15:48:37 -0800149 spd_index * sizeof(peid->spd_data[0]),
150 sizeof(peid->spd_data[0]));
151}
152
Aaron Durbina0a37272014-08-14 08:35:11 -0500153#include <cpu/intel/romstage.h>
Stefan Reinauer49428d82013-02-21 15:48:37 -0800154void main(unsigned long bist)
155{
156 int boot_mode = 0;
157 int cbmem_was_initted;
Stefan Reinauer49428d82013-02-21 15:48:37 -0800158
Stefan Reinauer49428d82013-02-21 15:48:37 -0800159 struct pei_data pei_data = {
Edward O'Callaghan6cec8242014-05-24 04:16:57 +1000160 .pei_version = PEI_VERSION,
161 .mchbar = DEFAULT_MCHBAR,
162 .dmibar = DEFAULT_DMIBAR,
163 .epbar = DEFAULT_EPBAR,
164 .pciexbar = CONFIG_MMCONF_BASE_ADDRESS,
165 .smbusbar = SMBUS_IO_BASE,
166 .wdbbar = 0x4000000,
167 .wdbsize = 0x1000,
168 .hpet_address = CONFIG_HPET_ADDRESS,
169 .rcba = DEFAULT_RCBABASE,
170 .pmbase = DEFAULT_PMBASE,
171 .gpiobase = DEFAULT_GPIOBASE,
172 .thermalbase = 0xfed08000,
173 .system_type = 0, // 0 Mobile, 1 Desktop/Server
174 .tseg_size = CONFIG_SMM_TSEG_SIZE,
175 .ts_addresses = { 0x00, 0x00, 0x00, 0x00 },
176 .ec_present = 1,
177 .ddr3lv_support = 1,
Stefan Reinauer49428d82013-02-21 15:48:37 -0800178 // 0 = leave channel enabled
179 // 1 = disable dimm 0 on channel
180 // 2 = disable dimm 1 on channel
181 // 3 = disable dimm 0+1 on channel
Edward O'Callaghan6cec8242014-05-24 04:16:57 +1000182 .dimm_channel0_disabled = 2,
183 .dimm_channel1_disabled = 2,
184 .max_ddr3_freq = 1600,
185 .usb_port_config = {
Stefan Reinauer49428d82013-02-21 15:48:37 -0800186 /* Empty and onboard Ports 0-7, set to un-used pin OC3 */
187 { 0, 3, 0x0000 }, /* P0: Empty */
188 { 1, 0, 0x0040 }, /* P1: Left USB 1 (OC0) */
189 { 1, 1, 0x0040 }, /* P2: Left USB 2 (OC1) */
190 { 1, 3, 0x0040 }, /* P3: SDCARD (no OC) */
191 { 0, 3, 0x0000 }, /* P4: Empty */
192 { 1, 3, 0x0040 }, /* P5: WWAN (no OC) */
193 { 0, 3, 0x0000 }, /* P6: Empty */
194 { 0, 3, 0x0000 }, /* P7: Empty */
195 /* Empty and onboard Ports 8-13, set to un-used pin OC4 */
196 { 1, 4, 0x0040 }, /* P8: Camera (no OC) */
197 { 1, 4, 0x0040 }, /* P9: Bluetooth (no OC) */
198 { 0, 4, 0x0000 }, /* P10: Empty */
199 { 0, 4, 0x0000 }, /* P11: Empty */
200 { 0, 4, 0x0000 }, /* P12: Empty */
201 { 0, 4, 0x0000 }, /* P13: Empty */
202 },
203 };
204
Kyösti Mälkki3d45c402013-09-07 20:26:36 +0300205 timestamp_init(get_initial_timestamp());
206 timestamp_add_now(TS_START_ROMSTAGE);
Stefan Reinauer49428d82013-02-21 15:48:37 -0800207
208 if (bist == 0)
209 enable_lapic();
210
211 pch_enable_lpc();
212
213 /* Enable GPIOs */
214 pci_write_config32(PCH_LPC_DEV, GPIO_BASE, DEFAULT_GPIOBASE|1);
215 pci_write_config8(PCH_LPC_DEV, GPIO_CNTL, 0x10);
216 setup_pch_gpios(&link_gpio_map);
217
218 /* Initialize console device(s) */
219 console_init();
220
221 /* Halt if there was a built in self test failure */
222 report_bist_failure(bist);
223
224 if (MCHBAR16(SSKPD) == 0xCAFE) {
225 printk(BIOS_DEBUG, "soft reset detected\n");
226 boot_mode = 1;
227
228 /* System is not happy after keyboard reset... */
229 printk(BIOS_DEBUG, "Issuing CF9 warm reset\n");
230 outb(0x6, 0xcf9);
231 hlt();
232 }
233
234 /* Perform some early chipset initialization required
235 * before RAM initialization can work
236 */
237 sandybridge_early_initialization(SANDYBRIDGE_MOBILE);
238 printk(BIOS_DEBUG, "Back from sandybridge_early_initialization()\n");
239
Vladimir Serbinenko332f14b2014-09-05 16:29:41 +0200240 boot_mode = southbridge_detect_s3_resume() ? 2 : 0;
241 if (boot_mode == 0) {
Stefan Reinauer49428d82013-02-21 15:48:37 -0800242 /* This is the fastest way to let users know
243 * the Intel CPU is now alive.
244 */
245 google_chromeec_kbbacklight(100);
246 }
247
248 post_code(0x38);
249 /* Enable SPD ROMs and DDR-III DRAM */
250 enable_smbus();
251
252 /* Prepare USB controller early in S3 resume */
253 if (boot_mode == 2)
254 enable_usb_bar();
255
256 post_code(0x39);
257
258 copy_spd(&pei_data);
259
260 post_code(0x3a);
261 pei_data.boot_mode = boot_mode;
Kyösti Mälkki3d45c402013-09-07 20:26:36 +0300262 timestamp_add_now(TS_BEFORE_INITRAM);
Stefan Reinauer49428d82013-02-21 15:48:37 -0800263 sdram_initialize(&pei_data);
264
Kyösti Mälkki3d45c402013-09-07 20:26:36 +0300265 timestamp_add_now(TS_AFTER_INITRAM);
Stefan Reinauer49428d82013-02-21 15:48:37 -0800266 post_code(0x3c);
267
268 rcba_config();
269 post_code(0x3d);
270
271 quick_ram_check();
272 post_code(0x3e);
273
Kyösti Mälkki2d8520b2014-01-06 17:20:31 +0200274 cbmem_was_initted = !cbmem_recovery(boot_mode==2);
Kyösti Mälkki78938482014-01-04 11:02:45 +0200275 if (boot_mode!=2)
276 save_mrc_data(&pei_data);
Stefan Reinauer49428d82013-02-21 15:48:37 -0800277
Vladimir Serbinenkoc845b432014-09-05 03:37:44 +0200278 if (boot_mode==2 && !cbmem_was_initted) {
Stefan Reinauer49428d82013-02-21 15:48:37 -0800279 /* Failed S3 resume, reset to come up cleanly */
280 outb(0x6, 0xcf9);
281 hlt();
Stefan Reinauer49428d82013-02-21 15:48:37 -0800282 }
Vladimir Serbinenkoc845b432014-09-05 03:37:44 +0200283 northbridge_romstage_finalize(boot_mode==2);
284
Stefan Reinauer49428d82013-02-21 15:48:37 -0800285 post_code(0x3f);
286#if CONFIG_CHROMEOS
287 init_chromeos(boot_mode);
288#endif
Stefan Reinauer49428d82013-02-21 15:48:37 -0800289 timestamp_add_now(TS_END_ROMSTAGE);
Stefan Reinauer49428d82013-02-21 15:48:37 -0800290}