Re: [U-Boot] [PATCH u-boot sunxi 01/12] sunxi: Implement reset_cpu

2014-03-22 Thread Ian Campbell
On Sat, 2014-03-22 at 17:16 +0100, Hans de Goede wrote: > Hi, > > On 03/18/2014 11:25 AM, Ian Campbell wrote: > > On Tue, 2014-03-18 at 00:00 +0100, Hans de Goede wrote: > >> There is no way to reset the cpu, so use the watchdog for this. > > > > Did you see > > https://www.mail-archive.com/u-boo

Re: [U-Boot] [PATCH u-boot sunxi 01/12] sunxi: Implement reset_cpu

2014-03-22 Thread Hans de Goede
Hi, On 03/18/2014 11:25 AM, Ian Campbell wrote: > On Tue, 2014-03-18 at 00:00 +0100, Hans de Goede wrote: >> There is no way to reset the cpu, so use the watchdog for this. > > Did you see > https://www.mail-archive.com/u-boot@lists.denx.de/msg134259.html ? Ah no, but I've read it now. I think

Re: [U-Boot] [PATCH u-boot sunxi 01/12] sunxi: Implement reset_cpu

2014-03-18 Thread Ian Campbell
On Tue, 2014-03-18 at 00:00 +0100, Hans de Goede wrote: > There is no way to reset the cpu, so use the watchdog for this. Did you see https://www.mail-archive.com/u-boot@lists.denx.de/msg134259.html ? > > Signed-off-by: Hans de Goede > --- > arch/arm/cpu/armv7/sunxi/board.c| 7 +++

[U-Boot] [PATCH u-boot sunxi 01/12] sunxi: Implement reset_cpu

2014-03-17 Thread Hans de Goede
There is no way to reset the cpu, so use the watchdog for this. Signed-off-by: Hans de Goede --- arch/arm/cpu/armv7/sunxi/board.c| 7 +++ arch/arm/include/asm/arch-sunxi/timer.h | 4 2 files changed, 11 insertions(+) diff --git a/arch/arm/cpu/armv7/sunxi/board.c b/arch/arm/cpu/