blob: cfb48123b473f0fb59884ede3153372f83f3e775 [file] [log] [blame]
Matt DeVillierae011222020-03-30 13:21:45 -05001chip soc/intel/broadwell
2
3 # Enable DDI2 Hotplug with 6ms pulse
4 register "gpu_dp_c_hotplug" = "0x06"
5
Michael Niewöhner97e21d32020-12-28 00:49:33 +01006 register "panel_cfg" = "{
7 .up_delay_ms = 200,
8 .down_delay_ms = 50,
9 .cycle_delay_ms = 500,
10 .backlight_on_delay_ms = 200,
11 .backlight_off_delay_ms = 200,
12 .backlight_pwm_hz = 200,
13 }"
Matt DeVillierae011222020-03-30 13:21:45 -050014
Angel Pons739a6ad12020-10-29 11:02:21 +010015 device cpu_cluster 0 on
16 chip cpu/intel/haswell
17 # Disable S0ix for now
18 register "s0ix_enable" = "0"
Matt DeVillierae011222020-03-30 13:21:45 -050019
Angel Pons739a6ad12020-10-29 11:02:21 +010020 register "vr_config" = "{
21 .slow_ramp_rate_set = 3,
22 .slow_ramp_rate_enable = true,
23 }"
24
25 device lapic 0 on end
26 device lapic 0xacac off end
27 end
28 end
Matt DeVillierae011222020-03-30 13:21:45 -050029
Matt DeVillierae011222020-03-30 13:21:45 -050030 device domain 0 on
Angel Pons3cc2c382020-10-23 20:38:23 +020031 chip soc/intel/broadwell/pch
Angel Pons99af2102020-10-23 20:39:17 +020032 register "sata_port0_gen3_tx" = "0x72"
33
34 # Set I2C0 to 1.8V
35 register "sio_i2c0_voltage" = "1"
36
37 # Force enable ASPM for PCIe Port 3
38 register "pcie_port_force_aspm" = "0x04"
Angel Ponsaf4bd562021-12-28 13:05:56 +010039 register "pcie_port_coalesce" = "true"
Angel Pons99af2102020-10-23 20:39:17 +020040
41 # Disable PCIe CLKOUT 1-5 and CLKOUT_XDP
42 register "icc_clock_disable" = "0x013b0000"
43
44 device pci 13.0 on end # Smart Sound Audio DSP
45 device pci 15.3 on end # GSPI0
46 device pci 1b.0 off end # High Definition Audio
47 device pci 1c.0 off end # PCIe Port #1
48 device pci 1c.2 on end # PCIe Port #3
49 device pci 1d.0 off end # USB2 EHCI
Angel Ponsd79b87a2020-10-25 16:44:22 +010050 device pci 1f.2 on end # SATA Controller
Angel Pons3cc2c382020-10-23 20:38:23 +020051 end
Matt DeVillierae011222020-03-30 13:21:45 -050052 end
53end