summaryrefslogtreecommitdiffstats
path: root/src/northbridge
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2022-11-12 14:51:49 +0100
committerPaul Fagerburg <pfagerburg@chromium.org>2023-02-04 01:42:39 +0000
commitb5df65a9aaee50421913ace6d7a4b35e0ddff676 (patch)
treeaa885e29c4e724f4fb583bca5c93fe1243e95da2 /src/northbridge
parent9ce7935b490830a709c62e271bf269801520ec29 (diff)
downloadcoreboot-b5df65a9aaee50421913ace6d7a4b35e0ddff676.tar.gz
coreboot-b5df65a9aaee50421913ace6d7a4b35e0ddff676.tar.bz2
coreboot-b5df65a9aaee50421913ace6d7a4b35e0ddff676.zip
mb/*: Replace SNB PCI devices with references from chipset.cb
Removing default on/off from mainboard devicetrees is left as a follow-up. Change-Id: I74c34a97ea4340fb11a0db422a48e1418221627e Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/69502 Reviewed-by: Jakub Czapiga <jacz@semihalf.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Diffstat (limited to 'src/northbridge')
-rw-r--r--src/northbridge/intel/sandybridge/chipset.cb33
1 files changed, 33 insertions, 0 deletions
diff --git a/src/northbridge/intel/sandybridge/chipset.cb b/src/northbridge/intel/sandybridge/chipset.cb
index afa1e5b52668..5635ca601e07 100644
--- a/src/northbridge/intel/sandybridge/chipset.cb
+++ b/src/northbridge/intel/sandybridge/chipset.cb
@@ -10,5 +10,38 @@ chip northbridge/intel/sandybridge
end
device domain 0 on
ops sandybridge_pci_domain_ops
+ device pci 00.0 alias host_bridge on end # host bridge
+ 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 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