blob: ec7fb201d7c231e6e17fcac7eb08f673e337edb0 [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
Stefan Reinauer49428d82013-02-21 15:48:37 -080024 chip cpu/intel/model_206ax
25 # Magic APIC ID to locate this chip
Arthur Heymans7e6946a2019-01-21 17:55:02 +010026 device lapic 0x0 on end
Arthur Heymansb3f23232019-01-21 17:48:55 +010027 device lapic 0xacac off end
Stefan Reinauer49428d82013-02-21 15:48:37 -080028
Stefan Reinauer49428d82013-02-21 15:48:37 -080029 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"
Vladimir Serbinenko5b044ae2014-10-25 15:20:55 +020067
Stefan Reinauer49428d82013-02-21 15:48:37 -080068 device pci 16.0 on end # Management Engine Interface 1
69 device pci 16.1 off end # Management Engine Interface 2
70 device pci 16.2 off end # Management Engine IDE-R
71 device pci 16.3 off end # Management Engine KT
72 device pci 19.0 off end # Intel Gigabit Ethernet
73 device pci 1a.0 on end # USB2 EHCI #2
74 device pci 1b.0 on end # High Definition Audio
75 device pci 1c.0 off end # PCIe Port #1 (WLAN remapped)
76 device pci 1c.1 off end # PCIe Port #2
77 device pci 1c.2 on end # PCIe Port #3 (WLAN actual)
78 device pci 1c.3 off end # PCIe Port #4
79 device pci 1c.4 off end # PCIe Port #5
80 device pci 1c.5 off end # PCIe Port #6
81 device pci 1c.6 off end # PCIe Port #7
82 device pci 1c.7 off end # PCIe Port #8
83 device pci 1d.0 on end # USB2 EHCI #1
84 device pci 1e.0 off end # PCI bridge
85 device pci 1f.0 on
Matt DeVillier3044af72018-08-01 13:05:14 -050086 chip drivers/pc80/tpm
87 device pnp 0c31.0 on end
88 end
Stefan Reinauer49428d82013-02-21 15:48:37 -080089 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