[U-Boot-Users] [PATCH] Support for OMAP1610 H2 platform

Woodruff, Richard r-woodruff2 at ti.com
Mon Feb 23 22:50:34 CET 2004


That file happens to have one more minor fix since then.  
In udelay():
   If( (tmo + tmp) < tmp ) /* if setting this for ... */

   Should be:
  
   If( tmo + tmp + 1) < tmp ) /* if setting this ... */


I found when leaving it set for a long time I could get caught in an
infinite loop... the time rolled between get_time() and the and the call to
get_timer_masked().  You generally don't hit it unless you let the board
sits at the boot prompt for long.

I'll submit more patches in the future for this and other fixes.......unless
Wolfgang applies them first, as I have recently sent him a snapshot.

Regards,

Richard W.


-----Original Message-----
From: u-boot-users-admin at lists.sourceforge.net
[mailto:u-boot-users-admin at lists.sourceforge.net] On Behalf Of Wolfgang Denk
Sent: Monday, February 23, 2004 3:35 PM
To: Kamat, Nishant
Cc: 'u-boot-users at lists.sourceforge.net'
Subject: Re: [U-Boot-Users] [PATCH] Support for OMAP1610 H2 platform 

In message <536A1C579C92D71193CC0008C791B02E02F1551E at dlee08.itg.ti.com> you
wrote:
> 
> This patch adds support for the OMAP1610 H2 platform. It also adds to
> cpu/arm926ejs/interrupt.c the fixes that Richard Woodruff had submitted
for
> arm925 (see below). Finally, a minor timer related bug in OMAP1610
Innovator
> is fixed and support for booting through Flash or ROM is added for both
the
> OMAP1610 Innovator and H2.

Added, thanks.

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd at denx.de
If in any problem you find yourself doing an immense amount of  work,
the answer can be obtained by simple inspection.


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users




More information about the U-Boot mailing list