From 2009b998345f9c37e773c3908e53749f24c6a138 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Tue, 5 Dec 2023 00:42:25 +0100 Subject: nb/amd/pi/00730F01/chipset.cb: don't call dummy function host bridge Function 0 of the device that has the bridges to other buses is a dummy function that can be left enabled to not have to shuffle around the device function numbers when the first PCI bridge on that device isn't enabled. That dummy device function is however not a PCI host bridge, so change the comment from 'Dummy Host Bridge' to 'Dummy device function'. Signed-off-by: Felix Held Suggested-by: Nico Huber Change-Id: I6069205bd2e1cb0f75025e9f330afc50462e742a Reviewed-on: https://review.coreboot.org/c/coreboot/+/79397 Reviewed-by: Matt DeVillier Tested-by: build bot (Jenkins) --- src/northbridge/amd/pi/00730F01/chipset.cb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/northbridge/amd') diff --git a/src/northbridge/amd/pi/00730F01/chipset.cb b/src/northbridge/amd/pi/00730F01/chipset.cb index bc794262c9..40eb3ef36d 100644 --- a/src/northbridge/amd/pi/00730F01/chipset.cb +++ b/src/northbridge/amd/pi/00730F01/chipset.cb @@ -11,7 +11,7 @@ chip northbridge/amd/pi/00730F01 device pci 0.2 alias iommu off end device pci 1.0 alias gfx off end device pci 1.1 alias gfx_hda off end - device pci 2.0 on end # Dummy Host Bridge, do not disable + device pci 2.0 on end # Dummy device function, do not disable device pci 2.1 alias gpp_bridge_0 off end device pci 2.2 alias gpp_bridge_1 off end device pci 2.3 alias gpp_bridge_2 off end -- cgit v1.2.3