
On Sep 29, 2010, at 2:05 PM, Peter Tyser wrote:
From: John Schmoller jschmoller@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@xes-inc.com Signed-off-by: Peter Tyser ptyser@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(-)
Need a Wolfgang Ack. looks good to me.
Acked-by: Kumar Gala galak@kernel.crashing.org
- k