uboot-mt623x/lib_m68k
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 Big white-space cleanup. 2008-05-21 00:14:08 +02:00
board.c Add bb_miiphy_init call before any ethernet bring-up code. 2009-10-10 23:16:53 -07:00
bootm.c rename include/zlib.h to include/u-boot/zlib.h 2009-04-04 15:37:54 +02:00
cache.c * Some code cleanup 2004-02-12 00:47:09 +00:00
config.mk push LOAD_ADDR out to arch mk files 2009-09-04 23:06:34 +02:00
interrupts.c Fixed off-by-one errors in lib_m68k/interrupts.c 2009-01-24 01:19:23 +01:00
time.c Generic udelay() with watchdog support 2009-12-05 01:08:53 +01:00
traps.c * Some code cleanup 2004-02-12 00:47:09 +00:00