u-boot/cpu/arm920t/s3c24x0
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
..
interrupts.c Add a unified s3c24x0 header file 2009-11-27 16:26:13 -06:00
Makefile S3C24x0: extract interrupts from timer 2009-07-06 21:52:35 +02:00
speed.c Add a unified s3c24x0 header file 2009-11-27 16:26:13 -06:00
timer.c Generic udelay() with watchdog support 2009-12-05 01:08:53 +01:00
usb.c Add a unified s3c24x0 header file 2009-11-27 16:26:13 -06:00
usb_ohci.c Add a unified s3c24x0 header file 2009-11-27 16:26:13 -06:00
usb_ohci.h Clean-up of cpu_arm920t and cpu_arm920t_s3c24x0 code 2009-10-13 21:13:56 -05:00