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:
48ab150
)
Blackfin: add comment about anomaly 05000430 avoidance
author
Mike Frysinger
<vapier@gentoo.org>
Sat, 4 Apr 2009 12:29:55 +0000
(08:29 -0400)
committer
Mike Frysinger
<vapier@gentoo.org>
Mon, 6 Apr 2009 21:37:48 +0000
(17:37 -0400)
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
cpu/blackfin/initcode.c
patch
|
blob
|
history
diff --git
a/cpu/blackfin/initcode.c
b/cpu/blackfin/initcode.c
index 7f54860786e2cfb522d926c4c0316e512454eef1..062cbb80b86f3e3e4f53aad67b0b86948189ff55 100644
(file)
--- a/
cpu/blackfin/initcode.c
+++ b/
cpu/blackfin/initcode.c
@@
-335,6
+335,7
@@
void initcode(ADI_BOOT_DATA *bootstruct)
if (!ANOMALY_05000386) {
serial_putc('F');
+ /* Always programming PLL_LOCKCNT avoids Anomaly 05000430 */
ADI_SYSCTRL_VALUES memory_settings;
uint32_t actions = SYSCTRL_WRITE | SYSCTRL_PLLCTL | SYSCTRL_PLLDIV | SYSCTRL_LOCKCNT;
if (CONFIG_HAS_VR) {
@@
-379,6
+380,7
@@
void initcode(ADI_BOOT_DATA *bootstruct)
serial_putc('H');
+ /* Always programming PLL_LOCKCNT avoids Anomaly 05000430 */
bfin_write_PLL_LOCKCNT(CONFIG_PLL_LOCKCNT_VAL);
serial_putc('I');