blob: daafeffb53342a151b6b64c08cc8f34d6062f545 [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
42 register "pirqa_routing" = "0x8b"
43 register "pirqb_routing" = "0x8a"
44 register "pirqc_routing" = "0x8b"
45 register "pirqd_routing" = "0x8b"
46 register "pirqe_routing" = "0x80"
47 register "pirqf_routing" = "0x80"
48 register "pirqg_routing" = "0x80"
49 register "pirqh_routing" = "0x80"
50
51 # GPI routing
52 # 0 No effect (default)
53 # 1 SMI# (if corresponding ALT_GPI_SMI_EN bit is also set)
54 # 2 SCI (if corresponding GPIO_EN bit is also set)
55 register "alt_gp_smi_en" = "0x0000"
56 #register "gpi1_routing" = "1" #SMI from EC
57 register "gpi13_routing" = "2" #SCI from EC
58
Shawn Nematbakhsh7b8952c2013-03-14 11:03:59 -070059 # Enable SATA ports 0 & 1
60 register "sata_port_map" = "0x3"
61 # Set max SATA speed to 3.0 Gb/s
62 register "sata_interface_speed_support" = "0x2"
Stefan Reinauerd7bd4eb2013-02-11 11:11:36 -080063
64 # Enable EC Port 0x68/0x6C
65 register "gen1_dec" = "0x00040069"
66
67 # EC range is 0x380-0387
68 register "gen2_dec" = "0x00040381"
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" = "101" # c2 not supported
74 register "p_cnt_throttling_supported" = "1"
75
Stefan Reinauerd7bd4eb2013-02-11 11:11:36 -080076 device pci 14.0 on end # USB 3.0 Controller
77 device pci 16.0 on end # Management Engine Interface 1
78 device pci 16.1 off end # Management Engine Interface 2
79 device pci 16.2 off end # Management Engine IDE-R
80 device pci 16.3 off end # Management Engine KT
81 device pci 19.0 off end # Intel Gigabit Ethernet
82 device pci 1a.0 on end # USB2 EHCI #2
83 device pci 1b.0 on end # High Definition Audio
84 device pci 1c.0 on end # PCIe Port #1 (mini PCIe Slot - WLAN & Serial debug)
85 device pci 1c.1 on end # PCIe Port #2 (ETH0)
86 device pci 1c.2 on end # PCIe Port #3 (Card Reader)
87 #force ASPM for PCIe bridge to Card Reader
88 register "pcie_aspm_f2" = "0x3"
89 device pci 1c.3 off end # PCIe Port #4
90 device pci 1c.4 off end # PCIe Port #5
91 device pci 1c.5 off end # PCIe Port #6
92 device pci 1c.6 off end # PCIe Port #7
93 device pci 1c.7 off end # PCIe Port #8
94 device pci 1d.0 on end # USB2 EHCI #1
95 device pci 1e.0 off end # PCI bridge
96 device pci 1f.0 on #LPC bridge
97 chip ec/quanta/ene_kb3940q
98 # 60/64 KBC
99 device pnp ff.1 on # dummy address
100 end
101 end
102 end # LPC bridge
103 device pci 1f.2 on end # SATA Controller 1
104 device pci 1f.3 on end # SMBus
105 device pci 1f.5 off end # SATA Controller 2
106 device pci 1f.6 on end # Thermal
107 end
108 end
109end