blob: 901711bd5c97e08ebe3b25c3d6c91ebfed92ed21 [file] [log] [blame]
Stefan Reinauere1ae4b22012-04-27 23:20:58 +02001chip northbridge/intel/sandybridge
Vladimir Serbinenkodd2bc3f2014-10-31 09:16:31 +01002 # IGD Displays
3 register "gfx.ndid" = "3"
4 register "gfx.did" = "{ 0x80000100, 0x80000240, 0x80000410, 0x80000410, 0x00000005 }"
Stefan Reinauere1ae4b22012-04-27 23:20:58 +02005
6 # Enable DisplayPort 1 Hotplug with 6ms pulse
7 register "gpu_dp_d_hotplug" = "0x06"
8
9 # Enable DisplayPort 0 Hotplug with 6ms pulse
10 register "gpu_dp_c_hotplug" = "0x06"
11
12 # Enable DVI Hotplug with 6ms pulse
13 register "gpu_dp_b_hotplug" = "0x06"
14
Vladimir Serbinenkod2990c92016-02-10 02:52:42 +010015 register "max_mem_clock_mhz" = "666"
16
Stefan Reinauer0aa37c42013-02-12 15:20:54 -080017 device cpu_cluster 0 on
Stefan Reinauere1ae4b22012-04-27 23:20:58 +020018 chip cpu/intel/socket_rPGA989
19 device lapic 0 on end
20 end
21 chip cpu/intel/model_206ax
22 # Magic APIC ID to locate this chip
23 device lapic 0xACAC off end
24
25 register "c1_battery" = "3" # ACPI(C1) = MWAIT(C3)
26 register "c2_battery" = "4" # ACPI(C2) = MWAIT(C6)
27 register "c3_battery" = "5" # ACPI(C3) = MWAIT(C7)
28
29 register "c1_acpower" = "3" # ACPI(C1) = MWAIT(C3)
30 register "c2_acpower" = "4" # ACPI(C2) = MWAIT(C6)
31 register "c3_acpower" = "5" # ACPI(C3) = MWAIT(C7)
32 end
33 end
34
Stefan Reinauer4aff4452013-02-12 14:17:15 -080035 device domain 0 on
Stefan Reinauer56c7dc72012-05-15 12:36:57 -070036 subsystemid 0x1ae0 0xc000 inherit
Stefan Reinauere1ae4b22012-04-27 23:20:58 +020037 device pci 00.0 on end # host bridge
38 device pci 02.0 on end # vga controller
39
40 chip southbridge/intel/bd82x6x # Intel Series 6 Cougar Point PCH
Stefan Reinauere1ae4b22012-04-27 23:20:58 +020041 # GPI routing
42 # 0 No effect (default)
43 # 1 SMI# (if corresponding ALT_GPI_SMI_EN bit is also set)
44 # 2 SCI (if corresponding GPIO_EN bit is also set)
45 register "gpi1_routing" = "0"
46 register "gpi14_routing" = "2"
47
Stefan Reinauere1ae4b22012-04-27 23:20:58 +020048 register "sata_port_map" = "0x3"
49
Vladimir Serbinenko5b044ae2014-10-25 15:20:55 +020050 register "c2_latency" = "1"
51 register "p_cnt_throttling_supported" = "0"
52
Stefan Reinauere1ae4b22012-04-27 23:20:58 +020053 # SuperIO range is 0x700-0x73f
54 register "gen2_dec" = "0x003c0701"
55
56 device pci 16.0 on end # Management Engine Interface 1
57 device pci 16.1 off end # Management Engine Interface 2
58 device pci 16.2 off end # Management Engine IDE-R
59 device pci 16.3 off end # Management Engine KT
60 device pci 19.0 off end # Intel Gigabit Ethernet
61 device pci 1a.0 on end # USB2 EHCI #2
62 device pci 1b.0 on end # High Definition Audio
63 device pci 1c.0 on end # PCIe Port #1 (WLAN)
64 device pci 1c.1 off end # PCIe Port #2
65 device pci 1c.2 on end # PCIe Port #3 (Debug)
66 device pci 1c.3 on end # PCIe Port #4 (LAN)
67 device pci 1c.4 off end # PCIe Port #5
68 device pci 1c.5 off end # PCIe Port #6
69 device pci 1c.6 off end # PCIe Port #7
70 device pci 1c.7 off end # PCIe Port #8
71 device pci 1d.0 on end # USB2 EHCI #1
72 device pci 1e.0 off end # PCI bridge
73 device pci 1f.0 on # LPC bridge
74 chip superio/ite/it8772f
75 # Enable GPIO10 as USBPWRON12#
76 # Enable GPIO12 as USBPWRON13#
77 register "gpio_set1" = "0x05"
78 # Enable GPIO22 as SIO_WAEKSCI#
79 register "gpio_set2" = "0x04"
80 # Enable GPIO32 as SIO_EXTSMI#
81 register "gpio_set3" = "0x04"
82 # Enable GPIO45 as LED_POWER#
83 register "gpio_set4" = "0x20"
84 # Enable GPIO51 as USBPWRON8#
85 # Enable GPIO52 as USBPWRON1#
86 register "gpio_set5" = "0x06"
87 # Skip keyboard init
88 register "skip_keyboard" = "1"
89 # Enable PECI on TMPIN3
90 register "peci_tmpin" = "3"
91 # Enable FAN3
92 register "fan3_enable" = "1"
93
94 device pnp 2e.0 off end # FDC
95 device pnp 2e.1 on # Serial Port 1
96 io 0x60 = 0x2f8
97 irq 0x70 = 4
98 end
99 device pnp 2e.4 on # Environment Controller
100 io 0x60 = 0x700
101 io 0x62 = 0x710
102 end
103 device pnp 2e.7 on # GPIO
104 io 0x60 = 0x720
105 io 0x62 = 0x730
106 end
107 device pnp 2e.5 on
108 io 0x60 = 0x60
109 io 0x62 = 0x64
110 irq 0x70 = 1
111 end # Keyboard
112 device pnp 2e.6 on
113 irq 0x70 = 12
114 end # Mouse
115 device pnp 2e.a off end # IR
116 end
117 end
118 device pci 1f.2 on end # SATA Controller 1
119 device pci 1f.3 on end # SMBus
120 device pci 1f.5 off end # SATA Controller 2
121 device pci 1f.6 on end # Thermal
122 end
123 end
124end