diff options
author | Felix Singer <felixsinger@posteo.net> | 2024-01-18 06:48:49 +0100 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-01-19 07:59:19 +0000 |
commit | 8c9c7f5070574b4529750d5f3bd0c1677f61d994 (patch) | |
tree | 94fbac924c915b0aa1a22c8b9f380e538d7cd2c9 /src/mainboard | |
parent | 023846e2a2e05ac77ae62666353f7ca701ab5b4e (diff) |
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>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/dell/snb_ivb_workstations/variants/optiplex_9010_sff/overridetree.cb | 8 | ||||
-rw-r--r-- | src/mainboard/dell/snb_ivb_workstations/variants/precision_t1650/overridetree.cb | 12 |
2 files changed, 10 insertions, 10 deletions
diff --git a/src/mainboard/dell/snb_ivb_workstations/variants/optiplex_9010_sff/overridetree.cb b/src/mainboard/dell/snb_ivb_workstations/variants/optiplex_9010_sff/overridetree.cb index bfe453fa5d..c17593aa87 100644 --- a/src/mainboard/dell/snb_ivb_workstations/variants/optiplex_9010_sff/overridetree.cb +++ b/src/mainboard/dell/snb_ivb_workstations/variants/optiplex_9010_sff/overridetree.cb @@ -3,12 +3,12 @@ chip northbridge/intel/sandybridge subsystemid 0x1028 0x052c inherit chip southbridge/intel/bd82x6x # Intel Series 7 Panther Point PCH 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" end - device pci 1c.5 on end # PCIe Port #6 - device pci 1c.6 on end # PCIe Port #7 - device pci 1c.7 on end # PCIe Port #8 + device ref pcie_rp6 on end # PCIe Port #6 + device ref pcie_rp7 on end # PCIe Port #7 + device ref pcie_rp8 on end # PCIe Port #8 end end end diff --git a/src/mainboard/dell/snb_ivb_workstations/variants/precision_t1650/overridetree.cb b/src/mainboard/dell/snb_ivb_workstations/variants/precision_t1650/overridetree.cb index 81133ee382..fbc21d83e3 100644 --- a/src/mainboard/dell/snb_ivb_workstations/variants/precision_t1650/overridetree.cb +++ b/src/mainboard/dell/snb_ivb_workstations/variants/precision_t1650/overridetree.cb @@ -4,16 +4,16 @@ chip northbridge/intel/sandybridge chip southbridge/intel/bd82x6x # Intel Series 7 Panther Point PCH 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" end - device pci 1c.4 on # PCIe Port #5 + device ref pcie_rp5 on # PCIe Port #5 smbios_slot_desc "SlotTypePciExpressGen2X16" "SlotLengthLong" "SLOT4" "SlotDataBusWidth4X" end - device pci 1c.5 on end # PCIe Port #6 - device pci 1c.6 on end # PCIe Port #7 - device pci 1c.7 on end # PCIe Port #8 - device pci 1e.0 on # PCI bridge + device ref pcie_rp6 on end # PCIe Port #6 + device ref pcie_rp7 on end # PCIe Port #7 + device ref pcie_rp8 on end # PCIe Port #8 + device ref pci_bridge on # PCI bridge smbios_slot_desc "SlotTypePci" "SlotLengthLong" "SLOT3" "SlotDataBusWidth32Bit" end end |