
Signed-off-by: Peter Tyser ptyser@xes-inc.com --- This should be applied to the 85xx repository and depends on the currently applied "85xx: Enable inbound PCI config cycles for X-ES boards" and "XPedite5200 board support".
board/xes/common/fsl_85xx_pci.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/board/xes/common/fsl_85xx_pci.c b/board/xes/common/fsl_85xx_pci.c index cd65a73..9673a02 100644 --- a/board/xes/common/fsl_85xx_pci.c +++ b/board/xes/common/fsl_85xx_pci.c @@ -179,6 +179,10 @@ void pci_init_board(void)
fsl_pci_init(hose);
+ /* Unlock inbound PCI configuration cycles */ + if (!host) + fsl_pci_config_unlock(hose); + first_free_busno = hose->last_busno + 1; printf(" PCI1 on bus %02x - %02x\n", hose->first_busno, hose->last_busno);