Searched hist:"3 eb90bad" (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/examples/api/ |
H A D | libgenwrap.c | 3eb90bad Tue Nov 24 07:09:21 CST 2009 Ingo van Lil <inguin@gmx.de> 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>
|
H A D | Makefile | 3eb90bad Tue Nov 24 07:09:21 CST 2009 Ingo van Lil <inguin@gmx.de> 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>
|
/openbmc/u-boot/board/armltd/integrator/ |
H A D | timer.c | 3eb90bad Tue Nov 24 07:09:21 CST 2009 Ingo van Lil <inguin@gmx.de> 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>
|
/openbmc/u-boot/board/freescale/mpc8313erdb/ |
H A D | sdram.c | 3eb90bad Tue Nov 24 07:09:21 CST 2009 Ingo van Lil <inguin@gmx.de> 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>
|
/openbmc/u-boot/include/ |
H A D | exports.h | 3eb90bad Tue Nov 24 07:09:21 CST 2009 Ingo van Lil <inguin@gmx.de> 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>
|
H A D | common.h | 3eb90bad Tue Nov 24 07:09:21 CST 2009 Ingo van Lil <inguin@gmx.de> 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>
|