blob: ff7f362f8ea7b3fb6e912a31be23a1466737078f [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 Reinauer0aa37c42013-02-12 15:20:54 -080022 device cpu_cluster 0 on
Stefan Reinauer155e9b52012-04-27 23:19:58 +020023 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 Reinauer155e9b52012-04-27 23:19:58 +020027
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 Reinauer155e9b52012-04-27 23:19:58 +020031 end
32 end
33
Stefan Reinauer4aff4452013-02-12 14:17:15 -080034 device domain 0 on
Stefan Reinauer56c7dc72012-05-15 12:36:57 -070035 subsystemid 0x1ae0 0xc000 inherit
Stefan Reinauer155e9b52012-04-27 23:19:58 +020036 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 Reinauer155e9b52012-04-27 23:19:58 +020040 # 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" = "0x0002"
45 register "gpi1_routing" = "1"
46 register "gpi7_routing" = "2"
47
Stefan Reinauer155e9b52012-04-27 23:19:58 +020048 register "sata_port_map" = "0x1"
49
50 # EC range is 0xa00-0xa3f
51 register "gen1_dec" = "0x003c0a01"
52 register "gen2_dec" = "0x003c0b01"
Arthur Heymans6beaef92019-06-16 23:29:23 +020053 register "gen3_dec" = "0x00fc1601"
Stefan Reinauer155e9b52012-04-27 23:19:58 +020054
55 device pci 16.0 on end # Management Engine Interface 1
56 device pci 16.1 off end # Management Engine Interface 2
57 device pci 16.2 off end # Management Engine IDE-R
58 device pci 16.3 off end # Management Engine KT
59 device pci 19.0 off end # Intel Gigabit Ethernet
Kyösti Mälkkica5a7932021-06-08 08:06:06 +030060 device pci 1a.0 on end # USB2 EHCI #2
61 device pci 1b.0 on end # High Definition Audio
Stefan Reinauer155e9b52012-04-27 23:19:58 +020062 device pci 1c.0 on end # PCIe Port #1 (WLAN)
63 device pci 1c.1 off end # PCIe Port #2
64 device pci 1c.2 off end # PCIe Port #3
Kyösti Mälkkica5a7932021-06-08 08:06:06 +030065 device pci 1c.3 on end # PCIe Port #4 (LAN)
Stefan Reinauer155e9b52012-04-27 23:19:58 +020066 device pci 1c.4 off end # PCIe Port #5
67 device pci 1c.5 off end # PCIe Port #6
68 device pci 1c.6 off end # PCIe Port #7
69 device pci 1c.7 off end # PCIe Port #8
Kyösti Mälkkica5a7932021-06-08 08:06:06 +030070 device pci 1d.0 on end # USB2 EHCI #1
Stefan Reinauer155e9b52012-04-27 23:19:58 +020071 device pci 1e.0 off end # PCI bridge
72 device pci 1f.0 on # LPC bridge
73 chip superio/smsc/mec1308
74 device pnp 2e.1 on # PM1
75 io 0x60 = 0xb00
76 end
77 device pnp 2e.2 off end # EC1
78 device pnp 2e.3 off end # EC2
79 device pnp 2e.4 off end # UART
80 device pnp 2e.7 on # KBC
81 irq 0x70 = 1
82 end
83 device pnp 2e.8 on # EC0
84 io 0x60 = 0x62
85 end
86 device pnp 2e.9 on # MBX
87 io 0x60 = 0xa00
88 end
89 end
90 chip ec/smsc/mec1308
91 register "mailbox_port" = "0xa00"
92 device pnp ff.1 off end
93 end
Matt DeVillier3044af72018-08-01 13:05:14 -050094 chip drivers/pc80/tpm
95 device pnp 0c31.0 on end
96 end
Stefan Reinauer155e9b52012-04-27 23:19:58 +020097 end
Kyösti Mälkkica5a7932021-06-08 08:06:06 +030098 device pci 1f.2 on end # SATA Controller 1
99 device pci 1f.3 on end # SMBus
Stefan Reinauer155e9b52012-04-27 23:19:58 +0200100 device pci 1f.5 off end # SATA Controller 2
101 device pci 1f.6 on end # Thermal
102 end
103 end
104end