blob: ed0d8d18879fac961e12d4e60ac3d84ce5d598c1 [file] [log] [blame]
Stefan Reinauerd7bd4eb2013-02-11 11:11:36 -08001chip northbridge/intel/sandybridge
2
3 # Enable DisplayPort Hotplug with 6ms pulse
4 register "gpu_dp_d_hotplug" = "0x06"
5
6
7 # Enable Panel as LVDS and configure power delays
8 register "gpu_panel_port_select" = "0" # LVDS
9 register "gpu_panel_power_cycle_delay" = "6" # T7: 500ms
10 register "gpu_panel_power_up_delay" = "100" # T1+T2: 10ms
11 register "gpu_panel_power_down_delay" = "100" # T5+T6: 10ms
12 register "gpu_panel_power_backlight_on_delay" = "2100" # T3: 210ms
13 register "gpu_panel_power_backlight_off_delay" = "2100" # T4: 210ms
14
Stefan Reinauer0aa37c42013-02-12 15:20:54 -080015 device cpu_cluster 0 on
Stefan Reinauerd7bd4eb2013-02-11 11:11:36 -080016 chip cpu/intel/socket_rPGA989
17 device lapic 0 on end
18 end
19 chip cpu/intel/model_206ax
20 # Magic APIC ID to locate this chip
21 device lapic 0xACAC off end
22
23 # Coordinate with HW_ALL
24 register "pstate_coord_type" = "0xfe"
25
26 register "c1_acpower" = "1" # ACPI(C1) = MWAIT(C1)
27 register "c2_acpower" = "3" # ACPI(C2) = MWAIT(C3)
28 register "c3_acpower" = "5" # ACPI(C3) = MWAIT(C7)
29
30 register "c1_battery" = "1" # ACPI(C1) = MWAIT(C1)
31 register "c2_battery" = "3" # ACPI(C2) = MWAIT(C3)
32 register "c3_battery" = "5" # ACPI(C3) = MWAIT(C7)
33 end
34 end
35
Stefan Reinauer4aff4452013-02-12 14:17:15 -080036 device domain 0 on
Stefan Reinauerd7bd4eb2013-02-11 11:11:36 -080037 device pci 00.0 on end # host bridge
38 device pci 01.0 off end # PCIe Bridge for discrete graphics
39 device pci 02.0 on end # vga controller
40
41 chip southbridge/intel/bd82x6x # Intel Series 6 Cougar Point PCH
Stefan Reinauerd7bd4eb2013-02-11 11:11:36 -080042 # GPI routing
43 # 0 No effect (default)
44 # 1 SMI# (if corresponding ALT_GPI_SMI_EN bit is also set)
45 # 2 SCI (if corresponding GPIO_EN bit is also set)
46 register "alt_gp_smi_en" = "0x0000"
47 #register "gpi1_routing" = "1" #SMI from EC
48 register "gpi13_routing" = "2" #SCI from EC
49
Shawn Nematbakhsh7b8952c2013-03-14 11:03:59 -070050 # Enable SATA ports 0 & 1
51 register "sata_port_map" = "0x3"
52 # Set max SATA speed to 3.0 Gb/s
53 register "sata_interface_speed_support" = "0x2"
Stefan Reinauerd7bd4eb2013-02-11 11:11:36 -080054
55 # Enable EC Port 0x68/0x6C
56 register "gen1_dec" = "0x00040069"
57
58 # EC range is 0x380-0387
59 register "gen2_dec" = "0x00040381"
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" = "101" # c2 not supported
65 register "p_cnt_throttling_supported" = "1"
66
Stefan Reinauerd7bd4eb2013-02-11 11:11:36 -080067 device pci 14.0 on end # USB 3.0 Controller
68 device pci 16.0 on end # Management Engine Interface 1
69 device pci 16.1 off end # Management Engine Interface 2
70 device pci 16.2 off end # Management Engine IDE-R
71 device pci 16.3 off end # Management Engine KT
72 device pci 19.0 off end # Intel Gigabit Ethernet
73 device pci 1a.0 on end # USB2 EHCI #2
74 device pci 1b.0 on end # High Definition Audio
75 device pci 1c.0 on end # PCIe Port #1 (mini PCIe Slot - WLAN & Serial debug)
76 device pci 1c.1 on end # PCIe Port #2 (ETH0)
77 device pci 1c.2 on end # PCIe Port #3 (Card Reader)
78 #force ASPM for PCIe bridge to Card Reader
79 register "pcie_aspm_f2" = "0x3"
80 device pci 1c.3 off end # PCIe Port #4
81 device pci 1c.4 off end # PCIe Port #5
82 device pci 1c.5 off end # PCIe Port #6
83 device pci 1c.6 off end # PCIe Port #7
84 device pci 1c.7 off end # PCIe Port #8
85 device pci 1d.0 on end # USB2 EHCI #1
86 device pci 1e.0 off end # PCI bridge
87 device pci 1f.0 on #LPC bridge
88 chip ec/quanta/ene_kb3940q
89 # 60/64 KBC
90 device pnp ff.1 on # dummy address
91 end
92 end
93 end # LPC bridge
94 device pci 1f.2 on end # SATA Controller 1
95 device pci 1f.3 on end # SMBus
96 device pci 1f.5 off end # SATA Controller 2
97 device pci 1f.6 on end # Thermal
98 end
99 end
100end