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