blob: f10b28362606deaf93db0031dce05bc5009f43ae [file] [log] [blame]
Stefan Reinauere1ae4b22012-04-27 23:20:58 +02001chip northbridge/intel/sandybridge
2
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
12 device lapic_cluster 0 on
13 chip cpu/intel/socket_rPGA989
14 device lapic 0 on end
15 end
16 chip cpu/intel/model_206ax
17 # Magic APIC ID to locate this chip
18 device lapic 0xACAC off end
19
20 register "c1_battery" = "3" # ACPI(C1) = MWAIT(C3)
21 register "c2_battery" = "4" # ACPI(C2) = MWAIT(C6)
22 register "c3_battery" = "5" # ACPI(C3) = MWAIT(C7)
23
24 register "c1_acpower" = "3" # ACPI(C1) = MWAIT(C3)
25 register "c2_acpower" = "4" # ACPI(C2) = MWAIT(C6)
26 register "c3_acpower" = "5" # ACPI(C3) = MWAIT(C7)
27 end
28 end
29
30 device pci_domain 0 on
31 device pci 00.0 on end # host bridge
32 device pci 02.0 on end # vga controller
33
34 chip southbridge/intel/bd82x6x # Intel Series 6 Cougar Point PCH
35 register "pirqa_routing" = "0x8b"
36 register "pirqb_routing" = "0x8a"
37 register "pirqc_routing" = "0x8b"
38 register "pirqd_routing" = "0x8b"
39 register "pirqe_routing" = "0x80"
40 register "pirqf_routing" = "0x80"
41 register "pirqg_routing" = "0x80"
42 register "pirqh_routing" = "0x80"
43
44 # GPI routing
45 # 0 No effect (default)
46 # 1 SMI# (if corresponding ALT_GPI_SMI_EN bit is also set)
47 # 2 SCI (if corresponding GPIO_EN bit is also set)
48 register "gpi1_routing" = "0"
49 register "gpi14_routing" = "2"
50
51 register "ide_legacy_combined" = "0x0"
52 register "sata_ahci" = "0x1"
53 register "sata_port_map" = "0x3"
54
55 # SuperIO range is 0x700-0x73f
56 register "gen2_dec" = "0x003c0701"
57
58 device pci 16.0 on end # Management Engine Interface 1
59 device pci 16.1 off end # Management Engine Interface 2
60 device pci 16.2 off end # Management Engine IDE-R
61 device pci 16.3 off end # Management Engine KT
62 device pci 19.0 off end # Intel Gigabit Ethernet
63 device pci 1a.0 on end # USB2 EHCI #2
64 device pci 1b.0 on end # High Definition Audio
65 device pci 1c.0 on end # PCIe Port #1 (WLAN)
66 device pci 1c.1 off end # PCIe Port #2
67 device pci 1c.2 on end # PCIe Port #3 (Debug)
68 device pci 1c.3 on end # PCIe Port #4 (LAN)
69 device pci 1c.4 off end # PCIe Port #5
70 device pci 1c.5 off end # PCIe Port #6
71 device pci 1c.6 off end # PCIe Port #7
72 device pci 1c.7 off end # PCIe Port #8
73 device pci 1d.0 on end # USB2 EHCI #1
74 device pci 1e.0 off end # PCI bridge
75 device pci 1f.0 on # LPC bridge
76 chip superio/ite/it8772f
77 # Enable GPIO10 as USBPWRON12#
78 # Enable GPIO12 as USBPWRON13#
79 register "gpio_set1" = "0x05"
80 # Enable GPIO22 as SIO_WAEKSCI#
81 register "gpio_set2" = "0x04"
82 # Enable GPIO32 as SIO_EXTSMI#
83 register "gpio_set3" = "0x04"
84 # Enable GPIO45 as LED_POWER#
85 register "gpio_set4" = "0x20"
86 # Enable GPIO51 as USBPWRON8#
87 # Enable GPIO52 as USBPWRON1#
88 register "gpio_set5" = "0x06"
89 # Skip keyboard init
90 register "skip_keyboard" = "1"
91 # Enable PECI on TMPIN3
92 register "peci_tmpin" = "3"
93 # Enable FAN3
94 register "fan3_enable" = "1"
95
96 device pnp 2e.0 off end # FDC
97 device pnp 2e.1 on # Serial Port 1
98 io 0x60 = 0x2f8
99 irq 0x70 = 4
100 end
101 device pnp 2e.4 on # Environment Controller
102 io 0x60 = 0x700
103 io 0x62 = 0x710
104 end
105 device pnp 2e.7 on # GPIO
106 io 0x60 = 0x720
107 io 0x62 = 0x730
108 end
109 device pnp 2e.5 on
110 io 0x60 = 0x60
111 io 0x62 = 0x64
112 irq 0x70 = 1
113 end # Keyboard
114 device pnp 2e.6 on
115 irq 0x70 = 12
116 end # Mouse
117 device pnp 2e.a off end # IR
118 end
119 end
120 device pci 1f.2 on end # SATA Controller 1
121 device pci 1f.3 on end # SMBus
122 device pci 1f.5 off end # SATA Controller 2
123 device pci 1f.6 on end # Thermal
124 end
125 end
126end