[U-Boot] [PATCH 04/17] pci: Add ability to re-enumerate PCI buses

Peter Tyser ptyser at xes-inc.com
Thu Oct 21 07:31:04 CEST 2010


On Wed, 2010-10-20 at 21:57 +0200, Wolfgang Denk wrote:
> Dear Peter Tyser,
> 
> In message <1285787156-6005-4-git-send-email-ptyser at xes-inc.com> you wrote:
> > From: John Schmoller <jschmoller at xes-inc.com>
> > 
> > Add a new 'pci enum' command which re-enumerates the PCI buses.  This
> > command is enabled via the CONFIG_CMD_PCI_ENUM define and can be useful
> > in boards with FPGAs connected via PCI/PCIe, boards that support PCI
> > hot-plugging, or during PCI debug.
> > 
> > Also enable the 'pci enum' command for X-ES's Freescale-based boards.
> > 
> > Signed-off-by: John Schmoller <jschmoller at xes-inc.com>
> > Signed-off-by: Peter Tyser <ptyser at xes-inc.com>
> > ---
> >  common/cmd_pci.c              |   13 +++++++++++++
> >  drivers/pci/fsl_pci_init.c    |    3 +++
> >  drivers/pci/pci.c             |    4 +++-
> >  include/configs/XPEDITE5170.h |    1 +
> >  include/configs/XPEDITE5200.h |    1 +
> >  include/configs/XPEDITE5370.h |    1 +
> >  include/configs/XPEDITE5500.h |    1 +
> >  7 files changed, 23 insertions(+), 1 deletions(-)
> 
> Acked-by: Wolfgang Denk <wd at denx.de>
> 
> Peter, I tried to apply, but I cannot:
> 
> Applying: pci: Add ability to re-enumerate PCI buses
> fatal: sha1 information is lacking or useless (include/configs/XPEDITE5170.h).
> Repository lacks necessary blobs to fall back on 3-way merge.
> Cannot fall back to three-way merge.
> Patch failed at 0001 pci: Add ability to re-enumerate PCI buses

I'll rebase and resubmit with your ack and let Kumar pick it up since it
touches some 85xx board config files which get moved in the series.

Thanks,
Peter



More information about the U-Boot mailing list