mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-02 07:31:11 +01:00
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> |
||
|---|---|---|
| .. | ||
| at91cap9_devices.c | ||
| at91sam9m10g45_devices.c | ||
| at91sam9rl_devices.c | ||
| at91sam9260_devices.c | ||
| at91sam9261_devices.c | ||
| at91sam9263_devices.c | ||
| clock.c | ||
| config.mk | ||
| cpu.c | ||
| led.c | ||
| lowlevel_init.S | ||
| Makefile | ||
| reset.c | ||
| timer.c | ||