summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/sandybridge/chipset.cb
blob: 38a53d54e1d1f01a1260954b2d4310e11adb72e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# SPDX-License-Identifier: GPL-2.0-only

chip northbridge/intel/sandybridge
	chip cpu/intel/model_206ax
		device cpu_cluster 0 on ops sandybridge_cpu_bus_ops end

		register "acpi_c1" = "CPU_ACPI_C1"
		register "acpi_c2" = "CPU_ACPI_C3"
		register "acpi_c3" = "CPU_ACPI_C7"
	end
	device domain 0 on
		ops sandybridge_pci_domain_ops
		device pci 00.0 alias host_bridge on ops sandybridge_host_bridge_ops end
		device pci 01.0 alias peg10 off end # PEG10
		device pci 01.1 alias peg11 off end # PEG11
		device pci 01.2 alias peg12 off end # PEG12
		device pci 02.0 alias igd off ops sandybridge_gma_func0_ops end # vga controller
		device pci 04.0 alias dev4 off end # Device 4
		device pci 06.0 alias peg60 off end # PEG60

		chip southbridge/intel/bd82x6x # Intel Series 6/7 PCH
			device pci 14.0 alias xhci off end       # USB 3.0 Controller (only on 7 series)
			device pci 16.0 alias mei1 on end        # Management Engine Interface 1
			device pci 16.1 alias mei2 off end       # Management Engine Interface 2
			device pci 16.2 alias me_ide_r off end   # Management Engine IDE-R
			device pci 16.3 alias me_kt off end      # Management Engine KT
			device pci 19.0 alias gbe off end        # Intel Gigabit Ethernet
			device pci 1a.0 alias ehci2 off end      # USB2 EHCI #2
			device pci 1b.0 alias hda off end        # High Definition Audio
			device pci 1c.0 alias pcie_rp1 off end   # PCIe Port #1
			device pci 1c.1 alias pcie_rp2 off end   # PCIe Port #2
			device pci 1c.2 alias pcie_rp3 off end   # PCIe Port #3
			device pci 1c.3 alias pcie_rp4 off end   # PCIe Port #4
			device pci 1c.4 alias pcie_rp5 off end   # PCIe Port #5
			device pci 1c.5 alias pcie_rp6 off end   # PCIe Port #6
			device pci 1c.6 alias pcie_rp7 off end   # PCIe Port #7
			device pci 1c.7 alias pcie_rp8 off end   # PCIe Port #8
			device pci 1d.0 alias ehci1 off end      # USB2 EHCI #1
			device pci 1e.0 alias pci_bridge off end # PCI bridge
			device pci 1f.0 alias lpc on end         # LPC bridge
			device pci 1f.2 alias sata1 off end      # SATA Controller 1
			device pci 1f.3 alias smbus on end       # SMBus
			device pci 1f.5 alias sata2 off end      # SATA Controller 2
			device pci 1f.6 alias thermal off end    # Thermal
		end
	end
end