blob: a4baafd9cac4d3d8a501a3be4b1b31bc0bb6a369 [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
Stefan Reinauera7198b32012-12-11 16:00:47 -080044 # 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 # Set Lid Switch to SMI to capture in recovery mode. It gets reset to
49 # SCI mode when we go to ACPI mode.
50 register "alt_gp_smi_en" = "0x8100"
51 register "gpi7_routing" = "2"
52 register "gpi8_routing" = "1"
53 register "gpi15_routing" = "1" #lid switch gpe
54
Stefan Reinauera7198b32012-12-11 16:00:47 -080055 register "sata_port_map" = "0x1"
56
57 # EC range is 0xFD60 (EC_IO) and 0x68/0x6C
58 register "gen1_dec" = "0x0004fd61"
59 register "gen2_dec" = "0x00040069"
60
61 # Enable zero-based linear PCIe root port functions
62 register "pcie_port_coalesce" = "1"
63
Vladimir Serbinenko5b044ae2014-10-25 15:20:55 +020064 register "c2_latency" = "1"
65 register "p_cnt_throttling_supported" = "0"
66
Stefan Reinauera7198b32012-12-11 16:00:47 -080067 device pci 16.0 on end # Management Engine Interface 1
68 device pci 16.1 off end # Management Engine Interface 2
69 device pci 16.2 off end # Management Engine IDE-R
70 device pci 16.3 off end # Management Engine KT
71 device pci 19.0 off end # Intel Gigabit Ethernet
72 device pci 1a.0 on end # USB2 EHCI #2
73 device pci 1b.0 on end # High Definition Audio
74 device pci 1c.0 off end # PCIe Port #1
75 device pci 1c.1 on end # PCIe Port #2 (WLAN)
76 device pci 1c.2 on end # PCIe Port #3 (ETH0)
77 device pci 1c.3 off end # PCIe Port #4
78 device pci 1c.4 off end # PCIe Port #5
79 device pci 1c.5 off end # PCIe Port #6
80 device pci 1c.6 off end # PCIe Port #7
81 device pci 1c.7 off end # PCIe Port #8
82 device pci 1d.0 on end # USB2 EHCI #1
83 device pci 1e.0 off end # PCI bridge
84 device pci 1f.0 on
85 chip ec/compal/ene932
86 # 60/64 KBC
87 device pnp ff.1 on # dummy address
88 end
89 end
90 end # LPC bridge
91 device pci 1f.2 on end # SATA Controller 1
92 device pci 1f.3 on end # SMBus
93 device pci 1f.5 off end # SATA Controller 2
94 device pci 1f.6 on end # Thermal
95 end
96 end
97end