blob: 0a54566cf679448ff814b1dd9a57c26246b7bcc5 [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
Stefan Reinauer0aa37c42013-02-12 15:20:54 -080021 device cpu_cluster 0 on
Stefan Reinauera7198b32012-12-11 16:00:47 -080022 chip cpu/intel/socket_rPGA989
23 device lapic 0 on end
24 end
25 chip cpu/intel/model_206ax
26 # Magic APIC ID to locate this chip
27 device lapic 0xACAC off end
28
Stefan Reinauera7198b32012-12-11 16:00:47 -080029 register "c1_acpower" = "1" # ACPI(C1) = MWAIT(C1)
30 register "c2_acpower" = "3" # ACPI(C2) = MWAIT(C3)
31 register "c3_acpower" = "5" # ACPI(C3) = MWAIT(C7)
32
33 register "c1_battery" = "1" # ACPI(C1) = MWAIT(C1)
34 register "c2_battery" = "3" # ACPI(C2) = MWAIT(C3)
35 register "c3_battery" = "5" # ACPI(C3) = MWAIT(C7)
36 end
37 end
38
Stefan Reinauer4aff4452013-02-12 14:17:15 -080039 device domain 0 on
Stefan Reinauera7198b32012-12-11 16:00:47 -080040 device pci 00.0 on end # host bridge
41 device pci 02.0 on end # vga controller
42
43 chip southbridge/intel/bd82x6x # Intel Series 6 Cougar Point PCH
Stefan Reinauera7198b32012-12-11 16:00:47 -080044 # GPI routing
45 # 0 No effect (default)
46 # 1 SMI# (if corresponding ALT_GPI_SMI_EN bit is also set)
47 # 2 SCI (if corresponding GPIO_EN bit is also set)
48 # Set Lid Switch to SMI to capture in recovery mode. It gets reset to
49 # SCI mode when we go to ACPI mode.
50 register "alt_gp_smi_en" = "0x8100"
51 register "gpi7_routing" = "2"
52 register "gpi8_routing" = "1"
53 register "gpi15_routing" = "1" #lid switch gpe
54
Stefan Reinauera7198b32012-12-11 16:00:47 -080055 register "sata_port_map" = "0x1"
56
57 # EC range is 0xFD60 (EC_IO) and 0x68/0x6C
58 register "gen1_dec" = "0x0004fd61"
59 register "gen2_dec" = "0x00040069"
60
61 # Enable zero-based linear PCIe root port functions
62 register "pcie_port_coalesce" = "1"
63
Vladimir Serbinenko5b044ae2014-10-25 15:20:55 +020064 register "c2_latency" = "1"
65 register "p_cnt_throttling_supported" = "0"
66
Stefan Reinauera7198b32012-12-11 16:00:47 -080067 device pci 16.0 on end # Management Engine Interface 1
68 device pci 16.1 off end # Management Engine Interface 2
69 device pci 16.2 off end # Management Engine IDE-R
70 device pci 16.3 off end # Management Engine KT
71 device pci 19.0 off end # Intel Gigabit Ethernet
72 device pci 1a.0 on end # USB2 EHCI #2
73 device pci 1b.0 on end # High Definition Audio
74 device pci 1c.0 off end # PCIe Port #1
75 device pci 1c.1 on end # PCIe Port #2 (WLAN)
76 device pci 1c.2 on end # PCIe Port #3 (ETH0)
77 device pci 1c.3 off end # PCIe Port #4
78 device pci 1c.4 off end # PCIe Port #5
79 device pci 1c.5 off end # PCIe Port #6
80 device pci 1c.6 off end # PCIe Port #7
81 device pci 1c.7 off end # PCIe Port #8
82 device pci 1d.0 on end # USB2 EHCI #1
83 device pci 1e.0 off end # PCI bridge
84 device pci 1f.0 on
85 chip ec/compal/ene932
86 # 60/64 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
92 device pci 1f.3 on end # SMBus
93 device pci 1f.5 off end # SATA Controller 2
94 device pci 1f.6 on end # Thermal
95 end
96 end
97end