blob: d20f5899afa02c44409d80bafffc04a7798fd0b9 (
plain)
1
2
3
4
5
6
7
8
9
|
config CMD_BOOTEFI_SELFTEST
bool "UEFI unit tests"
depends on CMD_BOOTEFI
imply FAT
imply FAT_WRITE
help
This adds a UEFI test application to U-Boot that can be executed
via the 'bootefi selftest' command. It provides extended tests of
the UEFI API implementation.
|