blob: 61e51d0df35aeb046d78aab231c85fcde318a880 [file] [log] [blame]
Stefan Reinauera7198b32012-12-11 16:00:47 -08001chip 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 Reinauera7198b32012-12-11 16:00:47 -08004
5 # Enable DisplayPort B Hotplug with 6ms pulse
6 register "gpu_dp_b_hotplug" = "0x06"
7
Arthur Heymans8bb2ed82018-07-18 16:37:00 +02008 # 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 Reinauera7198b32012-12-11 16:00:47 -080010 register "gpu_panel_power_cycle_delay" = "5" # 400ms
11 register "gpu_panel_power_up_delay" = "500" # 50ms
12 register "gpu_panel_power_down_delay" = "150" # 15ms
13 register "gpu_panel_power_backlight_on_delay" = "2100" # 210ms
14 register "gpu_panel_power_backlight_off_delay" = "2100" # 210ms
15
16 # Set backlight PWM values
17 register "gpu_cpu_backlight" = "0x000001d4"
18 register "gpu_pch_backlight" = "0x03aa0000"
19
Vladimir Serbinenko144eea02016-02-10 02:36:04 +010020 register "max_mem_clock_mhz" = "666"
21
Stefan Reinauer0aa37c42013-02-12 15:20:54 -080022 device cpu_cluster 0 on
Stefan Reinauera7198b32012-12-11 16:00:47 -080023 chip cpu/intel/model_206ax
24 # Magic APIC ID to locate this chip
Arthur Heymans7e6946a2019-01-21 17:55:02 +010025 device lapic 0x0 on end
Arthur Heymansb3f23232019-01-21 17:48:55 +010026 device lapic 0xacac off end
Stefan Reinauera7198b32012-12-11 16:00:47 -080027
Stefan Reinauera7198b32012-12-11 16:00:47 -080028 register "c1_acpower" = "1" # ACPI(C1) = MWAIT(C1)
29 register "c2_acpower" = "3" # ACPI(C2) = MWAIT(C3)
30 register "c3_acpower" = "5" # ACPI(C3) = MWAIT(C7)
31
32 register "c1_battery" = "1" # ACPI(C1) = MWAIT(C1)
33 register "c2_battery" = "3" # ACPI(C2) = MWAIT(C3)
34 register "c3_battery" = "5" # ACPI(C3) = MWAIT(C7)
35 end
36 end
37
Stefan Reinauer4aff4452013-02-12 14:17:15 -080038 device domain 0 on
Stefan Reinauera7198b32012-12-11 16:00:47 -080039 device pci 00.0 on end # host bridge
40 device pci 02.0 on end # vga controller
41
42 chip southbridge/intel/bd82x6x # Intel Series 6 Cougar Point PCH
Stefan Reinauera7198b32012-12-11 16:00:47 -080043 # GPI routing
44 # 0 No effect (default)
45 # 1 SMI# (if corresponding ALT_GPI_SMI_EN bit is also set)
46 # 2 SCI (if corresponding GPIO_EN bit is also set)
47 # Set Lid Switch to SMI to capture in recovery mode. It gets reset to
48 # SCI mode when we go to ACPI mode.
49 register "alt_gp_smi_en" = "0x8100"
50 register "gpi7_routing" = "2"
51 register "gpi8_routing" = "1"
52 register "gpi15_routing" = "1" #lid switch gpe
53
Stefan Reinauera7198b32012-12-11 16:00:47 -080054 register "sata_port_map" = "0x1"
55
56 # EC range is 0xFD60 (EC_IO) and 0x68/0x6C
57 register "gen1_dec" = "0x0004fd61"
58 register "gen2_dec" = "0x00040069"
59
60 # Enable zero-based linear PCIe root port functions
61 register "pcie_port_coalesce" = "1"
62
Vladimir Serbinenko5b044ae2014-10-25 15:20:55 +020063 register "c2_latency" = "1"
Vladimir Serbinenko5b044ae2014-10-25 15:20:55 +020064
Stefan Reinauera7198b32012-12-11 16:00:47 -080065 device pci 16.0 on end # Management Engine Interface 1
66 device pci 16.1 off end # Management Engine Interface 2
67 device pci 16.2 off end # Management Engine IDE-R
68 device pci 16.3 off end # Management Engine KT
69 device pci 19.0 off end # Intel Gigabit Ethernet
70 device pci 1a.0 on end # USB2 EHCI #2
71 device pci 1b.0 on end # High Definition Audio
72 device pci 1c.0 off end # PCIe Port #1
73 device pci 1c.1 on end # PCIe Port #2 (WLAN)
74 device pci 1c.2 on end # PCIe Port #3 (ETH0)
75 device pci 1c.3 off end # PCIe Port #4
76 device pci 1c.4 off end # PCIe Port #5
77 device pci 1c.5 off end # PCIe Port #6
78 device pci 1c.6 off end # PCIe Port #7
79 device pci 1c.7 off end # PCIe Port #8
80 device pci 1d.0 on end # USB2 EHCI #1
81 device pci 1e.0 off end # PCI bridge
82 device pci 1f.0 on
83 chip ec/compal/ene932
84 # 60/64 KBC
85 device pnp ff.1 on # dummy address
86 end
87 end
88 end # LPC bridge
89 device pci 1f.2 on end # SATA Controller 1
90 device pci 1f.3 on end # SMBus
91 device pci 1f.5 off end # SATA Controller 2
92 device pci 1f.6 on end # Thermal
93 end
94 end
95end