blob: 4049709d524999ee7bd482aa008ca537af6ebf5e [file] [log] [blame]
Stefan Reinauer155e9b52012-04-27 23:19:58 +02001chip northbridge/intel/sandybridge
Vladimir Serbinenkodd2bc3f2014-10-31 09:16:31 +01002 # IGD Displays
Nico Huberb0b25c82020-03-21 20:35:12 +01003 register "gfx" = "GMA_STATIC_DISPLAYS(0)"
Stefan Reinauer155e9b52012-04-27 23:19:58 +02004
5 # Enable DisplayPort Hotplug with 6ms pulse
6 register "gpu_dp_d_hotplug" = "0x06"
7
8 # Enable Panel as LVDS and configure power delays
Angel Ponsdc0c0812020-09-02 19:17:30 +02009 register "gpu_panel_port_select" = "PANEL_PORT_LVDS"
Stefan Reinauer155e9b52012-04-27 23:19:58 +020010 register "gpu_panel_power_cycle_delay" = "5" # T4: 400ms
11 register "gpu_panel_power_up_delay" = "400" # T1+T2: 40ms
12 register "gpu_panel_power_down_delay" = "150" # T3: 15ms
13 register "gpu_panel_power_backlight_on_delay" = "2100" # T5: 210ms
14 register "gpu_panel_power_backlight_off_delay" = "2100" # TD: 210ms
15
Matt DeVilliereaea9c92018-12-31 15:07:42 -060016 # Set backlight PWM values
17 register "gpu_cpu_backlight" = "0x000001e8"
18 register "gpu_pch_backlight" = "0x03d00000"
19
Vladimir Serbinenko0a07c5c2016-02-10 03:01:37 +010020 register "max_mem_clock_mhz" = "666"
21
Stefan Reinauer4aff4452013-02-12 14:17:15 -080022 device domain 0 on
Stefan Reinauer56c7dc72012-05-15 12:36:57 -070023 subsystemid 0x1ae0 0xc000 inherit
Stefan Reinauer155e9b52012-04-27 23:19:58 +020024 device pci 00.0 on end # host bridge
25 device pci 02.0 on end # vga controller
26
27 chip southbridge/intel/bd82x6x # Intel Series 6 Cougar Point PCH
Stefan Reinauer155e9b52012-04-27 23:19:58 +020028 # GPI routing
29 # 0 No effect (default)
30 # 1 SMI# (if corresponding ALT_GPI_SMI_EN bit is also set)
31 # 2 SCI (if corresponding GPIO_EN bit is also set)
32 register "alt_gp_smi_en" = "0x0002"
33 register "gpi1_routing" = "1"
34 register "gpi7_routing" = "2"
35
Stefan Reinauer155e9b52012-04-27 23:19:58 +020036 register "sata_port_map" = "0x1"
37
38 # EC range is 0xa00-0xa3f
39 register "gen1_dec" = "0x003c0a01"
40 register "gen2_dec" = "0x003c0b01"
Arthur Heymans6beaef92019-06-16 23:29:23 +020041 register "gen3_dec" = "0x00fc1601"
Stefan Reinauer155e9b52012-04-27 23:19:58 +020042
43 device pci 16.0 on end # Management Engine Interface 1
44 device pci 16.1 off end # Management Engine Interface 2
45 device pci 16.2 off end # Management Engine IDE-R
46 device pci 16.3 off end # Management Engine KT
47 device pci 19.0 off end # Intel Gigabit Ethernet
Kyösti Mälkkica5a7932021-06-08 08:06:06 +030048 device pci 1a.0 on end # USB2 EHCI #2
49 device pci 1b.0 on end # High Definition Audio
Stefan Reinauer155e9b52012-04-27 23:19:58 +020050 device pci 1c.0 on end # PCIe Port #1 (WLAN)
51 device pci 1c.1 off end # PCIe Port #2
52 device pci 1c.2 off end # PCIe Port #3
Kyösti Mälkkica5a7932021-06-08 08:06:06 +030053 device pci 1c.3 on end # PCIe Port #4 (LAN)
Stefan Reinauer155e9b52012-04-27 23:19:58 +020054 device pci 1c.4 off end # PCIe Port #5
55 device pci 1c.5 off end # PCIe Port #6
56 device pci 1c.6 off end # PCIe Port #7
57 device pci 1c.7 off end # PCIe Port #8
Kyösti Mälkkica5a7932021-06-08 08:06:06 +030058 device pci 1d.0 on end # USB2 EHCI #1
Stefan Reinauer155e9b52012-04-27 23:19:58 +020059 device pci 1e.0 off end # PCI bridge
60 device pci 1f.0 on # LPC bridge
61 chip superio/smsc/mec1308
62 device pnp 2e.1 on # PM1
63 io 0x60 = 0xb00
64 end
65 device pnp 2e.2 off end # EC1
66 device pnp 2e.3 off end # EC2
67 device pnp 2e.4 off end # UART
68 device pnp 2e.7 on # KBC
69 irq 0x70 = 1
70 end
71 device pnp 2e.8 on # EC0
72 io 0x60 = 0x62
73 end
74 device pnp 2e.9 on # MBX
75 io 0x60 = 0xa00
76 end
77 end
78 chip ec/smsc/mec1308
79 register "mailbox_port" = "0xa00"
80 device pnp ff.1 off end
81 end
Matt DeVillier3044af72018-08-01 13:05:14 -050082 chip drivers/pc80/tpm
83 device pnp 0c31.0 on end
84 end
Stefan Reinauer155e9b52012-04-27 23:19:58 +020085 end
Kyösti Mälkkica5a7932021-06-08 08:06:06 +030086 device pci 1f.2 on end # SATA Controller 1
87 device pci 1f.3 on end # SMBus
Stefan Reinauer155e9b52012-04-27 23:19:58 +020088 device pci 1f.5 off end # SATA Controller 2
89 device pci 1f.6 on end # Thermal
90 end
91 end
92end