blob: 440efdfd6935a871fb6294ce9a19a7f9c4ab71cf [file] [log] [blame]
Marc Jonesd8621212015-06-09 21:18:38 -06001chip soc/intel/broadwell
Marc Jones07cf24c2015-06-09 14:42:55 -06002
Matt DeVillieradbb2242016-08-05 02:21:00 -05003 # IGD Displays
4 register "gfx" = "GMA_STATIC_DISPLAYS(0)"
5
Marc Jones07cf24c2015-06-09 14:42:55 -06006 # Enable eDP Hotplug with 6ms pulse
7 register "gpu_dp_d_hotplug" = "0x06"
8
9 # Disable DisplayPort C Hotplug
10 register "gpu_dp_c_hotplug" = "0x00"
11
12 # Enable HDMI Hotplug with 6ms pulse
13 register "gpu_dp_b_hotplug" = "0x06"
14
Angel Pons29e71b12021-06-23 15:50:13 +020015 register "ec_present" = "true"
16
Marc Jones07cf24c2015-06-09 14:42:55 -060017 device cpu_cluster 0 on
Arthur Heymans4c4bd3c2022-11-07 13:30:29 +010018 ops broadwell_cpu_bus_ops
Angel Pons739a6ad12020-10-29 11:02:21 +010019 chip cpu/intel/haswell
20 register "s0ix_enable" = "1"
21
22 device lapic 0 on end
23 device lapic 0xacac off end
24 end
Marc Jones07cf24c2015-06-09 14:42:55 -060025 end
26
27 device domain 0 on
Arthur Heymans4c4bd3c2022-11-07 13:30:29 +010028 ops broadwell_pci_domain_ops
Matt DeVillierae011222020-03-30 13:21:45 -050029 device pci 00.0 on end # host bridge
30 device pci 02.0 on end # vga controller
31 device pci 03.0 on end # mini-hd audio
Angel Pons99af2102020-10-23 20:39:17 +020032
Angel Pons3cc2c382020-10-23 20:38:23 +020033 chip soc/intel/broadwell/pch
Angel Pons99af2102020-10-23 20:39:17 +020034 # EC range is 0x800-0x9ff
35 register "gen1_dec" = "0x00fc0801"
36 register "gen2_dec" = "0x00fc0901"
37
38 # EC_SMI is GPIO34
39 register "alt_gp_smi_en" = "0x0004"
40 register "gpe0_en_1" = "0x00000000"
41 # EC_SCI is GPIO36
42 register "gpe0_en_2" = "0x00000010"
43 register "gpe0_en_3" = "0x00000000"
44 register "gpe0_en_4" = "0x00000000"
45
46 register "sata_port_map" = "0x1"
47 register "sio_acpi_mode" = "1"
48
49 # Force enable ASPM for PCIe Port1
50 register "pcie_port_force_aspm" = "0x01"
51
52 # Disable PCIe CLKOUT 2-5 and CLKOUT_XDP
53 register "icc_clock_disable" = "0x013c0000"
54
55 device pci 13.0 off end # Smart Sound Audio DSP
56 device pci 14.0 on end # USB3 XHCI
57 device pci 15.0 on end # Serial I/O DMA
58 device pci 15.1 on end # I2C0
59 device pci 15.2 on end # I2C1
60 device pci 15.3 off end # GSPI0
61 device pci 15.4 off end # GSPI1
62 device pci 15.5 off end # UART0
63 device pci 15.6 off end # UART1
64 device pci 16.0 on end # Management Engine Interface 1
65 device pci 16.1 off end # Management Engine Interface 2
66 device pci 16.2 off end # Management Engine IDE-R
67 device pci 16.3 off end # Management Engine KT
68 device pci 17.0 off end # SDIO
69 device pci 19.0 off end # GbE
70 device pci 1b.0 on end # High Definition Audio
71 device pci 1c.0 on end # PCIe Port #1
72 device pci 1c.1 off end # PCIe Port #2
73 device pci 1c.2 off end # PCIe Port #3
74 device pci 1c.3 off end # PCIe Port #4
75 device pci 1c.4 off end # PCIe Port #5
76 device pci 1c.5 off end # PCIe Port #6
77 device pci 1d.0 on end # USB2 EHCI
78 device pci 1e.0 off end # PCI bridge
79 device pci 1f.0 on
80 chip drivers/pc80/tpm
81 device pnp 0c31.0 on end
82 end
83 chip ec/google/chromeec
84 device pnp 0c09.0 on end
85 end
86 end # LPC bridge
87 device pci 1f.2 on end # SATA Controller
88 device pci 1f.3 off end # SMBus
89 device pci 1f.6 on end # Thermal
Angel Pons3cc2c382020-10-23 20:38:23 +020090 end
Marc Jones07cf24c2015-06-09 14:42:55 -060091 end
92end