u-boot-brain/cpu/arm926ejs/at91
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
..
at91cap9_devices.c at91: Add CAN init function 2009-07-06 21:52:43 +02:00
at91sam9m10g45_devices.c at91: Introduction of at91sam9g45 SOC. 2009-07-12 17:43:34 +02:00
at91sam9rl_devices.c at91: regroup IP hw init in one file per soc 2009-06-12 20:39:51 +02:00
at91sam9260_devices.c Add support for the Calao SBC35-A9G20 board 2009-09-01 22:13:37 +02:00
at91sam9261_devices.c at91: regroup IP hw init in one file per soc 2009-06-12 20:39:51 +02:00
at91sam9263_devices.c at91: Add CAN init function 2009-07-06 21:52:43 +02:00
clock.c at91: Introduction of at91sam9g45 SOC. 2009-07-12 17:43:34 +02:00
config.mk arm: unify linker script 2009-06-12 20:39:52 +02:00
cpu.c at91: move cpu info print to cpu 2009-06-12 20:45:46 +02:00
led.c at91sam9/at91cap: move common led management to cpu 2009-03-22 13:22:08 +01:00
lowlevel_init.S Add support for Eukrea CPU9260/CPU9G20 SBC 2009-10-13 06:17:35 -05:00
Makefile at91: Introduction of at91sam9g10 SOC. 2009-07-12 17:56:11 +02:00
reset.c at91: extract reset from timer 2009-06-12 20:39:53 +02:00
timer.c Generic udelay() with watchdog support 2009-12-05 01:08:53 +01:00