Re: [PATCH] mpc8540 : Fix restart

2008-04-14 Thread Kumar Gala
What do you propose then ? The ability to reboot without power-off is really needed for embedded targets. And abort() from head_fsl.S seems really close to reboot. Boards should provide system logic mechanism that should be used. The problem is abort() only resets the core. The rest

[PATCH] mpc8540 : Fix restart

2008-04-09 Thread Philippe De Muyter
Hi everybody, Previously, with the arch/ppc tree, mpc8540 boards could reboot. Now with the arch/powerpc tree, they can not anymore. Fix that. Signed-off-by: Philippe De Muyter [EMAIL PROTECTED] --- a/arch/powerpc/sysdev/fsl_soc.c 2008-03-21 14:53:41.0 +

Re: [PATCH] mpc8540 : Fix restart

2008-04-09 Thread Kumar Gala
On Apr 9, 2008, at 5:12 PM, Philippe De Muyter wrote: Hi everybody, Previously, with the arch/ppc tree, mpc8540 boards could reboot. Now with the arch/powerpc tree, they can not anymore. Fix that. Signed-off-by: Philippe De Muyter [EMAIL PROTECTED] ---

Re: [PATCH] mpc8540 : Fix restart

2008-04-09 Thread Philippe De Muyter
On Wed, Apr 09, 2008 at 05:51:40PM -0500, Kumar Gala wrote: On Apr 9, 2008, at 5:12 PM, Philippe De Muyter wrote: Hi everybody, Previously, with the arch/ppc tree, mpc8540 boards could reboot. Now with the arch/powerpc tree, they can not anymore. Fix that. Signed-off-by: