blob: 54b2bffd321fa753af6159ec33faa6cf725ade6a [file] [log] [blame]
Duncan Laurie0aa06cb2014-05-14 17:03:15 -07001chip soc/intel/broadwell
Duncan Laurieafad0562013-01-14 08:50:03 -08002
3 # Enable DisplayPort 1 Hotplug with 6ms pulse
4 register "gpu_dp_d_hotplug" = "0x06"
5
6 # Enable DisplayPort 0 Hotplug with 6ms pulse
7 register "gpu_dp_c_hotplug" = "0x06"
8
9 # Enable DVI Hotplug with 6ms pulse
10 register "gpu_dp_b_hotplug" = "0x06"
11
Duncan Laurie0aa06cb2014-05-14 17:03:15 -070012 register "pirqa_routing" = "0x8b"
13 register "pirqb_routing" = "0x8a"
14 register "pirqc_routing" = "0x8b"
15 register "pirqd_routing" = "0x8b"
16 register "pirqe_routing" = "0x80"
17 register "pirqf_routing" = "0x80"
18 register "pirqg_routing" = "0x80"
19 register "pirqh_routing" = "0x80"
20
21 register "alt_gp_smi_en" = "0x0000"
22 register "gpe0_en_1" = "0x00000400"
23 register "gpe0_en_2" = "0x00000000"
24 register "gpe0_en_3" = "0x00000000"
25 register "gpe0_en_4" = "0x00000000"
26
27 register "sata_port_map" = "0x2"
28 register "sio_acpi_mode" = "1"
29
Duncan Laurieafad0562013-01-14 08:50:03 -080030 device cpu_cluster 0 on
Duncan Laurie0aa06cb2014-05-14 17:03:15 -070031 device lapic 0 on end
Duncan Laurieafad0562013-01-14 08:50:03 -080032 end
Duncan Laurieafad0562013-01-14 08:50:03 -080033 device domain 0 on
34 device pci 00.0 on end # host bridge
35 device pci 02.0 on end # vga controller
Duncan Laurie0aa06cb2014-05-14 17:03:15 -070036 device pci 03.0 on end # mini-hd audio
37 device pci 13.0 off end # Smart Sound Audio DSP
38 device pci 14.0 on end # USB3 XHCI
39 device pci 15.0 on end # Serial I/O DMA
40 device pci 15.1 on end # I2C0
41 device pci 15.2 on end # I2C1
42 device pci 15.3 off end # GSPI0
43 device pci 15.4 off end # GSPI1
44 device pci 15.5 off end # UART0
45 device pci 15.6 off end # UART1
46 device pci 16.0 on end # Management Engine Interface 1
47 device pci 16.1 off end # Management Engine Interface 2
48 device pci 16.2 off end # Management Engine IDE-R
49 device pci 16.3 off end # Management Engine KT
50 device pci 17.0 off end # SDIO
51 device pci 19.0 off end # GbE
52 device pci 1b.0 on end # High Definition Audio
53 device pci 1c.0 on end # PCIe Port #1
54 device pci 1c.1 on end # PCIe Port #2
55 device pci 1c.2 on end # PCIe Port #3
56 device pci 1c.3 on end # PCIe Port #4
57 device pci 1c.4 on end # PCIe Port #5
58 device pci 1c.5 on end # PCIe Port #6
59 device pci 1d.0 off end # USB2 EHCI
60 device pci 1e.0 off end # PCI bridge
61 device pci 1f.0 on end # LPC bridge
62 device pci 1f.2 on end # SATA Controller
63 device pci 1f.3 on end # SMBus
64 device pci 1f.6 on end # Thermal
Duncan Laurieafad0562013-01-14 08:50:03 -080065 end
66end