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

2009-08-14 Thread Kumar Gala
On Aug 14, 2009, at 9:43 AM, Paul Gortmaker wrote: Kumar Gala wrote: On Aug 13, 2009, at 6:06 PM, Paul Gortmaker wrote: From: Liang Li The existing fsl_rstcr_restart function fails to reset the sbc8560 board. This implements a board specific reset function that uses the RCR(Reset Control Re

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

2009-08-14 Thread Paul Gortmaker
Kumar Gala wrote: On Aug 13, 2009, at 6:06 PM, Paul Gortmaker wrote: From: Liang Li The existing fsl_rstcr_restart function fails to reset the sbc8560 board. This implements a board specific reset function that uses the RCR(Reset Control Register) of the board's EPLD to do a reset. Signed-o

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

2009-08-13 Thread Kumar Gala
On Aug 13, 2009, at 6:06 PM, Paul Gortmaker wrote: From: Liang Li The existing fsl_rstcr_restart function fails to reset the sbc8560 board. This implements a board specific reset function that uses the RCR(Reset Control Register) of the board's EPLD to do a reset. Signed-off-by: Liang Li Si

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

2009-08-13 Thread Kumar Gala
On Aug 13, 2009, at 6:06 PM, Paul Gortmaker wrote: From: Liang Li The existing fsl_rstcr_restart function fails to reset the sbc8560 board. This implements a board specific reset function that uses the RCR(Reset Control Register) of the board's EPLD to do a reset. Signed-off-by: Liang Li Si

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

2009-08-13 Thread Paul Gortmaker
From: Liang Li The existing fsl_rstcr_restart function fails to reset the sbc8560 board. This implements a board specific reset function that uses the RCR(Reset Control Register) of the board's EPLD to do a reset. Signed-off-by: Liang Li Signed-off-by: Paul Gortmaker --- arch/powerpc/platform