uboot-mt623x/lib_i386
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 i386: Reorder source objects in lib_i386 Makefile 2009-12-05 01:02:30 +01:00
bios.S i386: Remove inline asm symbols from .dynsym 2009-12-05 01:04:44 +01:00
bios.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
bios_pci.S i386: Remove inline asm symbols from .dynsym 2009-12-05 01:04:44 +01:00
bios_setup.c i386: Move references to link script exports 2009-12-05 01:05:07 +01:00
board.c i386: Final Relocation 2009-12-05 01:05:39 +01:00
bootm.c rename include/zlib.h to include/u-boot/zlib.h 2009-04-04 15:37:54 +02:00
config.mk push LOAD_ADDR out to arch mk files 2009-09-04 23:06:34 +02:00
interrupts.c i386: Final Relocation 2009-12-05 01:05:39 +01:00
pcat_interrupts.c i386: Rearrange Interupt Handling 2009-12-05 01:04:18 +01:00
pcat_timer.c Generic udelay() with watchdog support 2009-12-05 01:08:53 +01:00
pci.c i386: Moved PCI from #ifdef to conditional compile for sc520 boards 2009-09-04 21:57:22 +02:00
pci_type1.c i386: Moved PCI from #ifdef to conditional compile for sc520 boards 2009-09-04 21:57:22 +02:00
realmode.c i386: Move references to link script exports 2009-12-05 01:05:07 +01:00
realmode_switch.S Big white-space cleanup. 2008-05-21 00:14:08 +02:00
timer.c i386: Final Relocation 2009-12-05 01:05:39 +01:00
video.c stdio/device: rework function naming convention 2009-07-18 00:27:46 +02:00
video_bios.c i386: Misc PCI fixups 2009-09-04 21:52:52 +02:00
zimage.c [new uImage] Remove I386 uImage fake_header() routine 2008-02-07 01:12:55 +01:00