blob: cd33cd76dc45026d3f8f9eb1d9f51cd1dd91094f [file] [log] [blame]
Stefan Reinauerb7ecf6d2013-03-13 17:13:32 -07001chip northbridge/intel/sandybridge
Vladimir Serbinenkodd2bc3f2014-10-31 09:16:31 +01002 # IGD Displays
3 register "gfx.ndid" = "3"
4 register "gfx.did" = "{ 0x80000100, 0x80000240, 0x80000410, 0x80000410, 0x00000005 }"
Stefan Reinauerb7ecf6d2013-03-13 17:13:32 -07005
6 # Enable DisplayPort Hotplug with 6ms pulse
7 register "gpu_dp_d_hotplug" = "0x06"
8
9 # Enable Panel as LVDS and configure power delays
10 register "gpu_panel_port_select" = "0" # LVDS
11 register "gpu_panel_power_cycle_delay" = "5" # T4: 400ms
12 register "gpu_panel_power_up_delay" = "400" # T1+T2: 40ms
13 register "gpu_panel_power_down_delay" = "150" # T3: 15ms
14 register "gpu_panel_power_backlight_on_delay" = "2100" # T5: 210ms
15 register "gpu_panel_power_backlight_off_delay" = "2100" # TD: 210ms
16
17 device cpu_cluster 0 on
18 chip cpu/intel/socket_rPGA989
19 device lapic 0 on end
20 end
21 chip cpu/intel/model_206ax
22 # Magic APIC ID to locate this chip
23 device lapic 0xACAC off end
24
25 # Coordinate with HW_ALL
26 register "pstate_coord_type" = "0xfe"
27
28 register "tcc_offset" = "5" # TCC of 95C
29
30 register "c1_acpower" = "1" # ACPI(C1) = MWAIT(C1)
31 register "c2_acpower" = "3" # ACPI(C2) = MWAIT(C3)
32 register "c3_acpower" = "5" # ACPI(C3) = MWAIT(C7)
33
34 register "c1_battery" = "1" # ACPI(C1) = MWAIT(C1)
35 register "c2_battery" = "3" # ACPI(C2) = MWAIT(C3)
36 register "c3_battery" = "5" # ACPI(C3) = MWAIT(C7)
37 end
38 end
39
40 device domain 0 on
41 subsystemid 0x1ae0 0xc000 inherit
42 device pci 00.0 on end # host bridge
43 device pci 02.0 on end # vga controller
44
45 chip southbridge/intel/bd82x6x # Intel Series 6 Cougar Point PCH
Stefan Reinauerb7ecf6d2013-03-13 17:13:32 -070046 # GPI routing
47 # 0 No effect (default)
48 # 1 SMI# (if corresponding ALT_GPI_SMI_EN bit is also set)
49 # 2 SCI (if corresponding GPIO_EN bit is also set)
50 register "alt_gp_smi_en" = "0x0002"
51 register "gpi1_routing" = "1"
52 register "gpi6_routing" = "2"
53
Stefan Reinauerb7ecf6d2013-03-13 17:13:32 -070054 register "sata_port_map" = "0x3"
Shawn Nematbakhsh7b8952c2013-03-14 11:03:59 -070055 # Set max SATA speed to 3.0 Gb/s
56 register "sata_interface_speed_support" = "0x2"
Stefan Reinauerb7ecf6d2013-03-13 17:13:32 -070057
58 # Enable EC Port 0x68/0x6C
59 register "gen1_dec" = "0x00040069"
60
61 # EC range is 0x800-0x9ff
62 register "gen2_dec" = "0x00fc0901"
63
64 # EC range is 0x1610-0x161F
65 register "gen3_dec" = "0x0001C1611"
66
67 # Enable zero-based linear PCIe root port functions
68 register "pcie_port_coalesce" = "1"
69
Vladimir Serbinenko5b044ae2014-10-25 15:20:55 +020070 register "c2_latency" = "1"
71 register "p_cnt_throttling_supported" = "0"
72
Stefan Reinauerb7ecf6d2013-03-13 17:13:32 -070073 device pci 14.0 on end # USB 3.0 Controller
74 device pci 16.0 on end # Management Engine Interface 1
75 device pci 16.1 off end # Management Engine Interface 2
76 device pci 16.2 off end # Management Engine IDE-R
77 device pci 16.3 off end # Management Engine KT
78 device pci 19.0 off end # Intel Gigabit Ethernet
79 device pci 1a.0 on end # USB2 EHCI #2 (AUO4, BlueTooth)
80 device pci 1b.0 on end # High Definition Audio
81 device pci 1c.0 on end # PCIe Port #1
82 device pci 1c.1 on end # PCIe Port #2 (WLAN)
83 device pci 1c.2 on end # PCIe Port #3 (Card Reader)
84 register "pcie_aspm_f2" = "0x3"
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 on end # PCIe Port #6 (LAN)
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 (Camera, WLAN, WWAN)
91 device pci 1e.0 off end # PCI bridge
92 device pci 1f.0 on
93 chip ec/quanta/it8518
94 # 60h/64h 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 (HDD/SSD)
100 device pci 1f.3 on end # SMBus Controller
101 device pci 1f.5 off end # SATA Controller 2 (MSATA)
102 device pci 1f.6 off end # Thermal
103 end
104 end
105end