projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f03cbf
)
85xx: Enable inbound PCI config cycles for X-ES boards cleanup
author
Peter Tyser
<ptyser@xes-inc.com>
Tue, 23 Dec 2008 22:32:01 +0000
(16:32 -0600)
committer
Andrew Fleming-AFLEMING
<afleming@freescale.com>
Mon, 29 Dec 2008 18:48:19 +0000
(12:48 -0600)
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
board/xes/common/fsl_85xx_pci.c
patch
|
blob
|
history
diff --git
a/board/xes/common/fsl_85xx_pci.c
b/board/xes/common/fsl_85xx_pci.c
index cd65a7341e6ca360f7ef66d65087671a72678ede..9673a02b5baa7f20f91d6f31c68b137d55a4b5b4 100644
(file)
--- 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);