
31 Aug
2017
31 Aug
'17
2:52 p.m.
On 27 August 2017 at 06:54, Heinrich Schuchardt xypron.glpk@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@gmx.de
cmd/bootefi.c | 1 + include/efi_loader.h | 4 +++ lib/efi_loader/Makefile | 2 +- lib/efi_loader/efi_boottime.c | 3 ++- lib/efi_loader/efi_watchdog.c | 58 +++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 66 insertions(+), 2 deletions(-) create mode 100644 lib/efi_loader/efi_watchdog.c
Reviewed-by: Simon Glass sjg@chromium.org
I'm wondering whether the efi_ prefix on all these files is superfluous. What is the purpose?