From 0e1dd77723dce19f2204c310a489b1f04114acba Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Thu, 18 Jan 2024 05:45:34 +0100 Subject: mb/hp/snb_ivb_desktops: Convert remaining PCI numbers into references Change-Id: I31e348ba5954bc463f43e769ddb4aed413faf193 Signed-off-by: Felix Singer Reviewed-on: https://review.coreboot.org/c/coreboot/+/80046 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Rudolph --- .../variants/z220_cmt_workstation/overridetree.cb | 14 +++++++------- .../variants/z220_sff_workstation/overridetree.cb | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/mainboard/hp/snb_ivb_desktops/variants/z220_cmt_workstation/overridetree.cb b/src/mainboard/hp/snb_ivb_desktops/variants/z220_cmt_workstation/overridetree.cb index 55bdaac23a..3634b9005e 100644 --- a/src/mainboard/hp/snb_ivb_desktops/variants/z220_cmt_workstation/overridetree.cb +++ b/src/mainboard/hp/snb_ivb_desktops/variants/z220_cmt_workstation/overridetree.cb @@ -3,16 +3,16 @@ chip northbridge/intel/sandybridge device domain 0 on subsystemid 0x103c 0x1791 inherit - device pci 06.0 on end # Extra x4 port on north bridge + device ref peg60 on end # Extra x4 port on north bridge chip southbridge/intel/bd82x6x register "sata_port_map" = "0x3f" - device pci 1c.1 on end # PCIe Port #2 - device pci 1c.2 on end # PCIe Port #3 - device pci 1c.3 on end # PCIe Port #4 - 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_rp2 on end # PCIe Port #2 + device ref pcie_rp3 on end # PCIe Port #3 + device ref pcie_rp4 on end # PCIe Port #4 + 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/hp/snb_ivb_desktops/variants/z220_sff_workstation/overridetree.cb b/src/mainboard/hp/snb_ivb_desktops/variants/z220_sff_workstation/overridetree.cb index c31bf336d1..8b827f872c 100644 --- a/src/mainboard/hp/snb_ivb_desktops/variants/z220_sff_workstation/overridetree.cb +++ b/src/mainboard/hp/snb_ivb_desktops/variants/z220_sff_workstation/overridetree.cb @@ -6,7 +6,7 @@ chip northbridge/intel/sandybridge chip southbridge/intel/bd82x6x register "sata_port_map" = "0xf" - device pci 1c.4 on end # dummy setting + device ref pcie_rp5 on end # dummy setting end end end -- cgit v1.2.3