summaryrefslogtreecommitdiffstats
path: root/board/syteco
diff options
context:
space:
mode:
authorJohn Rigby <john.rigby@linaro.org>2010-12-27 14:33:10 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-07-04 10:55:26 +0200
commitaadcfc179a5f9ef61c8201da9dff34f8394c1054 (patch)
tree579d3a0accadd0ebdab5155bf13b353d447fac36 /board/syteco
parentf84d64dbf69e84b34140219e630641079fdef37f (diff)
downloadtalos-obmc-uboot-aadcfc179a5f9ef61c8201da9dff34f8394c1054.tar.gz
talos-obmc-uboot-aadcfc179a5f9ef61c8201da9dff34f8394c1054.zip
OMAP[34]: fix broken timer
As implemented now the timer used to implement __udelay counts to 0xffffffff and then gets stuck there because the the programmed reload value is 0xffffffff. This value is not only wrong but illegal according to the reference manual. One can reproduce the bug by leaving a board at the u-boot prompt for sometime then issuing a sleep command. The sleep will hang forever. The timer is a count up timer that reloads as it rolls over from 0xffffffff so the correct load value is 0. Change TIMER_LOAD_VAL from 0xffffffff to 0 and introduce a new constant called TIMER_OVERFLOW_VAL set to 0xffffffff. Signed-off-by: John Rigby <john.rigby@linaro.org> Tested-by: Igor Grinberg <grinberg@compulab.co.il>
Diffstat (limited to 'board/syteco')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud