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:
c231d00
)
Local Bus Timeout increased.
author
stroese
<stroese>
Fri, 23 May 2003 11:33:57 +0000
(11:33 +0000)
committer
stroese
<stroese>
Fri, 23 May 2003 11:33:57 +0000
(11:33 +0000)
board/esd/pci405/pci405.c
patch
|
blob
|
history
diff --git
a/board/esd/pci405/pci405.c
b/board/esd/pci405/pci405.c
index 9035bdba45ea4b39893a9a7cf87a52fdfbd39c32..18d24a8738a86f2c9618db53562e519a6fdf3c13 100644
(file)
--- a/
board/esd/pci405/pci405.c
+++ b/
board/esd/pci405/pci405.c
@@
-84,6
+84,11
@@
int board_pre_init (void)
cntrl0Reg = mfdcr(cntrl0);
mtdcr(cntrl0, cntrl0Reg | 0x00008000);
+ /*
+ * EBC Configuration Register: set ready timeout to 512 ebc-clks -> ca. 25 us
+ */
+ mtebc (epcr, 0xa8400000); /* ebc always driven */
+
return 0;
}
@@
-186,7
+191,7
@@
int misc_init_r (void)
}
}
mtdcr(uicsr, 0xFFFFFFFF); /* clear all ints */
-
+
*magic = 0; /* clear pci reconfig magic again */
}