blob: d1173b544697ad96c466545e7341d02968b9c030 [file] [log] [blame]
Angel Pons54c54722020-04-05 13:20:54 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Stefan Reinauerd7bd4eb2013-02-11 11:11:36 -08002
3#include <stdint.h>
Edward O'Callaghan77757c22015-01-04 21:33:39 +11004#include <northbridge/intel/sandybridge/sandybridge.h>
Vladimir Serbinenko421b3402016-02-10 02:39:51 +01005#include <northbridge/intel/sandybridge/raminit.h>
Alexandru Gagniuc83b05eb2015-02-15 14:09:21 -06006#include <northbridge/intel/sandybridge/raminit_native.h>
Edward O'Callaghan77757c22015-01-04 21:33:39 +11007#include <southbridge/intel/bd82x6x/pch.h>
Patrick Rudolphe8e66f42016-02-06 17:42:42 +01008#include <southbridge/intel/common/gpio.h>
Stefan Reinauerd7bd4eb2013-02-11 11:11:36 -08009
Arthur Heymans9c538342019-11-12 16:42:33 +010010void mainboard_late_rcba_config(void)
Stefan Reinauerd7bd4eb2013-02-11 11:11:36 -080011{
Kyösti Mälkki6f499062015-06-06 11:52:24 +030012 /*
13 * GFX INTA -> PIRQA (MSI)
14 * D28IP_P1IP WLAN INTA -> PIRQB
15 * D28IP_P2IP ETH0 INTB -> PIRQF
16 * D28IP_P3IP SDCARD INTC -> PIRQD
17 * D29IP_E1P EHCI1 INTA -> PIRQD
18 * D26IP_E2P EHCI2 INTA -> PIRQF
19 * D31IP_SIP SATA INTA -> PIRQB (MSI)
20 * D31IP_SMIP SMBUS INTB -> PIRQH
21 * D31IP_TTIP THRT INTC -> PIRQA
22 * D27IP_ZIP HDA INTA -> PIRQA (MSI)
23 *
24 * Trackpad interrupt is edge triggered and cannot be shared.
25 * TRACKPAD -> PIRQG
26
27 */
28
29 /* Device interrupt pin register (board specific) */
30 RCBA32(D31IP) = (INTC << D31IP_TTIP) | (NOINT << D31IP_SIP2) |
31 (INTB << D31IP_SMIP) | (INTA << D31IP_SIP);
32 RCBA32(D29IP) = (INTA << D29IP_E1P);
33 RCBA32(D28IP) = (INTA << D28IP_P1IP) | (INTB << D28IP_P2IP) |
34 (INTC << D28IP_P3IP);
35 RCBA32(D27IP) = (INTA << D27IP_ZIP);
36 RCBA32(D26IP) = (INTA << D26IP_E2P);
37 RCBA32(D25IP) = (NOINT << D25IP_LIP);
38 RCBA32(D22IP) = (NOINT << D22IP_MEI1IP);
39
40 /* Device interrupt route registers */
41 DIR_ROUTE(D31IR, PIRQB, PIRQH, PIRQA, PIRQC);
42 DIR_ROUTE(D29IR, PIRQD, PIRQE, PIRQF, PIRQG);
43 DIR_ROUTE(D28IR, PIRQB, PIRQF, PIRQD, PIRQE);
44 DIR_ROUTE(D27IR, PIRQA, PIRQH, PIRQA, PIRQB);
45 DIR_ROUTE(D26IR, PIRQF, PIRQE, PIRQG, PIRQH);
46 DIR_ROUTE(D25IR, PIRQA, PIRQB, PIRQC, PIRQD);
47 DIR_ROUTE(D22IR, PIRQA, PIRQB, PIRQC, PIRQD);
Stefan Reinauerd7bd4eb2013-02-11 11:11:36 -080048}
49
Alexandru Gagniuc83b05eb2015-02-15 14:09:21 -060050const struct southbridge_usb_port mainboard_usb_ports[] = {
Elyes HAOUAS44f558e2020-02-24 13:26:04 +010051 /* enabled power USB oc pin */
Vladimir Serbinenko4a84e472016-02-10 02:51:48 +010052 { 1, 0, -1 }, /* P0: Right USB 3.0 #1 (no OC) */
53 { 1, 0, -1 }, /* P1: Right USB 3.0 #2 (no OC) */
54 { 1, 0, -1 }, /* P2: Camera (no OC) */
55 { 0, 0, -1 }, /* P3: Empty */
56 { 0, 0, -1 }, /* P4: Empty */
57 { 0, 0, -1 }, /* P5: Empty */
58 { 0, 0, -1 }, /* P6: Empty */
59 { 0, 0, -1 }, /* P7: Empty */
60 { 0, 0, -1 }, /* P8: Empty */
61 { 1, 1, -1 }, /* P9: Left USB 1 (no OC) */
62 { 1, 0, -1 }, /* P10: Mini PCIe - WLAN / BT (no OC) */
63 { 0, 0, -1 }, /* P11: Empty */
64 { 0, 0, -1 }, /* P12: Empty */
65 { 0, 0, -1 }, /* P13: Empty */
Alexandru Gagniuc83b05eb2015-02-15 14:09:21 -060066};
Stefan Reinauerd7bd4eb2013-02-11 11:11:36 -080067
Peter Lemenkov498f1cc2019-02-07 10:48:10 +010068void mainboard_get_spd(spd_raw_data *spd, bool id_only)
69{
Kyösti Mälkkie258b9a2016-11-18 19:59:23 +020070 read_spd(&spd[0], 0x50, id_only);
71 read_spd(&spd[2], 0x52, id_only);
Stefan Reinauerd7bd4eb2013-02-11 11:11:36 -080072}
Vladimir Serbinenko609bd942016-01-31 14:00:54 +010073
Vladimir Serbinenko421b3402016-02-10 02:39:51 +010074void mainboard_fill_pei_data(struct pei_data *pei_data)
75{
76 struct pei_data pei_data_template = {
77 .pei_version = PEI_VERSION,
Angel Ponsd9e58dc2021-01-20 01:22:20 +010078 .mchbar = CONFIG_FIXED_MCHBAR_MMIO_BASE,
79 .dmibar = CONFIG_FIXED_DMIBAR_MMIO_BASE,
80 .epbar = CONFIG_FIXED_EPBAR_MMIO_BASE,
Shelley Chen4e9bb332021-10-20 15:43:45 -070081 .pciexbar = CONFIG_ECAM_MMCONF_BASE_ADDRESS,
Angel Ponsb21bffa2020-07-03 01:02:28 +020082 .smbusbar = CONFIG_FIXED_SMBUS_IO_BASE,
Vladimir Serbinenko421b3402016-02-10 02:39:51 +010083 .wdbbar = 0x4000000,
84 .wdbsize = 0x1000,
85 .hpet_address = CONFIG_HPET_ADDRESS,
Angel Pons92717ff2020-09-14 16:22:22 +020086 .rcba = (uintptr_t)DEFAULT_RCBA,
Vladimir Serbinenko421b3402016-02-10 02:39:51 +010087 .pmbase = DEFAULT_PMBASE,
88 .gpiobase = DEFAULT_GPIOBASE,
89 .thermalbase = 0xfed08000,
90 .system_type = 0, // 0 Mobile, 1 Desktop/Server
91 .tseg_size = CONFIG_SMM_TSEG_SIZE,
92 .spd_addresses = { 0xA0, 0x00,0xA4,0x00 },
93 .ts_addresses = { 0x00, 0x00, 0x00, 0x00 },
94 .ec_present = 1,
95 .ddr3lv_support = 0,
Vladimir Serbinenko421b3402016-02-10 02:39:51 +010096 .max_ddr3_freq = 1600,
97 .usb_port_config = {
Elyes HAOUAS44f558e2020-02-24 13:26:04 +010098 /* enabled USB oc pin length */
Vladimir Serbinenko421b3402016-02-10 02:39:51 +010099 { 1, 0, 0x0040 }, /* P0: Right USB 3.0 #1 (no OC) */
100 { 1, 0, 0x0040 }, /* P1: Right USB 3.0 #2 (no OC) */
101 { 1, 0, 0x0040 }, /* P2: Camera (no OC) */
102 { 0, 0, 0x0000 }, /* P3: Empty */
103 { 0, 0, 0x0000 }, /* P4: Empty */
104 { 0, 0, 0x0000 }, /* P5: Empty */
105 { 0, 0, 0x0000 }, /* P6: Empty */
106 { 0, 0, 0x0000 }, /* P7: Empty */
107 { 0, 4, 0x0000 }, /* P8: Empty */
108 { 1, 4, 0x0080 }, /* P9: Left USB 1 (no OC) */
109 { 1, 4, 0x0040 }, /* P10: Mini PCIe - WLAN / BT (no OC) */
110 { 0, 4, 0x0000 }, /* P11: Empty */
111 { 0, 4, 0x0000 }, /* P12: Empty */
112 { 0, 4, 0x0000 }, /* P13: Empty */
113 },
114 .ddr_refresh_rate_config = 2, /* Force double refresh rate */
115 };
116 *pei_data = pei_data_template;
117}
Matt DeVillierc35a1e82017-07-11 23:59:53 -0500118
119int mainboard_should_reset_usb(int s3resume)
120{
121 return !s3resume;
122}