Re: [U-Boot] [PATCH v2 3/9] efi_selftest: provide test for watchdog timer

2017-10-22 Thread Simon Glass
On 13 October 2017 at 19:33, Heinrich Schuchardt 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. > > Sign

[U-Boot] [PATCH v2 3/9] efi_selftest: provide test for watchdog timer

2017-10-13 Thread Heinrich Schuchardt
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 --- v2 no change --- lib/efi