]> git.baikalelectronics.ru Git - uboot.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)
commit16c1f8e7e1ceb958e340134200659f611fc14eb6
tree4990f74684e32d600afe93ab11668abf1eb11034
parenta7e76cc1c90d5873f58fbbe457171d2cbc46d9ee
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]