blob: d93c021326a491060a7a99eabd4ec52240c7cbf9 [file] [log] [blame]
Stefan Reinauera7198b32012-12-11 16:00:47 -08001chip northbridge/intel/sandybridge
2
3 # Enable DisplayPort B Hotplug with 6ms pulse
4 register "gpu_dp_b_hotplug" = "0x06"
5
6 # Enable Panel as eDP and configure power delays
7 register "gpu_panel_port_select" = "0" # LVDS
8 register "gpu_panel_power_cycle_delay" = "5" # 400ms
9 register "gpu_panel_power_up_delay" = "500" # 50ms
10 register "gpu_panel_power_down_delay" = "150" # 15ms
11 register "gpu_panel_power_backlight_on_delay" = "2100" # 210ms
12 register "gpu_panel_power_backlight_off_delay" = "2100" # 210ms
13
14 # Set backlight PWM values
15 register "gpu_cpu_backlight" = "0x000001d4"
16 register "gpu_pch_backlight" = "0x03aa0000"
17
18 device lapic_cluster 0 on
19 chip cpu/intel/socket_rPGA989
20 device lapic 0 on end
21 end
22 chip cpu/intel/model_206ax
23 # Magic APIC ID to locate this chip
24 device lapic 0xACAC off end
25
26 # Coordinate with HW_ALL
27 register "pstate_coord_type" = "0xfe"
28
29 register "c1_acpower" = "1" # ACPI(C1) = MWAIT(C1)
30 register "c2_acpower" = "3" # ACPI(C2) = MWAIT(C3)
31 register "c3_acpower" = "5" # ACPI(C3) = MWAIT(C7)
32
33 register "c1_battery" = "1" # ACPI(C1) = MWAIT(C1)
34 register "c2_battery" = "3" # ACPI(C2) = MWAIT(C3)
35 register "c3_battery" = "5" # ACPI(C3) = MWAIT(C7)
36 end
37 end
38
39 device pci_domain 0 on
40 device pci 00.0 on end # host bridge
41 device pci 02.0 on end # vga controller
42
43 chip southbridge/intel/bd82x6x # Intel Series 6 Cougar Point PCH
44 register "pirqa_routing" = "0x8b"
45 register "pirqb_routing" = "0x8a"
46 register "pirqc_routing" = "0x8b"
47 register "pirqd_routing" = "0x8b"
48 register "pirqe_routing" = "0x8b"
49 register "pirqf_routing" = "0x80"
50 register "pirqg_routing" = "0x80"
51 register "pirqh_routing" = "0x80"
52
53 # GPI routing
54 # 0 No effect (default)
55 # 1 SMI# (if corresponding ALT_GPI_SMI_EN bit is also set)
56 # 2 SCI (if corresponding GPIO_EN bit is also set)
57 # Set Lid Switch to SMI to capture in recovery mode. It gets reset to
58 # SCI mode when we go to ACPI mode.
59 register "alt_gp_smi_en" = "0x8100"
60 register "gpi7_routing" = "2"
61 register "gpi8_routing" = "1"
62 register "gpi15_routing" = "1" #lid switch gpe
63
64 register "ide_legacy_combined" = "0x0"
65 register "sata_ahci" = "0x1"
66 register "sata_port_map" = "0x1"
67
68 # EC range is 0xFD60 (EC_IO) and 0x68/0x6C
69 register "gen1_dec" = "0x0004fd61"
70 register "gen2_dec" = "0x00040069"
71
72 # Enable zero-based linear PCIe root port functions
73 register "pcie_port_coalesce" = "1"
74
75 device pci 16.0 on end # Management Engine Interface 1
76 device pci 16.1 off end # Management Engine Interface 2
77 device pci 16.2 off end # Management Engine IDE-R
78 device pci 16.3 off end # Management Engine KT
79 device pci 19.0 off end # Intel Gigabit Ethernet
80 device pci 1a.0 on end # USB2 EHCI #2
81 device pci 1b.0 on end # High Definition Audio
82 device pci 1c.0 off end # PCIe Port #1
83 device pci 1c.1 on end # PCIe Port #2 (WLAN)
84 device pci 1c.2 on end # PCIe Port #3 (ETH0)
85 device pci 1c.3 off end # PCIe Port #4
86 device pci 1c.4 off end # PCIe Port #5
87 device pci 1c.5 off end # PCIe Port #6
88 device pci 1c.6 off end # PCIe Port #7
89 device pci 1c.7 off end # PCIe Port #8
90 device pci 1d.0 on end # USB2 EHCI #1
91 device pci 1e.0 off end # PCI bridge
92 device pci 1f.0 on
93 chip ec/compal/ene932
94 # 60/64 KBC
95 device pnp ff.1 on # dummy address
96 end
97 end
98 end # LPC bridge
99 device pci 1f.2 on end # SATA Controller 1
100 device pci 1f.3 on end # SMBus
101 device pci 1f.5 off end # SATA Controller 2
102 device pci 1f.6 on end # Thermal
103 end
104 end
105end