blob: 52fd627c5a6f453e540c7533829b76a9d8345c88 [file] [log] [blame]
Iru Cai03e96a82017-01-26 14:51:47 +08001#
2# This file is part of the coreboot project.
3#
Iru Cai03e96a82017-01-26 14:51:47 +08004#
5# This program is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by
7# the Free Software Foundation; either version 2 of the License, or
8# (at your option) any later version.
9#
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13# GNU General Public License for more details.
14#
15
16chip northbridge/intel/sandybridge
17 register "gfx.did" = "{ 0x80000100, 0x80000240, 0x80000410 }"
Iru Cai03e96a82017-01-26 14:51:47 +080018 register "gfx.ndid" = "3"
19 register "gfx.use_spread_spectrum_clock" = "1"
20 register "gpu_cpu_backlight" = "0x00000129"
21 register "gpu_dp_b_hotplug" = "4"
22 register "gpu_dp_c_hotplug" = "4"
23 register "gpu_dp_d_hotplug" = "4"
24 register "gpu_panel_port_select" = "0"
25 register "gpu_panel_power_backlight_off_delay" = "2000"
26 register "gpu_panel_power_backlight_on_delay" = "2000"
27 register "gpu_panel_power_cycle_delay" = "5"
28 register "gpu_panel_power_down_delay" = "230"
29 register "gpu_panel_power_up_delay" = "300"
30 register "gpu_pch_backlight" = "0x02880288"
31 device cpu_cluster 0x0 on
Iru Cai03e96a82017-01-26 14:51:47 +080032 chip cpu/intel/model_206ax
33 register "c1_acpower" = "1"
34 register "c1_battery" = "1"
35 register "c2_acpower" = "3"
36 register "c2_battery" = "3"
37 register "c3_acpower" = "5"
38 register "c3_battery" = "5"
Arthur Heymans7e6946a2019-01-21 17:55:02 +010039 device lapic 0x0 on end
Arthur Heymansb3f23232019-01-21 17:48:55 +010040 device lapic 0xacac off end
Iru Cai03e96a82017-01-26 14:51:47 +080041 end
42 end
43 device domain 0x0 on
Angel Ponsa0a3eab2020-01-01 20:52:11 +010044
Angel Ponsc97802f2020-01-01 21:27:43 +010045 device pci 00.0 on end # Host bridge
Iru Cai03e96a82017-01-26 14:51:47 +080046
Angel Pons42d30052020-01-02 00:57:52 +010047 chip southbridge/intel/bd82x6x # Intel Cougar or Panther Point PCH
Iru Cai03e96a82017-01-26 14:51:47 +080048 register "c2_latency" = "0x0065"
Iru Cai03e96a82017-01-26 14:51:47 +080049 register "pcie_port_coalesce" = "1"
50 register "sata_interface_speed_support" = "0x3"
Iru Cai03e96a82017-01-26 14:51:47 +080051 register "spi_uvscc" = "0x2005"
52 register "spi_lvscc" = "0"
53
Angel Ponsa0a3eab2020-01-01 20:52:11 +010054 device pci 16.0 on end # Management Engine Interface 1
55 device pci 16.1 off end # Management Engine Interface 2
56 device pci 16.2 off end # Management Engine IDE-R
57 device pci 16.3 off end # Management Engine KT
58 device pci 19.0 on end # Intel Gigabit Ethernet
59 device pci 1a.0 on end # USB2 EHCI #2
Angel Ponsc97802f2020-01-01 21:27:43 +010060 device pci 1b.0 on end # HD Audio controller
Angel Ponsa0a3eab2020-01-01 20:52:11 +010061 device pci 1d.0 on end # USB2 EHCI #1
62 device pci 1e.0 off end # PCI bridge
Angel Pons42d30052020-01-02 00:57:52 +010063 device pci 1f.0 on end # LPC bridge
Angel Ponsa0a3eab2020-01-01 20:52:11 +010064 device pci 1f.2 on end # SATA Controller 1
Angel Pons12197db2020-01-01 21:31:21 +010065 device pci 1f.3 on end # SMBus
Angel Ponsa0a3eab2020-01-01 20:52:11 +010066 device pci 1f.5 off end # SATA Controller 2
67 device pci 1f.6 off end # Thermal
Iru Cai03e96a82017-01-26 14:51:47 +080068 end
69 end
70end