blob: f0658fea2fd4f604e0d64d75601833b8568b5cfa [file] [log] [blame]
Angel Pons54c54722020-04-05 13:20:54 +02001/* SPDX-License-Identifier: GPL-2.0-only */
2/* This file is part of the coreboot project. */
Stefan Reinauerd7bd4eb2013-02-11 11:11:36 -08003
4#include <stdint.h>
Stefan Reinauerd7bd4eb2013-02-11 11:11:36 -08005#include <cpu/x86/lapic.h>
Kyösti Mälkki6722f8d2014-06-16 09:14:49 +03006#include <arch/acpi.h>
Edward O'Callaghan77757c22015-01-04 21:33:39 +11007#include <northbridge/intel/sandybridge/sandybridge.h>
Vladimir Serbinenko421b3402016-02-10 02:39:51 +01008#include <northbridge/intel/sandybridge/raminit.h>
Alexandru Gagniuc83b05eb2015-02-15 14:09:21 -06009#include <northbridge/intel/sandybridge/raminit_native.h>
Edward O'Callaghan77757c22015-01-04 21:33:39 +110010#include <southbridge/intel/bd82x6x/pch.h>
Patrick Rudolphe8e66f42016-02-06 17:42:42 +010011#include <southbridge/intel/common/gpio.h>
Julius Wernercd49cce2019-03-05 16:53:33 -080012#if CONFIG(CHROMEOS)
Stefan Reinauerd7bd4eb2013-02-11 11:11:36 -080013#include <vendorcode/google/chromeos/chromeos.h>
14#endif
Stefan Reinauerd7bd4eb2013-02-11 11:11:36 -080015
Arthur Heymans9c538342019-11-12 16:42:33 +010016void mainboard_late_rcba_config(void)
Stefan Reinauerd7bd4eb2013-02-11 11:11:36 -080017{
Kyösti Mälkki6f499062015-06-06 11:52:24 +030018 /*
19 * GFX INTA -> PIRQA (MSI)
20 * D28IP_P1IP WLAN INTA -> PIRQB
21 * D28IP_P2IP ETH0 INTB -> PIRQF
22 * D28IP_P3IP SDCARD INTC -> PIRQD
23 * D29IP_E1P EHCI1 INTA -> PIRQD
24 * D26IP_E2P EHCI2 INTA -> PIRQF
25 * D31IP_SIP SATA INTA -> PIRQB (MSI)
26 * D31IP_SMIP SMBUS INTB -> PIRQH
27 * D31IP_TTIP THRT INTC -> PIRQA
28 * D27IP_ZIP HDA INTA -> PIRQA (MSI)
29 *
30 * Trackpad interrupt is edge triggered and cannot be shared.
31 * TRACKPAD -> PIRQG
32
33 */
34
35 /* Device interrupt pin register (board specific) */
36 RCBA32(D31IP) = (INTC << D31IP_TTIP) | (NOINT << D31IP_SIP2) |
37 (INTB << D31IP_SMIP) | (INTA << D31IP_SIP);
38 RCBA32(D29IP) = (INTA << D29IP_E1P);
39 RCBA32(D28IP) = (INTA << D28IP_P1IP) | (INTB << D28IP_P2IP) |
40 (INTC << D28IP_P3IP);
41 RCBA32(D27IP) = (INTA << D27IP_ZIP);
42 RCBA32(D26IP) = (INTA << D26IP_E2P);
43 RCBA32(D25IP) = (NOINT << D25IP_LIP);
44 RCBA32(D22IP) = (NOINT << D22IP_MEI1IP);
45
46 /* Device interrupt route registers */
47 DIR_ROUTE(D31IR, PIRQB, PIRQH, PIRQA, PIRQC);
48 DIR_ROUTE(D29IR, PIRQD, PIRQE, PIRQF, PIRQG);
49 DIR_ROUTE(D28IR, PIRQB, PIRQF, PIRQD, PIRQE);
50 DIR_ROUTE(D27IR, PIRQA, PIRQH, PIRQA, PIRQB);
51 DIR_ROUTE(D26IR, PIRQF, PIRQE, PIRQG, PIRQH);
52 DIR_ROUTE(D25IR, PIRQA, PIRQB, PIRQC, PIRQD);
53 DIR_ROUTE(D22IR, PIRQA, PIRQB, PIRQC, PIRQD);
Stefan Reinauerd7bd4eb2013-02-11 11:11:36 -080054}
55
Alexandru Gagniuc83b05eb2015-02-15 14:09:21 -060056const struct southbridge_usb_port mainboard_usb_ports[] = {
Elyes HAOUAS44f558e2020-02-24 13:26:04 +010057 /* enabled power USB oc pin */
Vladimir Serbinenko4a84e472016-02-10 02:51:48 +010058 { 1, 0, -1 }, /* P0: Right USB 3.0 #1 (no OC) */
59 { 1, 0, -1 }, /* P1: Right USB 3.0 #2 (no OC) */
60 { 1, 0, -1 }, /* P2: Camera (no OC) */
61 { 0, 0, -1 }, /* P3: Empty */
62 { 0, 0, -1 }, /* P4: Empty */
63 { 0, 0, -1 }, /* P5: Empty */
64 { 0, 0, -1 }, /* P6: Empty */
65 { 0, 0, -1 }, /* P7: Empty */
66 { 0, 0, -1 }, /* P8: Empty */
67 { 1, 1, -1 }, /* P9: Left USB 1 (no OC) */
68 { 1, 0, -1 }, /* P10: Mini PCIe - WLAN / BT (no OC) */
69 { 0, 0, -1 }, /* P11: Empty */
70 { 0, 0, -1 }, /* P12: Empty */
71 { 0, 0, -1 }, /* P13: Empty */
Alexandru Gagniuc83b05eb2015-02-15 14:09:21 -060072};
Stefan Reinauerd7bd4eb2013-02-11 11:11:36 -080073
Peter Lemenkov498f1cc2019-02-07 10:48:10 +010074void mainboard_get_spd(spd_raw_data *spd, bool id_only)
75{
Kyösti Mälkkie258b9a2016-11-18 19:59:23 +020076 read_spd(&spd[0], 0x50, id_only);
77 read_spd(&spd[2], 0x52, id_only);
Stefan Reinauerd7bd4eb2013-02-11 11:11:36 -080078}
Vladimir Serbinenko609bd942016-01-31 14:00:54 +010079
Vladimir Serbinenko421b3402016-02-10 02:39:51 +010080void mainboard_fill_pei_data(struct pei_data *pei_data)
81{
82 struct pei_data pei_data_template = {
83 .pei_version = PEI_VERSION,
84 .mchbar = (uintptr_t)DEFAULT_MCHBAR,
85 .dmibar = (uintptr_t)DEFAULT_DMIBAR,
86 .epbar = DEFAULT_EPBAR,
87 .pciexbar = CONFIG_MMCONF_BASE_ADDRESS,
88 .smbusbar = SMBUS_IO_BASE,
89 .wdbbar = 0x4000000,
90 .wdbsize = 0x1000,
91 .hpet_address = CONFIG_HPET_ADDRESS,
92 .rcba = (uintptr_t)DEFAULT_RCBABASE,
93 .pmbase = DEFAULT_PMBASE,
94 .gpiobase = DEFAULT_GPIOBASE,
95 .thermalbase = 0xfed08000,
96 .system_type = 0, // 0 Mobile, 1 Desktop/Server
97 .tseg_size = CONFIG_SMM_TSEG_SIZE,
98 .spd_addresses = { 0xA0, 0x00,0xA4,0x00 },
99 .ts_addresses = { 0x00, 0x00, 0x00, 0x00 },
100 .ec_present = 1,
101 .ddr3lv_support = 0,
102 // 0 = leave channel enabled
103 // 1 = disable dimm 0 on channel
104 // 2 = disable dimm 1 on channel
105 // 3 = disable dimm 0+1 on channel
106 .dimm_channel0_disabled = 2,
107 .dimm_channel1_disabled = 2,
108 .max_ddr3_freq = 1600,
109 .usb_port_config = {
Elyes HAOUAS44f558e2020-02-24 13:26:04 +0100110 /* enabled USB oc pin length */
Vladimir Serbinenko421b3402016-02-10 02:39:51 +0100111 { 1, 0, 0x0040 }, /* P0: Right USB 3.0 #1 (no OC) */
112 { 1, 0, 0x0040 }, /* P1: Right USB 3.0 #2 (no OC) */
113 { 1, 0, 0x0040 }, /* P2: Camera (no OC) */
114 { 0, 0, 0x0000 }, /* P3: Empty */
115 { 0, 0, 0x0000 }, /* P4: Empty */
116 { 0, 0, 0x0000 }, /* P5: Empty */
117 { 0, 0, 0x0000 }, /* P6: Empty */
118 { 0, 0, 0x0000 }, /* P7: Empty */
119 { 0, 4, 0x0000 }, /* P8: Empty */
120 { 1, 4, 0x0080 }, /* P9: Left USB 1 (no OC) */
121 { 1, 4, 0x0040 }, /* P10: Mini PCIe - WLAN / BT (no OC) */
122 { 0, 4, 0x0000 }, /* P11: Empty */
123 { 0, 4, 0x0000 }, /* P12: Empty */
124 { 0, 4, 0x0000 }, /* P13: Empty */
125 },
126 .ddr_refresh_rate_config = 2, /* Force double refresh rate */
127 };
128 *pei_data = pei_data_template;
129}
Matt DeVillierc35a1e82017-07-11 23:59:53 -0500130
131int mainboard_should_reset_usb(int s3resume)
132{
133 return !s3resume;
134}