blob: 77f58c2cad19172d7a96a42fe2ad2f40701f6b78 [file] [log] [blame]
Stefan Reinauerb7ecf6d2013-03-13 17:13:32 -07001chip 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 Reinauerb7ecf6d2013-03-13 17:13:32 -07004
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 Reinauerb7ecf6d2013-03-13 17:13:32 -070010 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
Vladimir Serbinenko93fc6062016-01-31 13:21:04 +010016 # For native gfx
Vladimir Serbinenko93fc6062016-01-31 13:21:04 +010017 register "gpu_cpu_backlight" = "0x1155"
18 register "gpu_pch_backlight" = "0x06100610"
19
Vladimir Serbinenkof004b6b2016-02-10 02:42:16 +010020 register "max_mem_clock_mhz" = "666"
21
Stefan Reinauerb7ecf6d2013-03-13 17:13:32 -070022 device cpu_cluster 0 on
Stefan Reinauerb7ecf6d2013-03-13 17:13:32 -070023 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 Reinauerb7ecf6d2013-03-13 17:13:32 -070027
Stefan Reinauerb7ecf6d2013-03-13 17:13:32 -070028 register "tcc_offset" = "5" # TCC of 95C
Stefan Reinauerb7ecf6d2013-03-13 17:13:32 -070029 end
30 end
31
32 device domain 0 on
33 subsystemid 0x1ae0 0xc000 inherit
34 device pci 00.0 on end # host bridge
35 device pci 02.0 on end # vga controller
36
37 chip southbridge/intel/bd82x6x # Intel Series 6 Cougar Point PCH
Stefan Reinauerb7ecf6d2013-03-13 17:13:32 -070038 # GPI routing
39 # 0 No effect (default)
40 # 1 SMI# (if corresponding ALT_GPI_SMI_EN bit is also set)
41 # 2 SCI (if corresponding GPIO_EN bit is also set)
42 register "alt_gp_smi_en" = "0x0002"
43 register "gpi1_routing" = "1"
44 register "gpi6_routing" = "2"
45
Stefan Reinauerb7ecf6d2013-03-13 17:13:32 -070046 register "sata_port_map" = "0x3"
Shawn Nematbakhsh7b8952c2013-03-14 11:03:59 -070047 # Set max SATA speed to 3.0 Gb/s
48 register "sata_interface_speed_support" = "0x2"
Stefan Reinauerb7ecf6d2013-03-13 17:13:32 -070049
50 # Enable EC Port 0x68/0x6C
51 register "gen1_dec" = "0x00040069"
52
53 # EC range is 0x800-0x9ff
54 register "gen2_dec" = "0x00fc0901"
55
56 # EC range is 0x1610-0x161F
57 register "gen3_dec" = "0x0001C1611"
58
59 # Enable zero-based linear PCIe root port functions
Angel Ponsaf4bd562021-12-28 13:05:56 +010060 register "pcie_port_coalesce" = "true"
Stefan Reinauerb7ecf6d2013-03-13 17:13:32 -070061
Stefan Reinauerb7ecf6d2013-03-13 17:13:32 -070062 device pci 14.0 on end # USB 3.0 Controller
63 device pci 16.0 on end # Management Engine Interface 1
64 device pci 16.1 off end # Management Engine Interface 2
65 device pci 16.2 off end # Management Engine IDE-R
66 device pci 16.3 off end # Management Engine KT
67 device pci 19.0 off end # Intel Gigabit Ethernet
68 device pci 1a.0 on end # USB2 EHCI #2 (AUO4, BlueTooth)
69 device pci 1b.0 on end # High Definition Audio
70 device pci 1c.0 on end # PCIe Port #1
71 device pci 1c.1 on end # PCIe Port #2 (WLAN)
72 device pci 1c.2 on end # PCIe Port #3 (Card Reader)
Angel Pons02396842021-06-05 12:34:23 +020073 register "pcie_aspm[2]" = "0x3"
Stefan Reinauerb7ecf6d2013-03-13 17:13:32 -070074 device pci 1c.3 off end # PCIe Port #4
75 device pci 1c.4 off end # PCIe Port #5
76 device pci 1c.5 on end # PCIe Port #6 (LAN)
77 device pci 1c.6 off end # PCIe Port #7
78 device pci 1c.7 off end # PCIe Port #8
79 device pci 1d.0 on end # USB2 EHCI #1 (Camera, WLAN, WWAN)
80 device pci 1e.0 off end # PCI bridge
81 device pci 1f.0 on
Matt DeVillier3044af72018-08-01 13:05:14 -050082 chip drivers/pc80/tpm
83 device pnp 0c31.0 on end
84 end
Stefan Reinauerb7ecf6d2013-03-13 17:13:32 -070085 chip ec/quanta/it8518
86 # 60h/64h KBC
87 device pnp ff.1 on # dummy address
88 end
89 end
90 end # LPC bridge
91 device pci 1f.2 on end # SATA Controller 1 (HDD/SSD)
92 device pci 1f.3 on end # SMBus Controller
93 device pci 1f.5 off end # SATA Controller 2 (MSATA)
94 device pci 1f.6 off end # Thermal
95 end
96 end
97end