blob: 80ae78922be1ee48f77f24a3d83d743a9535e23a [file] [log] [blame]
Stefan Reinauer6651da32012-04-27 23:16:30 +02001chip northbridge/intel/sandybridge
Vladimir Serbinenkodd2bc3f2014-10-31 09:16:31 +01002 # IGD Displays
Nico Huberb0b25c82020-03-21 20:35:12 +01003 register "gfx" = "GMA_STATIC_DISPLAYS(0)"
Stefan Reinauer6651da32012-04-27 23:16:30 +02004
5 # Enable DisplayPort 1 Hotplug with 6ms pulse
6 register "gpu_dp_d_hotplug" = "0x06"
7
8 # Enable DisplayPort 0 Hotplug with 6ms pulse
9 register "gpu_dp_c_hotplug" = "0x06"
10
11 # Enable DVI Hotplug with 6ms pulse
12 register "gpu_dp_b_hotplug" = "0x06"
13
Stefan Reinauer0aa37c42013-02-12 15:20:54 -080014 device cpu_cluster 0 on
Stefan Reinauer6651da32012-04-27 23:16:30 +020015 chip cpu/intel/model_206ax
16 # Magic APIC ID to locate this chip
Angel Ponsc56c7232021-05-17 11:03:55 +020017 device lapic 0 on end
Arthur Heymansb3f23232019-01-21 17:48:55 +010018 device lapic 0xacac off end
Stefan Reinauer6651da32012-04-27 23:16:30 +020019
Angel Pons6f56a232021-01-04 17:02:23 +010020 register "acpi_c1" = "3" # ACPI(C1) = MWAIT(C3)
21 register "acpi_c2" = "4" # ACPI(C2) = MWAIT(C6)
22 register "acpi_c3" = "5" # ACPI(C3) = MWAIT(C7)
Stefan Reinauer6651da32012-04-27 23:16:30 +020023 end
24 end
25
Stefan Reinauer4aff4452013-02-12 14:17:15 -080026 device domain 0 on
Angel Pons8b453992020-01-01 21:47:52 +010027 device pci 00.0 on end # host bridge
28 device pci 02.0 on end # vga controller
Stefan Reinauer6651da32012-04-27 23:16:30 +020029
Angel Pons8b453992020-01-01 21:47:52 +010030 chip southbridge/intel/bd82x6x # Intel Series 6 Cougar Point PCH
Stefan Reinauer6651da32012-04-27 23:16:30 +020031 # GPI routing
32 # 0 No effect (default)
33 # 1 SMI# (if corresponding ALT_GPI_SMI_EN bit is also set)
34 # 2 SCI (if corresponding GPIO_EN bit is also set)
Angel Pons8b453992020-01-01 21:47:52 +010035 register "gpi1_routing" = "1"
Stefan Reinauer6651da32012-04-27 23:16:30 +020036 register "gpi14_routing" = "2"
Gabe Black5fe7a202012-03-29 17:58:52 -070037 register "alt_gp_smi_en" = "0x0002"
38 register "gpe0_en" = "0x4000"
Stefan Reinauer6651da32012-04-27 23:16:30 +020039
Stefan Reinauer6651da32012-04-27 23:16:30 +020040 register "sata_port_map" = "0x3f"
41
Arthur Heymans6beaef92019-06-16 23:29:23 +020042 register "gen1_dec" = "0x00fc1601"
43 # runtime_port registers
44 register "gen2_dec" = "0x000c0181"
Stefan Reinauer6651da32012-04-27 23:16:30 +020045 # SuperIO range is 0x700-0x73f
Arthur Heymans6beaef92019-06-16 23:29:23 +020046 register "gen3_dec" = "0x003c0701"
Stefan Reinauer6651da32012-04-27 23:16:30 +020047
Vladimir Serbinenko5b044ae2014-10-25 15:20:55 +020048 register "c2_latency" = "1"
Vladimir Serbinenko5b044ae2014-10-25 15:20:55 +020049
Angel Pons8b453992020-01-01 21:47:52 +010050 device pci 16.0 on end # Management Engine Interface 1
51 device pci 16.1 off end # Management Engine Interface 2
52 device pci 16.2 off end # Management Engine IDE-R
53 device pci 16.3 off end # Management Engine KT
54 device pci 19.0 off end # Intel Gigabit Ethernet
55 device pci 1a.0 on end # USB2 EHCI #2
56 device pci 1b.0 on end # High Definition Audio
57 device pci 1c.0 on end # PCIe Port #1 (WLAN)
58 device pci 1c.1 off end # PCIe Port #2
59 device pci 1c.2 on end # PCIe Port #3 (Debug)
60 device pci 1c.3 on end # PCIe Port #4 (LAN)
61 device pci 1c.4 off end # PCIe Port #5
62 device pci 1c.5 off end # PCIe Port #6
63 device pci 1c.6 off end # PCIe Port #7
64 device pci 1c.7 off end # PCIe Port #8
65 device pci 1d.0 on end # USB2 EHCI #1
66 device pci 1e.0 off end # PCI bridge
67 device pci 1f.0 on end # LPC bridge
68 device pci 1f.2 on end # SATA Controller 1
69 device pci 1f.3 on end # SMBus
70 device pci 1f.5 off end # SATA Controller 2
71 device pci 1f.6 on end # Thermal
Stefan Reinauer6651da32012-04-27 23:16:30 +020072 end
73 end
74end