Re: [U-Boot] [PATCH] OMAP[34]: fix broken timer

2011-06-29 Thread Albert ARIBAUD
Hi John, Le 28/12/2010 01:33, John Rigby a écrit : As implemented now the timer used to implement __udelay counts to 0x and then gets stuck there because the the programmed reload value is 0x. This value is not only wrong but illegal according to the reference manual. One

Re: [U-Boot] [PATCH] OMAP[34]: fix broken timer

2011-06-28 Thread Igor Grinberg
Sandeep, Albert, Please, apply this patch. It fixes a real issue with timer on omap. Thanks On 12/28/10 02:33, John Rigby wrote: As implemented now the timer used to implement __udelay counts to 0x and then gets stuck there because the the programmed reload value is 0x.

[U-Boot] [PATCH] OMAP[34]: fix broken timer

2010-12-27 Thread John Rigby
As implemented now the timer used to implement __udelay counts to 0x and then gets stuck there because the the programmed reload value is 0x. 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