rv1126-uboot/cpu/arm_cortexa8/omap3
Ingo van Lil 3eb90bad65 Generic udelay() with watchdog support
According to the PPC reference implementation the udelay() function is
responsible for resetting the watchdog timer as frequently as needed.
Most other architectures do not meet that requirement, so long-running
operations might result in a watchdog reset.

This patch adds a generic udelay() function which takes care of
resetting the watchdog before calling an architecture-specific
__udelay().

Signed-off-by: Ingo van Lil <inguin@gmx.de>
2009-12-05 01:08:53 +01:00
..
Makefile OMAP3 Move cache routine to cache.S 2009-10-13 06:17:33 -05:00
board.c OMAP3 Move cache routine to cache.S 2009-10-13 06:17:33 -05:00
cache.S OMAP3 Move cache routine to cache.S 2009-10-13 06:17:33 -05:00
clock.c omap3: remove typedefs for configuration structs 2009-08-08 11:33:23 +02:00
gpio.c OMAP3 Port kernel omap gpio interface. 2009-06-12 20:39:50 +02:00
lowlevel_init.S omap3: bug fix for NOR boot support 2009-08-08 11:59:40 +02:00
mem.c OMAP3: Fix SDRC init 2009-11-27 16:26:17 -06:00
reset.S ARM Cortex A8: Move OMAP3 specific reset handler 2009-07-22 23:39:42 +02:00
sys_info.c OMAP3:SDRC: Cleanup references to SDP 2009-11-27 16:26:16 -06:00
syslib.c OMAP3: Add common clock, memory and low level code 2009-01-24 17:51:21 +01:00
timer.c Generic udelay() with watchdog support 2009-12-05 01:08:53 +01:00