[U-Boot] [PATCH 06/11] efi_loader: implement SetWatchdogTimer
Simon Glass
sjg at chromium.org
Mon Oct 9 04:48:37 UTC 2017
On 7 October 2017 at 22:57, Heinrich Schuchardt <xypron.glpk at gmx.de> 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 <xypron.glpk at gmx.de>
> ---
> cmd/bootefi.c | 1 +
> include/efi_loader.h | 4 +++
> lib/efi_loader/Makefile | 2 +-
> lib/efi_loader/efi_boottime.c | 15 ++---------
> lib/efi_loader/efi_watchdog.c | 59 +++++++++++++++++++++++++++++++++++++++++++
> 5 files changed, 67 insertions(+), 14 deletions(-)
> create mode 100644 lib/efi_loader/efi_watchdog.c
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list