summaryrefslogtreecommitdiffstats
path: root/board/xes/common
diff options
context:
space:
mode:
authorPeter Tyser <ptyser@xes-inc.com>2008-12-23 16:32:01 -0600
committerAndrew Fleming-AFLEMING <afleming@freescale.com>2008-12-29 12:48:19 -0600
commitd9011f9b75561a0bd9254934c2bb2bc799d4f645 (patch)
treee27e38e09a955d1ae70c446b0d0547c5518312c8 /board/xes/common
parent1f03cbfae221b24ba1341a0a3f62ff01c5c874df (diff)
downloadblackbird-obmc-uboot-d9011f9b75561a0bd9254934c2bb2bc799d4f645.tar.gz
blackbird-obmc-uboot-d9011f9b75561a0bd9254934c2bb2bc799d4f645.zip
85xx: Enable inbound PCI config cycles for X-ES boards cleanup
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'board/xes/common')
-rw-r--r--board/xes/common/fsl_85xx_pci.c4
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 cd65a7341e..9673a02b5b 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);
OpenPOWER on IntegriCloud