]> git.baikalelectronics.ru Git - uboot.git/commit
efi_selftest: test variable services at runtime
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 20 Jun 2019 14:18:48 +0000 (16:18 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 6 Jul 2019 19:25:32 +0000 (21:25 +0200)
commit47fd70b8dd221e7cbc0730c5646258d4ffe0c326
treee1503703984ac5c398da5cd3a4457a79c63fef98
parentd1236d39f0687118266434ce118af83387b7fd69
efi_selftest: test variable services at runtime

Provide a unit test for the variable services at runtime.

Currently we expect EFI_UNSUPPORTED to be returned as the runtime
implementation is still missing.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_selftest/Makefile
lib/efi_selftest/efi_selftest_variables_runtime.c [new file with mode: 0644]