[U-Boot] [PATCH] bcm2835_wdt: support for the BCM2835/2836 watchdog

2017-02-10 Thread Paolo Pisati
Signed-off-by: Paolo Pisati --- arch/arm/mach-bcm283x/reset.c | 21 ++--- board/raspberrypi/rpi/rpi.c| 4 drivers/watchdog/Kconfig | 15 +++ drivers/watchdog/Makefile | 1 + drivers/watchdog/bcm2835_wdt.c | 35 +++

Re: [U-Boot] [PATCH] bcm2835_wdt: support for the BCM2835/2836 watchdog

2017-02-10 Thread Paolo Pisati
On Fri, Jan 27, 2017 at 04:20:10PM +, Brüns, Stefan wrote: > > ... > > + > > __efi_runtime_data struct bcm2835_wdog_regs *wdog_regs = > > (struct bcm2835_wdog_regs *)BCM2835_WDOG_PHYSADDR; > > > > -void __efi_runtime reset_cpu(ulong addr) > > +void __efi_runtime reset_cpu(ulong ticks) > >

Re: [U-Boot] [PATCH] bcm2835_wdt: support for the BCM2835/2836 watchdog

2017-01-27 Thread Brüns , Stefan
On Freitag, 27. Januar 2017 10:59:05 CET Paolo Pisati wrote: > Signed-off-by: Paolo Pisati > --- > arch/arm/mach-bcm283x/reset.c | 21 ++--- > board/raspberrypi/rpi/rpi.c| 4 > drivers/watchdog/Makefile | 1 + > drivers/watchdog/bcm2835_wdt.c | 34

[U-Boot] [PATCH] bcm2835_wdt: support for the BCM2835/2836 watchdog

2017-01-27 Thread Paolo Pisati
Signed-off-by: Paolo Pisati --- arch/arm/mach-bcm283x/reset.c | 21 ++--- board/raspberrypi/rpi/rpi.c| 4 drivers/watchdog/Makefile | 1 + drivers/watchdog/bcm2835_wdt.c | 34 ++ include/configs/rpi.h | 3 +++ scripts/conf

[U-Boot] [PATCH] bcm2835_wdt: support for the BCM2835/2836 watchdog

2017-01-27 Thread Paolo Pisati
Signed-off-by: Paolo Pisati --- arch/arm/mach-bcm283x/reset.c | 21 ++--- board/raspberrypi/rpi/rpi.c| 4 drivers/watchdog/Makefile | 1 + drivers/watchdog/bcm2835_wdt.c | 34 ++ include/configs/rpi.h | 3 +++ scripts/conf