mirror of
https://github.com/revyos/th1520-vendor-uboot.git
synced 2026-07-21 07:28:11 +02:00
10 lines
279 B
Plaintext
10 lines
279 B
Plaintext
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.
|