* [U-Boot-Users] [Patch] OMAP MPU timers fix
@ 2006-08-16 23:06 Todd Allan
0 siblings, 0 replies; only message in thread
From: Todd Allan @ 2006-08-16 23:06 UTC (permalink / raw)
To: u-boot
The OMAP OSK5912 board code assumes U-Boot is entered with MPU timer 1
stopped. If entered via the reset vector from OS code that left the
timer running, the Load Timer Register value won't be loaded into the
timer when the Control Timer Register value is set, as expected. Since
the timer is placed into one-shot (not auto-reload) mode, the timer may
reach zero and stay at zero, causing udelay() to hang.
The attached patch is suggested for the 5912 OSK. It stops the timer,
leaving the input reference clock enabled, prior to starting. A glance
at the code would indicate that the 1610 Innovator and 730 P2 boards
could use this fix as well; I can send patches if desired, but have no
hardware on which to test.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: u-boot-mputimer-reset.patch
Type: text/x-patch
Size: 1320 bytes
Desc: not available
Url : http://lists.denx.de/pipermail/u-boot/attachments/20060816/74f96611/attachment.bin
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-08-16 23:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-16 23:06 [U-Boot-Users] [Patch] OMAP MPU timers fix Todd Allan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox