On 05/17/2016 03:52 AM, Bogdan Purcareata wrote: > When multiple PCI cards are present in an ls2080a board, the second > card does not get its msi-map set up properly due to a bug in computing > the bus number. > > The bus number returned by PCI_BDF() is not the actual PCI bus > number, but instead represents a global u-boot PCI bus number. A given > bus number is relative to hose->first_busno, so that has to be subtracted > from the PCI device id. > > Signed-off-by: Bogdan Purcareata <bogdan.purcare...@nxp.com> > Acked-by: Stuart Yoder <stuart.yo...@nxp.com> > --- > drivers/pci/pcie_layerscape.c | 9 ++++++--- > 1 file changed, 6 insertions(+), 3 deletions(-) >
Applied to fsl-qoriq master branch. Awaiting upstream. Thanks. York _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot