Aamir Bohra has uploaded a new patch set (#4) to the change originally created by Kyösti Mälkki. ( https://review.coreboot.org/c/coreboot/+/34614 )
Change subject: device/pci_ops: Make PCI_BDF() available in all stages ......................................................................
device/pci_ops: Make PCI_BDF() available in all stages
Caller needs to take into account that bus numbers may have not been assigned yet. Same issue existed before with early ramstage and mostly does not cause problems when used with static devices on bus 0.
Change-Id: I4865b4277dbc858c8c2ffd2052defcaa1a92173c Signed-off-by: Kyösti Mälkki kyosti.malkki@gmail.com --- M src/device/pci_device.c M src/device/pci_ops.c M src/include/device/pci_ops.h 3 files changed, 22 insertions(+), 21 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/14/34614/4