
22 Oct
2017
22 Oct
'17
4:33 p.m.
On 13 October 2017 at 19:33, Heinrich Schuchardt xypron.glpk@gmx.de wrote:
The test verifies that resetting the watchdog timer ensures that it is not called during the timeout period.
Testing that the watchdog timer actually executes a reset would require a test outside the efi_selftest framework.
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
v2 no change
lib/efi_selftest/Makefile | 5 +- lib/efi_selftest/efi_selftest_watchdog.c | 185 +++++++++++++++++++++++++++++++ 2 files changed, 189 insertions(+), 1 deletion(-) create mode 100644 lib/efi_selftest/efi_selftest_watchdog.c
Reviewed-by: Simon Glass sjg@chromium.org