blob: fda74da3b814ddaae46194a068a458a8655b9cd8 [file] [log] [blame]
Stefan Reinauer49428d82013-02-21 15:48:37 -08001chip northbridge/intel/sandybridge
Vladimir Serbinenkodd2bc3f2014-10-31 09:16:31 +01002 # IGD Displays
Matt DeVillier62696362020-03-29 13:20:59 -05003 register "gfx" = "GMA_STATIC_DISPLAYS(0)"
Stefan Reinauer49428d82013-02-21 15:48:37 -08004
5 # Enable DisplayPort Hotplug with 6ms pulse
6 register "gpu_dp_d_hotplug" = "0x06"
7
8 # Enable Panel as eDP and configure power delays
Angel Ponsdc0c0812020-09-02 19:17:30 +02009 register "gpu_panel_port_select" = "PANEL_PORT_DP_A"
Stefan Reinauer49428d82013-02-21 15:48:37 -080010 register "gpu_panel_power_cycle_delay" = "6" # 500ms
11 register "gpu_panel_power_up_delay" = "2000" # 200ms
12 register "gpu_panel_power_down_delay" = "500" # 50ms
13 register "gpu_panel_power_backlight_on_delay" = "2000" # 200ms
14 register "gpu_panel_power_backlight_off_delay" = "2000" # 200ms
15
16 # Set backlight PWM values for eDP
17 register "gpu_cpu_backlight" = "0x00000200"
18 register "gpu_pch_backlight" = "0x04000000"
19
Vladimir Serbinenkob2ad8102016-02-10 03:07:42 +010020 register "max_mem_clock_mhz" = "666"
21
Stefan Reinauer49428d82013-02-21 15:48:37 -080022 device cpu_cluster 0 on
Stefan Reinauer49428d82013-02-21 15:48:37 -080023 chip cpu/intel/model_206ax
24 # Magic APIC ID to locate this chip
Angel Ponsc56c7232021-05-17 11:03:55 +020025 device lapic 0 on end
Arthur Heymansb3f23232019-01-21 17:48:55 +010026 device lapic 0xacac off end
Stefan Reinauer49428d82013-02-21 15:48:37 -080027
Angel Pons6f56a232021-01-04 17:02:23 +010028 register "acpi_c1" = "1" # ACPI(C1) = MWAIT(C1)
29 register "acpi_c2" = "3" # ACPI(C2) = MWAIT(C3)
30 register "acpi_c3" = "5" # ACPI(C3) = MWAIT(C7)
Stefan Reinauer49428d82013-02-21 15:48:37 -080031 end
32 end
33
34 device domain 0 on
35 subsystemid 0x1ae0 0xc000 inherit
36 device pci 00.0 on end # host bridge
37 device pci 02.0 on end # vga controller
38
39 chip southbridge/intel/bd82x6x # Intel Series 6 Cougar Point PCH
Stefan Reinauer49428d82013-02-21 15:48:37 -080040 # GPI routing
41 # 0 No effect (default)
42 # 1 SMI# (if corresponding ALT_GPI_SMI_EN bit is also set)
43 # 2 SCI (if corresponding GPIO_EN bit is also set)
44 register "alt_gp_smi_en" = "0x0100"
45 register "gpi7_routing" = "2"
46 register "gpi8_routing" = "1"
47
Stefan Reinauer49428d82013-02-21 15:48:37 -080048 register "sata_port_map" = "0x1"
49
50 register "sata_port0_gen3_tx" = "0x00880a7f"
51
52 # EC range is 0x800-0x9ff
53 # Please note: you MUST not change this unless
54 # you also change romstage.c:pch_enable_lpc
55 register "gen1_dec" = "0x00fc0801"
56 register "gen2_dec" = "0x00fc0901"
57
58 # Enable zero-based linear PCIe root port functions
59 register "pcie_port_coalesce" = "1"
60
Stefan Reinauer49428d82013-02-21 15:48:37 -080061 device pci 16.0 on end # Management Engine Interface 1
62 device pci 16.1 off end # Management Engine Interface 2
63 device pci 16.2 off end # Management Engine IDE-R
64 device pci 16.3 off end # Management Engine KT
65 device pci 19.0 off end # Intel Gigabit Ethernet
66 device pci 1a.0 on end # USB2 EHCI #2
67 device pci 1b.0 on end # High Definition Audio
68 device pci 1c.0 off end # PCIe Port #1 (WLAN remapped)
69 device pci 1c.1 off end # PCIe Port #2
70 device pci 1c.2 on end # PCIe Port #3 (WLAN actual)
71 device pci 1c.3 off end # PCIe Port #4
72 device pci 1c.4 off end # PCIe Port #5
73 device pci 1c.5 off end # PCIe Port #6
74 device pci 1c.6 off end # PCIe Port #7
75 device pci 1c.7 off end # PCIe Port #8
76 device pci 1d.0 on end # USB2 EHCI #1
77 device pci 1e.0 off end # PCI bridge
78 device pci 1f.0 on
Matt DeVillier3044af72018-08-01 13:05:14 -050079 chip drivers/pc80/tpm
80 device pnp 0c31.0 on end
81 end
Stefan Reinauer49428d82013-02-21 15:48:37 -080082 chip ec/google/chromeec
83 # We only have one init function that
84 # we need to call to initialize the
85 # keyboard part of the EC.
86 device pnp ff.1 on # dummy address
87 end
88 end
89 end # LPC bridge
90 device pci 1f.2 on end # SATA Controller 1
91 device pci 1f.3 on end # SMBus
92 device pci 1f.5 off end # SATA Controller 2
93 device pci 1f.6 on end # Thermal
94 end
95 end
96end