From mboxrd@z Thu Jan 1 00:00:00 1970 From: Todd Allan Date: Wed, 16 Aug 2006 16:06:30 -0700 Subject: [U-Boot-Users] [Patch] OMAP MPU timers fix Message-ID: <44E3A4F6.7000004@picovex.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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