Re: [U-Boot] [PATCH 23/23] efi_loader: implement SetWatchdogTimer

2017-08-31 Thread Simon Glass
On 27 August 2017 at 06:54, Heinrich Schuchardt wrote: > The watchdog is initialized with a 5 minute timeout period. > It can be reset by SetWatchdogTimer. > It is stopped by ExitBoottimeServices. > > Signed-off-by: Heinrich Schuchardt > --- > cmd/bootefi.c | 1 + > include/efi_

[U-Boot] [PATCH 23/23] efi_loader: implement SetWatchdogTimer

2017-08-26 Thread Heinrich Schuchardt
The watchdog is initialized with a 5 minute timeout period. It can be reset by SetWatchdogTimer. It is stopped by ExitBoottimeServices. Signed-off-by: Heinrich Schuchardt --- cmd/bootefi.c | 1 + include/efi_loader.h | 4 +++ lib/efi_loader/Makefile | 2 +- lib/