Home
last modified time | relevance | path

Searched hist:"3 eb90bad" (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/examples/api/
H A Dlibgenwrap.c3eb90bad 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 DMakefile3eb90bad 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 Dtimer.c3eb90bad 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 Dsdram.c3eb90bad 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 Dexports.h3eb90bad 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 Dcommon.h3eb90bad 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>