blob: 5333dfc2c3bbe8a8095ac55cf2f202010cc54b33 [file] [log] [blame]
Stefan Reinauer49428d82013-02-21 15:48:37 -08001chip northbridge/intel/sandybridge
2
3 # Enable DisplayPort Hotplug with 6ms pulse
4 register "gpu_dp_d_hotplug" = "0x06"
5
6 # Enable Panel as eDP and configure power delays
7 register "gpu_panel_port_select" = "1" # eDP_A
8 register "gpu_panel_power_cycle_delay" = "6" # 500ms
9 register "gpu_panel_power_up_delay" = "2000" # 200ms
10 register "gpu_panel_power_down_delay" = "500" # 50ms
11 register "gpu_panel_power_backlight_on_delay" = "2000" # 200ms
12 register "gpu_panel_power_backlight_off_delay" = "2000" # 200ms
13
14 # Set backlight PWM values for eDP
15 register "gpu_cpu_backlight" = "0x00000200"
16 register "gpu_pch_backlight" = "0x04000000"
17
18 device cpu_cluster 0 on
19 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
39 device domain 0 on
40 subsystemid 0x1ae0 0xc000 inherit
41 device pci 00.0 on end # host bridge
42 device pci 02.0 on end # vga controller
43
44 chip southbridge/intel/bd82x6x # Intel Series 6 Cougar Point PCH
Stefan Reinauer49428d82013-02-21 15:48:37 -080045 # GPI routing
46 # 0 No effect (default)
47 # 1 SMI# (if corresponding ALT_GPI_SMI_EN bit is also set)
48 # 2 SCI (if corresponding GPIO_EN bit is also set)
49 register "alt_gp_smi_en" = "0x0100"
50 register "gpi7_routing" = "2"
51 register "gpi8_routing" = "1"
52
Stefan Reinauer49428d82013-02-21 15:48:37 -080053 register "sata_port_map" = "0x1"
54
55 register "sata_port0_gen3_tx" = "0x00880a7f"
56
57 # EC range is 0x800-0x9ff
58 # Please note: you MUST not change this unless
59 # you also change romstage.c:pch_enable_lpc
60 register "gen1_dec" = "0x00fc0801"
61 register "gen2_dec" = "0x00fc0901"
62
63 # Enable zero-based linear PCIe root port functions
64 register "pcie_port_coalesce" = "1"
65
Vladimir Serbinenko5b044ae2014-10-25 15:20:55 +020066 register "c2_latency" = "1"
67 register "p_cnt_throttling_supported" = "0"
68
Stefan Reinauer49428d82013-02-21 15:48:37 -080069 device pci 16.0 on end # Management Engine Interface 1
70 device pci 16.1 off end # Management Engine Interface 2
71 device pci 16.2 off end # Management Engine IDE-R
72 device pci 16.3 off end # Management Engine KT
73 device pci 19.0 off end # Intel Gigabit Ethernet
74 device pci 1a.0 on end # USB2 EHCI #2
75 device pci 1b.0 on end # High Definition Audio
76 device pci 1c.0 off end # PCIe Port #1 (WLAN remapped)
77 device pci 1c.1 off end # PCIe Port #2
78 device pci 1c.2 on end # PCIe Port #3 (WLAN actual)
79 device pci 1c.3 off end # PCIe Port #4
80 device pci 1c.4 off end # PCIe Port #5
81 device pci 1c.5 off end # PCIe Port #6
82 device pci 1c.6 off end # PCIe Port #7
83 device pci 1c.7 off end # PCIe Port #8
84 device pci 1d.0 on end # USB2 EHCI #1
85 device pci 1e.0 off end # PCI bridge
86 device pci 1f.0 on
87 chip ec/google/chromeec
88 # We only have one init function that
89 # we need to call to initialize the
90 # keyboard part of the EC.
91 device pnp ff.1 on # dummy address
92 end
93 end
94 end # LPC bridge
95 device pci 1f.2 on end # SATA Controller 1
96 device pci 1f.3 on end # SMBus
97 device pci 1f.5 off end # SATA Controller 2
98 device pci 1f.6 on end # Thermal
99 end
100 end
101end