blob: eacfe57521e0b5c89ef0ff84f1516b467de2df5b [file] [log] [blame]
Stefan Reinauera7198b32012-12-11 16:00:47 -08001chip northbridge/intel/sandybridge
Vladimir Serbinenkodd2bc3f2014-10-31 09:16:31 +01002 # IGD Displays
3 register "gfx.ndid" = "3"
4 register "gfx.did" = "{ 0x80000100, 0x80000240, 0x80000410, 0x80000410, 0x00000005 }"
Stefan Reinauera7198b32012-12-11 16:00:47 -08005
6 # Enable DisplayPort B Hotplug with 6ms pulse
7 register "gpu_dp_b_hotplug" = "0x06"
8
9 # Enable Panel as eDP and configure power delays
10 register "gpu_panel_port_select" = "0" # LVDS
11 register "gpu_panel_power_cycle_delay" = "5" # 400ms
12 register "gpu_panel_power_up_delay" = "500" # 50ms
13 register "gpu_panel_power_down_delay" = "150" # 15ms
14 register "gpu_panel_power_backlight_on_delay" = "2100" # 210ms
15 register "gpu_panel_power_backlight_off_delay" = "2100" # 210ms
16
17 # Set backlight PWM values
18 register "gpu_cpu_backlight" = "0x000001d4"
19 register "gpu_pch_backlight" = "0x03aa0000"
20
Vladimir Serbinenko144eea02016-02-10 02:36:04 +010021 register "max_mem_clock_mhz" = "666"
22
Stefan Reinauer0aa37c42013-02-12 15:20:54 -080023 device cpu_cluster 0 on
Stefan Reinauera7198b32012-12-11 16:00:47 -080024 chip cpu/intel/socket_rPGA989
25 device lapic 0 on end
26 end
27 chip cpu/intel/model_206ax
28 # Magic APIC ID to locate this chip
29 device lapic 0xACAC off end
30
Stefan Reinauera7198b32012-12-11 16:00:47 -080031 register "c1_acpower" = "1" # ACPI(C1) = MWAIT(C1)
32 register "c2_acpower" = "3" # ACPI(C2) = MWAIT(C3)
33 register "c3_acpower" = "5" # ACPI(C3) = MWAIT(C7)
34
35 register "c1_battery" = "1" # ACPI(C1) = MWAIT(C1)
36 register "c2_battery" = "3" # ACPI(C2) = MWAIT(C3)
37 register "c3_battery" = "5" # ACPI(C3) = MWAIT(C7)
38 end
39 end
40
Stefan Reinauer4aff4452013-02-12 14:17:15 -080041 device domain 0 on
Stefan Reinauera7198b32012-12-11 16:00:47 -080042 device pci 00.0 on end # host bridge
43 device pci 02.0 on end # vga controller
44
45 chip southbridge/intel/bd82x6x # Intel Series 6 Cougar Point PCH
Stefan Reinauera7198b32012-12-11 16:00:47 -080046 # GPI routing
47 # 0 No effect (default)
48 # 1 SMI# (if corresponding ALT_GPI_SMI_EN bit is also set)
49 # 2 SCI (if corresponding GPIO_EN bit is also set)
50 # Set Lid Switch to SMI to capture in recovery mode. It gets reset to
51 # SCI mode when we go to ACPI mode.
52 register "alt_gp_smi_en" = "0x8100"
53 register "gpi7_routing" = "2"
54 register "gpi8_routing" = "1"
55 register "gpi15_routing" = "1" #lid switch gpe
56
Stefan Reinauera7198b32012-12-11 16:00:47 -080057 register "sata_port_map" = "0x1"
58
59 # EC range is 0xFD60 (EC_IO) and 0x68/0x6C
60 register "gen1_dec" = "0x0004fd61"
61 register "gen2_dec" = "0x00040069"
62
63 # Enable zero-based linear PCIe root port functions
64 register "pcie_port_coalesce" = "1"
65
Vladimir Serbinenko5b044ae2014-10-25 15:20:55 +020066 register "c2_latency" = "1"
67 register "p_cnt_throttling_supported" = "0"
68
Stefan Reinauera7198b32012-12-11 16:00:47 -080069 device pci 16.0 on end # Management Engine Interface 1
70 device pci 16.1 off end # Management Engine Interface 2
71 device pci 16.2 off end # Management Engine IDE-R
72 device pci 16.3 off end # Management Engine KT
73 device pci 19.0 off end # Intel Gigabit Ethernet
74 device pci 1a.0 on end # USB2 EHCI #2
75 device pci 1b.0 on end # High Definition Audio
76 device pci 1c.0 off end # PCIe Port #1
77 device pci 1c.1 on end # PCIe Port #2 (WLAN)
78 device pci 1c.2 on end # PCIe Port #3 (ETH0)
79 device pci 1c.3 off end # PCIe Port #4
80 device pci 1c.4 off end # PCIe Port #5
81 device pci 1c.5 off end # PCIe Port #6
82 device pci 1c.6 off end # PCIe Port #7
83 device pci 1c.7 off end # PCIe Port #8
84 device pci 1d.0 on end # USB2 EHCI #1
85 device pci 1e.0 off end # PCI bridge
86 device pci 1f.0 on
87 chip ec/compal/ene932
88 # 60/64 KBC
89 device pnp ff.1 on # dummy address
90 end
91 end
92 end # LPC bridge
93 device pci 1f.2 on end # SATA Controller 1
94 device pci 1f.3 on end # SMBus
95 device pci 1f.5 off end # SATA Controller 2
96 device pci 1f.6 on end # Thermal
97 end
98 end
99end