]> git.ipfire.org Git - people/ms/u-boot.git/commit
efi_selftest: provide test for watchdog timer
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 18 Oct 2017 16:13:05 +0000 (18:13 +0200)
committerAlexander Graf <agraf@suse.de>
Fri, 1 Dec 2017 12:22:55 +0000 (13:22 +0100)
commit30a0045a54e96e799b0694451a977dba572675fb
treec1d6d2019b8dcdb3eece5a6038c4057e7685e744
parentb3d6090042d4de265c930358aec4d9b96bf3748a
efi_selftest: provide test for watchdog timer

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>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_selftest/Makefile
lib/efi_selftest/efi_selftest_watchdog.c [new file with mode: 0644]