blob: 437b3cbfc8d8b04d5f0b7ce1927f4d2d19fcda5e [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
Vladimir Serbinenkob2ad8102016-02-10 03:07:42 +010021 register "max_mem_clock_mhz" = "666"
22
Stefan Reinauer49428d82013-02-21 15:48:37 -080023 device cpu_cluster 0 on
24 chip cpu/intel/socket_rPGA989
25 device lapic 0 on end
26 end
27 chip cpu/intel/model_206ax
28 # Magic APIC ID to locate this chip
29 device lapic 0xACAC off end
30
Stefan Reinauer49428d82013-02-21 15:48:37 -080031 register "c1_acpower" = "1" # ACPI(C1) = MWAIT(C1)
32 register "c2_acpower" = "3" # ACPI(C2) = MWAIT(C3)
33 register "c3_acpower" = "5" # ACPI(C3) = MWAIT(C7)
34
35 register "c1_battery" = "1" # ACPI(C1) = MWAIT(C1)
36 register "c2_battery" = "3" # ACPI(C2) = MWAIT(C3)
37 register "c3_battery" = "5" # ACPI(C3) = MWAIT(C7)
38 end
39 end
40
41 device domain 0 on
42 subsystemid 0x1ae0 0xc000 inherit
43 device pci 00.0 on end # host bridge
44 device pci 02.0 on end # vga controller
45
46 chip southbridge/intel/bd82x6x # Intel Series 6 Cougar Point PCH
Stefan Reinauer49428d82013-02-21 15:48:37 -080047 # GPI routing
48 # 0 No effect (default)
49 # 1 SMI# (if corresponding ALT_GPI_SMI_EN bit is also set)
50 # 2 SCI (if corresponding GPIO_EN bit is also set)
51 register "alt_gp_smi_en" = "0x0100"
52 register "gpi7_routing" = "2"
53 register "gpi8_routing" = "1"
54
Stefan Reinauer49428d82013-02-21 15:48:37 -080055 register "sata_port_map" = "0x1"
56
57 register "sata_port0_gen3_tx" = "0x00880a7f"
58
59 # EC range is 0x800-0x9ff
60 # Please note: you MUST not change this unless
61 # you also change romstage.c:pch_enable_lpc
62 register "gen1_dec" = "0x00fc0801"
63 register "gen2_dec" = "0x00fc0901"
64
65 # Enable zero-based linear PCIe root port functions
66 register "pcie_port_coalesce" = "1"
67
Vladimir Serbinenko5b044ae2014-10-25 15:20:55 +020068 register "c2_latency" = "1"
69 register "p_cnt_throttling_supported" = "0"
70
Stefan Reinauer49428d82013-02-21 15:48:37 -080071 device pci 16.0 on end # Management Engine Interface 1
72 device pci 16.1 off end # Management Engine Interface 2
73 device pci 16.2 off end # Management Engine IDE-R
74 device pci 16.3 off end # Management Engine KT
75 device pci 19.0 off end # Intel Gigabit Ethernet
76 device pci 1a.0 on end # USB2 EHCI #2
77 device pci 1b.0 on end # High Definition Audio
78 device pci 1c.0 off end # PCIe Port #1 (WLAN remapped)
79 device pci 1c.1 off end # PCIe Port #2
80 device pci 1c.2 on end # PCIe Port #3 (WLAN actual)
81 device pci 1c.3 off end # PCIe Port #4
82 device pci 1c.4 off end # PCIe Port #5
83 device pci 1c.5 off end # PCIe Port #6
84 device pci 1c.6 off end # PCIe Port #7
85 device pci 1c.7 off end # PCIe Port #8
86 device pci 1d.0 on end # USB2 EHCI #1
87 device pci 1e.0 off end # PCI bridge
88 device pci 1f.0 on
89 chip ec/google/chromeec
90 # We only have one init function that
91 # we need to call to initialize the
92 # keyboard part of the EC.
93 device pnp ff.1 on # dummy address
94 end
95 end
96 end # LPC bridge
97 device pci 1f.2 on end # SATA Controller 1
98 device pci 1f.3 on end # SMBus
99 device pci 1f.5 off end # SATA Controller 2
100 device pci 1f.6 on end # Thermal
101 end
102 end
103end