blob: 2da7a5333bf51c39c0fb6b95583f451dfc987fbc [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
Stefan Reinauer0aa37c42013-02-12 15:20:54 -080018 device cpu_cluster 0 on
Stefan Reinauera7198b32012-12-11 16:00:47 -080019 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
Stefan Reinauer4aff4452013-02-12 14:17:15 -080039 device domain 0 on
Stefan Reinauera7198b32012-12-11 16:00:47 -080040 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
Stefan Reinauera7198b32012-12-11 16:00:47 -080064 register "sata_port_map" = "0x1"
65
66 # EC range is 0xFD60 (EC_IO) and 0x68/0x6C
67 register "gen1_dec" = "0x0004fd61"
68 register "gen2_dec" = "0x00040069"
69
70 # Enable zero-based linear PCIe root port functions
71 register "pcie_port_coalesce" = "1"
72
Vladimir Serbinenko5b044ae2014-10-25 15:20:55 +020073 register "c2_latency" = "1"
74 register "p_cnt_throttling_supported" = "0"
75
Stefan Reinauera7198b32012-12-11 16:00:47 -080076 device pci 16.0 on end # Management Engine Interface 1
77 device pci 16.1 off end # Management Engine Interface 2
78 device pci 16.2 off end # Management Engine IDE-R
79 device pci 16.3 off end # Management Engine KT
80 device pci 19.0 off end # Intel Gigabit Ethernet
81 device pci 1a.0 on end # USB2 EHCI #2
82 device pci 1b.0 on end # High Definition Audio
83 device pci 1c.0 off end # PCIe Port #1
84 device pci 1c.1 on end # PCIe Port #2 (WLAN)
85 device pci 1c.2 on end # PCIe Port #3 (ETH0)
86 device pci 1c.3 off end # PCIe Port #4
87 device pci 1c.4 off end # PCIe Port #5
88 device pci 1c.5 off end # PCIe Port #6
89 device pci 1c.6 off end # PCIe Port #7
90 device pci 1c.7 off end # PCIe Port #8
91 device pci 1d.0 on end # USB2 EHCI #1
92 device pci 1e.0 off end # PCI bridge
93 device pci 1f.0 on
94 chip ec/compal/ene932
95 # 60/64 KBC
96 device pnp ff.1 on # dummy address
97 end
98 end
99 end # LPC bridge
100 device pci 1f.2 on end # SATA Controller 1
101 device pci 1f.3 on end # SMBus
102 device pci 1f.5 off end # SATA Controller 2
103 device pci 1f.6 on end # Thermal
104 end
105 end
106end