[PATCH v2] sbc8560: Fix warm reboot with board specific reset function

Kumar Gala galak at kernel.crashing.org
Sat Aug 15 06:21:14 EST 2009


On Aug 14, 2009, at 9:36 AM, Paul Gortmaker wrote:

> From: Liang Li <Liang.Li at windriver.com>
>
> The existing fsl_rstcr_restart function is not applicable to the
> mpc8560. The Global Utilities Block on this earlier CPU doesn't have
> the control/reset register at 0xe00b0.  This implements a board
> specific reset function that uses the RCR(Reset Control Register) of
> the sbc8560's EPLD to do a reset.
>
> Signed-off-by: Liang Li <Liang.Li at windriver.com>
> Signed-off-by: Paul Gortmaker <paul.gortmaker at windriver.com>
> ---
>
> v2: update comment, change outb(x, inb(x)&0x7f) --> clrbits(x,0x80)


applied to next

- k


More information about the Linuxppc-dev mailing list