uboot-mt623x/cpu/arm926ejs/davinci
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 TI DaVinci: DM646x: Initial Support for DM646x SOC 2009-10-13 06:17:34 -05:00
config.mk arm: Remove -fno-strict-aliasing 2009-09-04 22:15:53 +02:00
cpu.c TI DA8xx: Add DA8xx cpu functions 2009-11-27 16:26:14 -06:00
dm355.c davinci: add basic dm355/dm350/dm335 support 2009-06-12 20:39:48 +02:00
dm365.c ARM: DaVinci: DaVinci DM365 SOC specific code 2009-09-05 13:48:07 +02:00
dm644x.c davinci: fix dm644x buglets 2009-06-12 20:39:48 +02:00
dm646x.c TI DaVinci: DM646x: Initial Support for DM646x SOC 2009-10-13 06:17:34 -05:00
dp83848.c ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c 2008-09-12 02:20:47 +02:00
lowlevel_init.S Big white-space cleanup. 2008-05-21 00:14:08 +02:00
lxt972.c ARM DaVinci: Changing function names for EMAC driver 2008-08-31 00:39:46 +02:00
psc.c TI DA8xx: Add DA8xx cpu functions 2009-11-27 16:26:14 -06:00
reset.S ARM DaVinci: Reset with watchdog enabled 2009-06-12 20:39:51 +02:00
timer.c Generic udelay() with watchdog support 2009-12-05 01:08:53 +01:00