blob: 382a8c4d9fc8e6c428d99dc7779f288351d0b352 [file] [log] [blame]
Stefan Reinauer49428d82013-02-21 15:48:37 -08001chip northbridge/intel/sandybridge
Vladimir Serbinenkodd2bc3f2014-10-31 09:16:31 +01002 # IGD Displays
3 register "gfx.ndid" = "1"
4 register "gfx.did" = "{ 0x80000000, 0x80000000, 0x00000000, 0x00000000, 0x00000000 }"
Stefan Reinauer49428d82013-02-21 15:48:37 -08005
6 # Enable DisplayPort Hotplug with 6ms pulse
7 register "gpu_dp_d_hotplug" = "0x06"
8
9 # Enable Panel as eDP and configure power delays
10 register "gpu_panel_port_select" = "1" # eDP_A
11 register "gpu_panel_power_cycle_delay" = "6" # 500ms
12 register "gpu_panel_power_up_delay" = "2000" # 200ms
13 register "gpu_panel_power_down_delay" = "500" # 50ms
14 register "gpu_panel_power_backlight_on_delay" = "2000" # 200ms
15 register "gpu_panel_power_backlight_off_delay" = "2000" # 200ms
16
17 # Set backlight PWM values for eDP
18 register "gpu_cpu_backlight" = "0x00000200"
19 register "gpu_pch_backlight" = "0x04000000"
20
21 device cpu_cluster 0 on
22 chip cpu/intel/socket_rPGA989
23 device lapic 0 on end
24 end
25 chip cpu/intel/model_206ax
26 # Magic APIC ID to locate this chip
27 device lapic 0xACAC off end
28
29 # Coordinate with HW_ALL
30 register "pstate_coord_type" = "0xfe"
31
32 register "c1_acpower" = "1" # ACPI(C1) = MWAIT(C1)
33 register "c2_acpower" = "3" # ACPI(C2) = MWAIT(C3)
34 register "c3_acpower" = "5" # ACPI(C3) = MWAIT(C7)
35
36 register "c1_battery" = "1" # ACPI(C1) = MWAIT(C1)
37 register "c2_battery" = "3" # ACPI(C2) = MWAIT(C3)
38 register "c3_battery" = "5" # ACPI(C3) = MWAIT(C7)
39 end
40 end
41
42 device domain 0 on
43 subsystemid 0x1ae0 0xc000 inherit
44 device pci 00.0 on end # host bridge
45 device pci 02.0 on end # vga controller
46
47 chip southbridge/intel/bd82x6x # Intel Series 6 Cougar Point PCH
Stefan Reinauer49428d82013-02-21 15:48:37 -080048 # GPI routing
49 # 0 No effect (default)
50 # 1 SMI# (if corresponding ALT_GPI_SMI_EN bit is also set)
51 # 2 SCI (if corresponding GPIO_EN bit is also set)
52 register "alt_gp_smi_en" = "0x0100"
53 register "gpi7_routing" = "2"
54 register "gpi8_routing" = "1"
55
Stefan Reinauer49428d82013-02-21 15:48:37 -080056 register "sata_port_map" = "0x1"
57
58 register "sata_port0_gen3_tx" = "0x00880a7f"
59
60 # EC range is 0x800-0x9ff
61 # Please note: you MUST not change this unless
62 # you also change romstage.c:pch_enable_lpc
63 register "gen1_dec" = "0x00fc0801"
64 register "gen2_dec" = "0x00fc0901"
65
66 # Enable zero-based linear PCIe root port functions
67 register "pcie_port_coalesce" = "1"
68
Vladimir Serbinenko5b044ae2014-10-25 15:20:55 +020069 register "c2_latency" = "1"
70 register "p_cnt_throttling_supported" = "0"
71
Stefan Reinauer49428d82013-02-21 15:48:37 -080072 device pci 16.0 on end # Management Engine Interface 1
73 device pci 16.1 off end # Management Engine Interface 2
74 device pci 16.2 off end # Management Engine IDE-R
75 device pci 16.3 off end # Management Engine KT
76 device pci 19.0 off end # Intel Gigabit Ethernet
77 device pci 1a.0 on end # USB2 EHCI #2
78 device pci 1b.0 on end # High Definition Audio
79 device pci 1c.0 off end # PCIe Port #1 (WLAN remapped)
80 device pci 1c.1 off end # PCIe Port #2
81 device pci 1c.2 on end # PCIe Port #3 (WLAN actual)
82 device pci 1c.3 off end # PCIe Port #4
83 device pci 1c.4 off end # PCIe Port #5
84 device pci 1c.5 off end # PCIe Port #6
85 device pci 1c.6 off end # PCIe Port #7
86 device pci 1c.7 off end # PCIe Port #8
87 device pci 1d.0 on end # USB2 EHCI #1
88 device pci 1e.0 off end # PCI bridge
89 device pci 1f.0 on
90 chip ec/google/chromeec
91 # We only have one init function that
92 # we need to call to initialize the
93 # keyboard part of the EC.
94 device pnp ff.1 on # dummy address
95 end
96 end
97 end # LPC bridge
98 device pci 1f.2 on end # SATA Controller 1
99 device pci 1f.3 on end # SMBus
100 device pci 1f.5 off end # SATA Controller 2
101 device pci 1f.6 on end # Thermal
102 end
103 end
104end