]> git.ipfire.org Git - people/ms/u-boot.git/commit
efi_loader: implement SetWatchdogTimer
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 18 Oct 2017 16:13:04 +0000 (18:13 +0200)
committerAlexander Graf <agraf@suse.de>
Fri, 1 Dec 2017 12:22:55 +0000 (13:22 +0100)
commitb3d6090042d4de265c930358aec4d9b96bf3748a
tree4990f74684e32d600afe93ab11668abf1eb11034
parent7b9f8ad749260e11c8883fed53ae4dfefc98b2b3
efi_loader: implement SetWatchdogTimer

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@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
cmd/bootefi.c
include/efi_loader.h
lib/efi_loader/Makefile
lib/efi_loader/efi_boottime.c
lib/efi_loader/efi_watchdog.c [new file with mode: 0644]