mb/dell/snb_ivb_workst: Convert remaining PCI numbers into references
Change-Id: I9c6d931d5d5650eb5818116050f9f599a815c315 Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/80052 Reviewed-by: Michał Żygowski <michal.zygowski@3mdeb.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
023846e2a2
commit
8c9c7f5070
|
@ -3,12 +3,12 @@ chip northbridge/intel/sandybridge
|
||||||
subsystemid 0x1028 0x052c inherit
|
subsystemid 0x1028 0x052c inherit
|
||||||
chip southbridge/intel/bd82x6x # Intel Series 7 Panther Point PCH
|
chip southbridge/intel/bd82x6x # Intel Series 7 Panther Point PCH
|
||||||
register "sata_port_map" = "0x7"
|
register "sata_port_map" = "0x7"
|
||||||
device pci 1c.4 on # PCIe Port #5
|
device ref pcie_rp5 on # PCIe Port #5
|
||||||
smbios_slot_desc "SlotTypePciExpressGen2X16" "SlotLengthLong" "SLOT2" "SlotDataBusWidth4X"
|
smbios_slot_desc "SlotTypePciExpressGen2X16" "SlotLengthLong" "SLOT2" "SlotDataBusWidth4X"
|
||||||
end
|
end
|
||||||
device pci 1c.5 on end # PCIe Port #6
|
device ref pcie_rp6 on end # PCIe Port #6
|
||||||
device pci 1c.6 on end # PCIe Port #7
|
device ref pcie_rp7 on end # PCIe Port #7
|
||||||
device pci 1c.7 on end # PCIe Port #8
|
device ref pcie_rp8 on end # PCIe Port #8
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -4,16 +4,16 @@ chip northbridge/intel/sandybridge
|
||||||
|
|
||||||
chip southbridge/intel/bd82x6x # Intel Series 7 Panther Point PCH
|
chip southbridge/intel/bd82x6x # Intel Series 7 Panther Point PCH
|
||||||
register "sata_port_map" = "0xf"
|
register "sata_port_map" = "0xf"
|
||||||
device pci 1c.2 on # PCIe Port #3
|
device ref pcie_rp3 on # PCIe Port #3
|
||||||
smbios_slot_desc "SlotTypePciExpressGen2X1" "SlotLengthShort" "SLOT2" "SlotDataBusWidth1X"
|
smbios_slot_desc "SlotTypePciExpressGen2X1" "SlotLengthShort" "SLOT2" "SlotDataBusWidth1X"
|
||||||
end
|
end
|
||||||
device pci 1c.4 on # PCIe Port #5
|
device ref pcie_rp5 on # PCIe Port #5
|
||||||
smbios_slot_desc "SlotTypePciExpressGen2X16" "SlotLengthLong" "SLOT4" "SlotDataBusWidth4X"
|
smbios_slot_desc "SlotTypePciExpressGen2X16" "SlotLengthLong" "SLOT4" "SlotDataBusWidth4X"
|
||||||
end
|
end
|
||||||
device pci 1c.5 on end # PCIe Port #6
|
device ref pcie_rp6 on end # PCIe Port #6
|
||||||
device pci 1c.6 on end # PCIe Port #7
|
device ref pcie_rp7 on end # PCIe Port #7
|
||||||
device pci 1c.7 on end # PCIe Port #8
|
device ref pcie_rp8 on end # PCIe Port #8
|
||||||
device pci 1e.0 on # PCI bridge
|
device ref pci_bridge on # PCI bridge
|
||||||
smbios_slot_desc "SlotTypePci" "SlotLengthLong" "SLOT3" "SlotDataBusWidth32Bit"
|
smbios_slot_desc "SlotTypePci" "SlotLengthLong" "SLOT3" "SlotDataBusWidth32Bit"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue