blob: 93cb5d2b7f868390896a34bb72e0ba4259c74038 [file] [log] [blame]
Hal Martinde7f8d32017-10-28 10:58:08 +00001# This file is part of the coreboot project.
2#
3# Copyright (C) 2017 Hal Martin <hal.martin@gmail.com>
4#
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; version 2 of the License.
8#
9# This program is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY; without even the implied warranty of
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12# GNU General Public License for more details.
13
14chip northbridge/intel/sandybridge # FIXME: check gfx.ndid and gfx.did
15 register "gfx.did" = "{ 0x80000100, 0x80000240, 0x80000410, 0x80000410, 0x00000005 }"
16 register "gfx.link_frequency_270_mhz" = "1"
17 register "gfx.ndid" = "3"
Hal Martinde7f8d32017-10-28 10:58:08 +000018 register "gpu_dp_b_hotplug" = "4"
19 register "gpu_dp_c_hotplug" = "4"
20 register "gpu_dp_d_hotplug" = "4"
Angel Pons0d4c5932020-01-01 19:53:17 +010021
Hal Martinde7f8d32017-10-28 10:58:08 +000022 device cpu_cluster 0x0 on
Hal Martinde7f8d32017-10-28 10:58:08 +000023 chip cpu/intel/model_206ax # FIXME: check all registers
24 register "c1_acpower" = "1"
25 register "c1_battery" = "1"
26 register "c2_acpower" = "3"
27 register "c2_battery" = "3"
28 register "c3_acpower" = "5"
29 register "c3_battery" = "5"
Arthur Heymans7e6946a2019-01-21 17:55:02 +010030 device lapic 0x0 on end
Arthur Heymansb3f23232019-01-21 17:48:55 +010031 device lapic 0xacac off end
Hal Martinde7f8d32017-10-28 10:58:08 +000032 end
33 end
34 device domain 0x0 on
Angel Pons0d4c5932020-01-01 19:53:17 +010035 device pci 00.0 on # Host bridge
36 subsystemid 0x8086 0x2010
37 end
38 device pci 01.0 on # PCIe Bridge for discrete graphics
39 subsystemid 0x8086 0x2010
40 end
41 device pci 01.1 on # PCIe Bridge for discrete graphics
42 subsystemid 0x8086 0x2010
43 end
44 device pci 02.0 on # Internal graphics VGA controller
45 subsystemid 0x8086 0x2211
46 end
47
48 subsystemid 0x8086 0x7270 inherit
49 chip southbridge/intel/bd82x6x # Intel Series 6 Cougar Point PCH
Hal Martinde7f8d32017-10-28 10:58:08 +000050 register "c2_latency" = "0x0065"
51 register "docking_supported" = "1"
52 register "gen1_dec" = "0x0000164d"
53 register "gen2_dec" = "0x000c0681"
54 register "gen3_dec" = "0x000406f1"
55 register "gen4_dec" = "0x000c06a1"
56 register "gpi7_routing" = "2"
Hal Martinde7f8d32017-10-28 10:58:08 +000057 register "pcie_port_coalesce" = "1"
58 register "sata_interface_speed_support" = "0x3"
59 # Intense PC SATA portmap:
60 # Port 0: internal 2.5" bay
61 # Port 1: optional FACE module
62 # Port 2: rear eSATA
63 # Port 3: rear eSATA
64 # Port 4: mSATA
65 # Port 5: optional FACE module
66 # enable ALL ports (FACE module REQUIRED for ports 1&5)
67 register "sata_port_map" = "0x3f"
68 # enable ONLY ports present on stock MintBox/Intense PC
69 #register "sata_port_map" = "0x1d"
70 register "superspeed_capable_ports" = "0x0000000f"
71 register "xhci_overcurrent_mapping" = "0x00000c03"
72 register "xhci_switchable_ports" = "0x0000000f"
73 register "spi_uvscc" = "0x2005"
74 register "spi_lvscc" = "0x2005"
75
Angel Pons0d4c5932020-01-01 19:53:17 +010076 device pci 14.0 on end # USB 3.0 Controller
77 device pci 16.0 off end # Management Engine Interface 1
78 device pci 16.1 off end # Management Engine Interface 2
79 device pci 16.2 off end # Management Engine IDE-R
80 device pci 16.3 off end # Management Engine KT
81 device pci 19.0 on end # Intel Gigabit Ethernet
82 device pci 1a.0 on end # USB2 EHCI #2
83 device pci 1b.0 on end # High Definition Audio
84 device pci 1c.0 on end # PCIe Port #1
85 device pci 1c.1 on end # PCIe Port #2
86 device pci 1c.2 on end # PCIe Port #3
87 device pci 1c.3 off end # PCIe Port #4
88 device pci 1c.4 on end # PCIe Port #5
89 device pci 1c.5 off end # PCIe Port #6
90 device pci 1c.6 off end # PCIe Port #7
91 device pci 1c.7 off end # PCIe Port #8
92 device pci 1d.0 on end # USB2 EHCI #1
93 device pci 1e.0 off end # PCI bridge
94 device pci 1f.0 on end # LPC bridge
95 device pci 1f.2 on end # SATA Controller 1
96 device pci 1f.3 on end # SMBus
97 device pci 1f.5 off end # SATA Controller 2
98 device pci 1f.6 on end # Thermal
Hal Martinde7f8d32017-10-28 10:58:08 +000099 end
100 end
101end