2017-09-15 08:06:11 +00:00
|
|
|
config CMD_BOOTEFI_SELFTEST
|
2019-06-30 05:27:09 +00:00
|
|
|
bool "UEFI unit tests"
|
2018-11-18 16:58:48 +00:00
|
|
|
depends on CMD_BOOTEFI
|
2020-07-29 10:43:41 +00:00
|
|
|
imply PARTITIONS
|
|
|
|
imply DOS_PARTITION
|
2018-05-25 10:30:39 +00:00
|
|
|
imply FAT
|
|
|
|
imply FAT_WRITE
|
2020-01-11 09:59:08 +00:00
|
|
|
imply CMD_POWEROFF if PSCI_RESET || SYSRESET_PSCI
|
2017-09-15 08:06:11 +00:00
|
|
|
help
|
2019-06-30 05:27:09 +00:00
|
|
|
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.
|