u-boot/lib/efi_selftest
Heinrich Schuchardt 1835f6ea71 efi_selftest: test task priority levels
Run a 10 ms periodic timer and check that it is called 10 times
while waiting for 100 ms single shot timer.

Raise the TPL level to the level of the 10 ms timer and observe
that the notification function is not called again.

Lower the TPL level and check that the queued notification
function is called.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
2017-09-18 23:53:57 +02:00
..
efi_selftest.c efi_selftest: provide an EFI selftest application 2017-09-18 23:53:57 +02:00
efi_selftest_console.c efi_selftest: provide an EFI selftest application 2017-09-18 23:53:57 +02:00
efi_selftest_events.c efi_selftest: provide unit test for event services 2017-09-18 23:53:57 +02:00
efi_selftest_tpl.c efi_selftest: test task priority levels 2017-09-18 23:53:57 +02:00
Kconfig efi_selftest: provide an EFI selftest application 2017-09-18 23:53:57 +02:00
Makefile efi_selftest: test task priority levels 2017-09-18 23:53:57 +02:00