blob: fef8992cd46fdd84fe5b118e514dc50d2906e816 [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
Arthur Heymansd52bfbb2022-11-07 09:23:02 +010020 register "acpi_c1" = "CPU_ACPI_C3"
21 register "acpi_c2" = "CPU_ACPI_C6"
Stefan Reinauer6651da32012-04-27 23:16:30 +020022 end
23 end
24
Stefan Reinauer4aff4452013-02-12 14:17:15 -080025 device domain 0 on
Angel Pons8b453992020-01-01 21:47:52 +010026 device pci 00.0 on end # host bridge
27 device pci 02.0 on end # vga controller
Stefan Reinauer6651da32012-04-27 23:16:30 +020028
Angel Pons8b453992020-01-01 21:47:52 +010029 chip southbridge/intel/bd82x6x # Intel Series 6 Cougar Point PCH
Stefan Reinauer6651da32012-04-27 23:16:30 +020030 # GPI routing
31 # 0 No effect (default)
32 # 1 SMI# (if corresponding ALT_GPI_SMI_EN bit is also set)
33 # 2 SCI (if corresponding GPIO_EN bit is also set)
Angel Pons8b453992020-01-01 21:47:52 +010034 register "gpi1_routing" = "1"
Stefan Reinauer6651da32012-04-27 23:16:30 +020035 register "gpi14_routing" = "2"
Gabe Black5fe7a202012-03-29 17:58:52 -070036 register "alt_gp_smi_en" = "0x0002"
37 register "gpe0_en" = "0x4000"
Stefan Reinauer6651da32012-04-27 23:16:30 +020038
Stefan Reinauer6651da32012-04-27 23:16:30 +020039 register "sata_port_map" = "0x3f"
40
Arthur Heymans6beaef92019-06-16 23:29:23 +020041 register "gen1_dec" = "0x00fc1601"
42 # runtime_port registers
43 register "gen2_dec" = "0x000c0181"
Stefan Reinauer6651da32012-04-27 23:16:30 +020044 # SuperIO range is 0x700-0x73f
Arthur Heymans6beaef92019-06-16 23:29:23 +020045 register "gen3_dec" = "0x003c0701"
Stefan Reinauer6651da32012-04-27 23:16:30 +020046
Angel Pons8b453992020-01-01 21:47:52 +010047 device pci 16.0 on end # Management Engine Interface 1
48 device pci 16.1 off end # Management Engine Interface 2
49 device pci 16.2 off end # Management Engine IDE-R
50 device pci 16.3 off end # Management Engine KT
51 device pci 19.0 off end # Intel Gigabit Ethernet
52 device pci 1a.0 on end # USB2 EHCI #2
53 device pci 1b.0 on end # High Definition Audio
54 device pci 1c.0 on end # PCIe Port #1 (WLAN)
55 device pci 1c.1 off end # PCIe Port #2
56 device pci 1c.2 on end # PCIe Port #3 (Debug)
57 device pci 1c.3 on end # PCIe Port #4 (LAN)
58 device pci 1c.4 off end # PCIe Port #5
59 device pci 1c.5 off end # PCIe Port #6
60 device pci 1c.6 off end # PCIe Port #7
61 device pci 1c.7 off end # PCIe Port #8
62 device pci 1d.0 on end # USB2 EHCI #1
63 device pci 1e.0 off end # PCI bridge
64 device pci 1f.0 on end # LPC bridge
65 device pci 1f.2 on end # SATA Controller 1
66 device pci 1f.3 on end # SMBus
67 device pci 1f.5 off end # SATA Controller 2
68 device pci 1f.6 on end # Thermal
Stefan Reinauer6651da32012-04-27 23:16:30 +020069 end
70 end
71end