blob: db6c83f2ed9c5229da402c61d84605145e5556bf [file] [log] [blame]
Shelley Chen243dc392017-03-15 15:25:48 -07001chip soc/intel/skylake
2
3 # Deep Sx states
Duncan Laurie1fe32d62017-04-10 21:02:13 -07004 register "deep_s3_enable_ac" = "0"
5 register "deep_s3_enable_dc" = "0"
6 register "deep_s5_enable_ac" = "1"
7 register "deep_s5_enable_dc" = "1"
Shelley Chen243dc392017-03-15 15:25:48 -07008 register "deep_sx_config" = "DSX_EN_LAN_WAKE_PIN | DSX_EN_WAKE_PIN"
9
Shelley Chenda6e4f62017-06-29 16:13:33 -070010 # Mapping of USB port # to device
11 #+----------------+-------+-----------------------------------+
12 #| Device | Port# | Rev |
13 #+----------------+-------+-----------------------------------+
14 #| USB C | 1 | 2/3 |
15 #| USB A Rear | 2 | 2/3 |
16 #| USB A Front | 3 | 2/3 |
17 #| USB A Front | 4 | 2/3 |
18 #| USB A Rear | 5 | 2 on base celeron, 2/3 all others |
19 #| USB A Rear | 6 | 2 on base celeron, 2/3 all others |
20 #| Bluetooth | 7 | |
21 #| Daughter Board | 8 | |
22 #+----------------+-------+-----------------------------------+
23
24 # Bitmap for Wake Enable on USB attach/detach
25 register "usb2_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(2) | \
26 USB_PORT_WAKE_ENABLE(3) | \
27 USB_PORT_WAKE_ENABLE(4) | \
28 USB_PORT_WAKE_ENABLE(5) | \
29 USB_PORT_WAKE_ENABLE(6)"
30 register "usb3_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(2) | \
31 USB_PORT_WAKE_ENABLE(3) | \
32 USB_PORT_WAKE_ENABLE(4) | \
33 USB_PORT_WAKE_ENABLE(5) | \
34 USB_PORT_WAKE_ENABLE(6)"
35
Shelley Chen243dc392017-03-15 15:25:48 -070036 # GPE configuration
37 # Note that GPE events called out in ASL code rely on this
38 # route. i.e. If this route changes then the affected GPE
39 # offset bits also need to be changed.
40 register "gpe0_dw0" = "GPP_B"
41 register "gpe0_dw1" = "GPP_D"
42 register "gpe0_dw2" = "GPP_E"
43
44 # EC host command ranges are in 0x800-0x8ff & 0x200-0x20f
45 register "gen1_dec" = "0x00fc0801"
46 register "gen2_dec" = "0x000c0201"
47 # EC memory map range is 0x900-0x9ff
48 register "gen3_dec" = "0x00fc0901"
49
Tsai, Gaggeryb2a3ac42017-08-22 10:55:13 +080050 # Enable DPTF
51 register "dptf_enable" = "1"
52
Shelley Chen243dc392017-03-15 15:25:48 -070053 # FSP Configuration
54 register "ProbelessTrace" = "0"
Shelley Chenc5168832017-03-21 15:04:04 -070055 register "EnableLan" = "1"
56 register "EnableSata" = "1"
57 register "SataSalpSupport" = "1"
Kane Chen91ea9f02017-12-13 11:35:54 +080058 register "SataMode" = "0"
David Wu0f829052017-12-11 14:08:11 +080059 register "SataPortsEnable[0]" = "1"
Shelley Chene8365aa2017-04-24 13:11:43 -070060 register "SataPortsEnable[1]" = "1"
Gaggery Tsaibc37c672017-09-29 13:40:04 +080061 register "SataPortsDevSlp[1]" = "1"
Shelley Chen243dc392017-03-15 15:25:48 -070062 register "EnableAzalia" = "1"
63 register "DspEnable" = "1"
64 register "IoBufferOwnership" = "3"
65 register "EnableTraceHub" = "0"
66 register "XdciEnable" = "0"
67 register "SsicPortEnable" = "0"
68 register "SmbusEnable" = "1"
69 register "Cio2Enable" = "0"
Shelley Chenc5168832017-03-21 15:04:04 -070070 register "ScsEmmcEnabled" = "0"
71 register "ScsEmmcHs400Enabled" = "0"
Shelley Chen243dc392017-03-15 15:25:48 -070072 register "ScsSdCardEnabled" = "2"
73 register "IshEnable" = "0"
74 register "PttSwitch" = "0"
75 register "InternalGfx" = "1"
76 register "SkipExtGfxScan" = "1"
77 register "Device4Enable" = "1"
78 register "HeciEnabled" = "0"
79 register "FspSkipMpInit" = "1"
80 register "SaGv" = "3"
81 register "SerialIrqConfigSirqEnable" = "1"
82 register "PmConfigSlpS3MinAssert" = "2" # 50ms
83 register "PmConfigSlpS4MinAssert" = "1" # 1s
84 register "PmConfigSlpSusMinAssert" = "1" # 500ms
85 register "PmConfigSlpAMinAssert" = "3" # 2s
86 register "PmTimerDisabled" = "1"
87 register "SendVrMbxCmd" = "1" # IMVP8 workaround
88
Rizwan Qureshibbff1572017-12-07 02:10:06 +053089 # Intersil VR c-state issue workaround
90 # send VR mailbox command for IA/GT/SA rails
91 register "IslVrCmd" = "2"
92
Shelley Chen243dc392017-03-15 15:25:48 -070093 register "pirqa_routing" = "PCH_IRQ11"
94 register "pirqb_routing" = "PCH_IRQ10"
95 register "pirqc_routing" = "PCH_IRQ11"
96 register "pirqd_routing" = "PCH_IRQ11"
97 register "pirqe_routing" = "PCH_IRQ11"
98 register "pirqf_routing" = "PCH_IRQ11"
99 register "pirqg_routing" = "PCH_IRQ11"
100 register "pirqh_routing" = "PCH_IRQ11"
101
102 # VR Settings Configuration for 4 Domains
103 #+----------------+-------+-------+-------+-------+
104 #| Domain/Setting | SA | IA | GTUS | GTS |
105 #+----------------+-------+-------+-------+-------+
106 #| Psi1Threshold | 20A | 20A | 20A | 20A |
107 #| Psi2Threshold | 4A | 5A | 5A | 5A |
108 #| Psi3Threshold | 1A | 1A | 1A | 1A |
109 #| Psi3Enable | 1 | 1 | 1 | 1 |
110 #| Psi4Enable | 1 | 1 | 1 | 1 |
111 #| ImonSlope | 0 | 0 | 0 | 0 |
112 #| ImonOffset | 0 | 0 | 0 | 0 |
113 #| IccMax | 7A | 34A | 35A | 35A |
114 #| VrVoltageLimit | 1.52V | 1.52V | 1.52V | 1.52V |
115 #+----------------+-------+-------+-------+-------+
116 register "domain_vr_config[VR_SYSTEM_AGENT]" = "{
117 .vr_config_enable = 1,
118 .psi1threshold = VR_CFG_AMP(20),
119 .psi2threshold = VR_CFG_AMP(4),
120 .psi3threshold = VR_CFG_AMP(1),
121 .psi3enable = 1,
122 .psi4enable = 1,
123 .imon_slope = 0x0,
124 .imon_offset = 0x0,
125 .icc_max = VR_CFG_AMP(7),
126 .voltage_limit = 1520,
127 }"
128
129 register "domain_vr_config[VR_IA_CORE]" = "{
130 .vr_config_enable = 1,
131 .psi1threshold = VR_CFG_AMP(20),
132 .psi2threshold = VR_CFG_AMP(5),
133 .psi3threshold = VR_CFG_AMP(1),
134 .psi3enable = 1,
135 .psi4enable = 1,
136 .imon_slope = 0x0,
137 .imon_offset = 0x0,
138 .icc_max = VR_CFG_AMP(34),
139 .voltage_limit = 1520,
140 }"
141
142 register "domain_vr_config[VR_GT_UNSLICED]" = "{
143 .vr_config_enable = 1,
144 .psi1threshold = VR_CFG_AMP(20),
145 .psi2threshold = VR_CFG_AMP(5),
146 .psi3threshold = VR_CFG_AMP(1),
147 .psi3enable = 1,
148 .psi4enable = 1,
149 .imon_slope = 0x0,
150 .imon_offset = 0x0,
151 .icc_max = VR_CFG_AMP(35),
152 .voltage_limit = 1520,
153 }"
154
155 register "domain_vr_config[VR_GT_SLICED]" = "{
156 .vr_config_enable = 1,
157 .psi1threshold = VR_CFG_AMP(20),
158 .psi2threshold = VR_CFG_AMP(5),
159 .psi3threshold = VR_CFG_AMP(1),
160 .psi3enable = 1,
161 .psi4enable = 1,
162 .imon_slope = 0x0,
163 .imon_offset = 0x0,
164 .icc_max = VR_CFG_AMP(35),
165 .voltage_limit = 1520,
166 }"
167
Naresh G Solanki561f7fc2017-04-20 16:45:01 +0530168 # Enable Root port 3(x1) for LAN.
169 register "PcieRpEnable[2]" = "1"
Shelley Chen243dc392017-03-15 15:25:48 -0700170 # Enable CLKREQ#
Naresh G Solanki561f7fc2017-04-20 16:45:01 +0530171 register "PcieRpClkReqSupport[2]" = "1"
172 # RP 3 uses SRCCLKREQ0#
173 register "PcieRpClkReqNumber[2]" = "0"
Kane Chen6708d3a2017-10-11 12:39:46 +0800174 # RP 3, Enable Advanced Error Reporting
175 register "PcieRpAdvancedErrorReporting[2]" = "1"
176 # RP 3, Enable Latency Tolerance Reporting Mechanism
177 register "PcieRpLtrEnable[2]" = "1"
Naresh G Solanki561f7fc2017-04-20 16:45:01 +0530178
179 # Enable Root port 4(x1) for WLAN.
180 register "PcieRpEnable[3]" = "1"
181 # Enable CLKREQ#
182 register "PcieRpClkReqSupport[3]" = "1"
183 # RP 4 uses SRCCLKREQ5#
184 register "PcieRpClkReqNumber[3]" = "5"
Kane Chen6708d3a2017-10-11 12:39:46 +0800185 # RP 4, Enable Advanced Error Reporting
186 register "PcieRpAdvancedErrorReporting[3]" = "1"
187 # RP 4, Enable Latency Tolerance Reporting Mechanism
188 register "PcieRpLtrEnable[3]" = "1"
Naresh G Solanki561f7fc2017-04-20 16:45:01 +0530189
190 # Enable Root port 5(x4) for NVMe.
191 register "PcieRpEnable[4]" = "1"
192 # Enable CLKREQ#
193 register "PcieRpClkReqSupport[4]" = "1"
194 # RP 5 uses SRCCLKREQ1#
195 register "PcieRpClkReqNumber[4]" = "1"
Kane Chen6708d3a2017-10-11 12:39:46 +0800196 # RP 5, Enable Advanced Error Reporting
197 register "PcieRpAdvancedErrorReporting[4]" = "1"
198 # RP 5, Enable Latency Tolerance Reporting Mechanism
199 register "PcieRpLtrEnable[4]" = "1"
Naresh G Solanki561f7fc2017-04-20 16:45:01 +0530200
201 # Enable Root port 9 for BtoB.
202 register "PcieRpEnable[8]" = "1"
203 # Enable CLKREQ#
204 register "PcieRpClkReqSupport[8]" = "1"
205 # RP 9 uses SRCCLKREQ2#
206 register "PcieRpClkReqNumber[8]" = "2"
Kane Chen6708d3a2017-10-11 12:39:46 +0800207 # RP 9, Enable Advanced Error Reporting
208 register "PcieRpAdvancedErrorReporting[8]" = "1"
209 # RP 9, Enable Latency Tolerance Reporting Mechanism
210 register "PcieRpLtrEnable[8]" = "1"
Shelley Chen243dc392017-03-15 15:25:48 -0700211
Shelley Chenc5168832017-03-21 15:04:04 -0700212 register "usb2_ports[0]" = "USB2_PORT_LONG(OC0)" # Type-C
213 register "usb2_ports[1]" = "USB2_PORT_MID(OC3)" # Type-A Rear
214 register "usb2_ports[2]" = "USB2_PORT_MID(OC2)" # Type-A Front
215 register "usb2_ports[3]" = "USB2_PORT_MID(OC2)" # Type-A Front
216 register "usb2_ports[4]" = "USB2_PORT_MID(OC1)" # Type-A Rear
217 register "usb2_ports[5]" = "USB2_PORT_MID(OC1)" # Type-A Rear
218 register "usb2_ports[6]" = "USB2_PORT_MID(OC_SKIP)" # Bluetooth
219 register "usb2_ports[7]" = "USB2_PORT_MID(OC_SKIP)" # Type-A 2.0 / Debug
220 register "usb2_ports[8]" = "USB2_PORT_EMPTY" # H1 (disconnected)
Shelley Chen243dc392017-03-15 15:25:48 -0700221
Shelley Chenc5168832017-03-21 15:04:04 -0700222 register "usb3_ports[0]" = "USB3_PORT_DEFAULT(OC0)" # Type-C
223 register "usb3_ports[1]" = "USB3_PORT_DEFAULT(OC3)" # Type-A Rear
224 register "usb3_ports[2]" = "USB3_PORT_DEFAULT(OC2)" # Type-A Front
225 register "usb3_ports[3]" = "USB3_PORT_DEFAULT(OC2)" # Type-A Front
Naresh G Solanki561f7fc2017-04-20 16:45:01 +0530226 register "usb3_ports[4]" = "USB3_PORT_DEFAULT(OC1)" # Type-A Rear
227 register "usb3_ports[5]" = "USB3_PORT_DEFAULT(OC1)" # Type-A Rear
Shelley Chen243dc392017-03-15 15:25:48 -0700228
Shelley Chenc5168832017-03-21 15:04:04 -0700229 register "i2c_voltage[0]" = "I2C_VOLTAGE_3V3" # HDMI CEC
230 register "i2c_voltage[1]" = "I2C_VOLTAGE_3V3" # TPM
231 register "i2c_voltage[2]" = "I2C_VOLTAGE_3V3" # Debug
Shelley Chen243dc392017-03-15 15:25:48 -0700232 register "i2c_voltage[5]" = "I2C_VOLTAGE_1V8" # Audio
233
Shelley Chen5aa64b92017-06-09 13:05:29 -0700234 # Use GSPI0 for cr50 TPM. Early init is required to set up a BAR for TPM
235 # communication before memory is up.
236 register "gspi[0]" = "{
237 .speed_mhz = 1,
238 .early_init = 1,
239 }"
240
Shelley Chen243dc392017-03-15 15:25:48 -0700241 # Must leave UART0 enabled or SD/eMMC will not work as PCI
242 register "SerialIoDevMode" = "{
Shelley Chen5537f022017-11-22 16:55:27 -0800243 [PchSerialIoIndexI2C0] = PchSerialIoDisabled,
244 [PchSerialIoIndexI2C1] = PchSerialIoDisabled,
245 [PchSerialIoIndexI2C2] = PchSerialIoDisabled,
Shelley Chenc5168832017-03-21 15:04:04 -0700246 [PchSerialIoIndexI2C3] = PchSerialIoDisabled,
247 [PchSerialIoIndexI2C4] = PchSerialIoDisabled,
Shelley Chen243dc392017-03-15 15:25:48 -0700248 [PchSerialIoIndexI2C5] = PchSerialIoPci,
249 [PchSerialIoIndexSpi0] = PchSerialIoPci,
Shelley Chenc5168832017-03-21 15:04:04 -0700250 [PchSerialIoIndexSpi1] = PchSerialIoDisabled,
Shelley Chen243dc392017-03-15 15:25:48 -0700251 [PchSerialIoIndexUart0] = PchSerialIoPci,
252 [PchSerialIoIndexUart1] = PchSerialIoDisabled,
253 [PchSerialIoIndexUart2] = PchSerialIoSkipInit,
254 }"
255
256 register "speed_shift_enable" = "1"
Shelley Chen8c81c6a2017-06-29 14:58:59 -0700257 register "tdp_psyspl2" = "90"
Shelley Chen243dc392017-03-15 15:25:48 -0700258 register "tcc_offset" = "10" # TCC of 90C
259
260 # Use default SD card detect GPIO configuration
Shelley Chenc5168832017-03-21 15:04:04 -0700261 register "sdcard_cd_gpio_default" = "GPP_A7"
Shelley Chen243dc392017-03-15 15:25:48 -0700262
Subrata Banikc204aaa2017-08-17 15:49:58 +0530263 # Lock Down
264 register "chipset_lockdown" = "CHIPSET_LOCKDOWN_COREBOOT"
265
Shelley Chen243dc392017-03-15 15:25:48 -0700266 device cpu_cluster 0 on
267 device lapic 0 on end
268 end
269 device domain 0 on
270 device pci 00.0 on end # Host Bridge
271 device pci 02.0 on end # Integrated Graphics Device
272 device pci 14.0 on end # USB xHCI
273 device pci 14.1 off end # USB xDCI (OTG)
274 device pci 14.2 on end # Thermal Subsystem
Shelley Chen5537f022017-11-22 16:55:27 -0800275 device pci 15.0 off end # I2C #0
276 device pci 15.1 off end # I2C #1
277 device pci 15.2 off end # I2C #2
278 device pci 15.3 off end # I2C #3
Shelley Chen243dc392017-03-15 15:25:48 -0700279 device pci 16.0 on end # Management Engine Interface 1
280 device pci 16.1 off end # Management Engine Interface 2
281 device pci 16.2 off end # Management Engine IDE-R
282 device pci 16.3 off end # Management Engine KT Redirection
283 device pci 16.4 off end # Management Engine Interface 3
Shelley Chenc5168832017-03-21 15:04:04 -0700284 device pci 17.0 on end # SATA
Shelley Chen243dc392017-03-15 15:25:48 -0700285 device pci 19.0 on end # UART #2
286 device pci 19.1 on
Kevin Cheng2a6f4ae2017-06-06 10:37:59 +0800287 chip drivers/i2c/generic
288 register "hid" = ""10EC5663""
289 register "name" = ""RT53""
290 register "desc" = ""Realtek RT5663""
291 register "irq_gpio" = "ACPI_GPIO_IRQ_EDGE_BOTH(GPP_D9)"
292 device i2c 13 on end
293 end
Shelley Chen243dc392017-03-15 15:25:48 -0700294 end # I2C #5
Shelley Chenc5168832017-03-21 15:04:04 -0700295 device pci 19.2 off end # I2C #4
Gaggery Tsai2ecf3f82017-11-02 09:58:06 +0800296 device pci 1c.0 on # PCI Express Port 1
297 chip drivers/net
298 register "customized_leds" = "0x0fa7"
Gaggery Tsai61c817d2017-11-23 13:23:57 +0800299 register "wake" = "GPE0_PCI_EXP"
Gaggery Tsai2ecf3f82017-11-02 09:58:06 +0800300 device pci 00.0 on end
301 end
302 end # PCI Express Port 1
Naresh G Solanki561f7fc2017-04-20 16:45:01 +0530303 device pci 1c.1 off end # PCI Express Port 2
Gaggery Tsai2ecf3f82017-11-02 09:58:06 +0800304 # PCI Express Port 3 for LAN, but will be swapped to port 1
305 device pci 1c.2 on end
Naresh G Solanki561f7fc2017-04-20 16:45:01 +0530306 device pci 1c.3 on
Shelley Chen243dc392017-03-15 15:25:48 -0700307 chip drivers/intel/wifi
308 register "wake" = "GPE0_PCI_EXP"
309 device pci 00.0 on end
310 end
Naresh G Solanki561f7fc2017-04-20 16:45:01 +0530311 end # PCI Express Port 4 for WLAN
312 device pci 1c.4 on end # PCI Express Port 5 for NVMe
Shelley Chen243dc392017-03-15 15:25:48 -0700313 device pci 1c.5 off end # PCI Express Port 6
314 device pci 1c.6 off end # PCI Express Port 7
315 device pci 1c.7 off end # PCI Express Port 8
David Wu5f7fa722017-12-11 14:40:36 +0800316 device pci 1d.0 on # PCI Express Port 9 for 2nd LAN
317 chip drivers/net
318 register "customized_leds" = "0x0fa7"
319 device pci 00.0 on end
320 end
321 end # PCI Express Port 9 for BtoB
Shelley Chen243dc392017-03-15 15:25:48 -0700322 device pci 1d.1 off end # PCI Express Port 10
323 device pci 1d.2 off end # PCI Express Port 11
324 device pci 1d.3 off end # PCI Express Port 12
325 device pci 1e.0 on end # UART #0
326 device pci 1e.1 off end # UART #1
Shelley Chen5aa64b92017-06-09 13:05:29 -0700327 device pci 1e.2 on
328 chip drivers/spi/acpi
329 register "hid" = "ACPI_DT_NAMESPACE_HID"
330 register "compat_string" = ""google,cr50""
331 register "irq" = "ACPI_IRQ_EDGE_LOW(GPP_E0_IRQ)"
332 device spi 0 on end
333 end
334 end # GSPI #0
Shelley Chenc5168832017-03-21 15:04:04 -0700335 device pci 1e.3 off end # GSPI #1
336 device pci 1e.4 off end # eMMC
Shelley Chen243dc392017-03-15 15:25:48 -0700337 device pci 1e.5 off end # SDIO
338 device pci 1e.6 on end # SDCard
339 device pci 1f.0 on
340 chip ec/google/chromeec
341 device pnp 0c09.0 on end
342 end
343 end # LPC Interface
344 device pci 1f.1 on end # P2SB
345 device pci 1f.2 on end # Power Management Controller
346 device pci 1f.3 on end # Intel HDA
347 device pci 1f.4 on end # SMBus
348 device pci 1f.5 on end # PCH SPI
349 device pci 1f.6 off end # GbE
350 end
351end