blob: 59f9f36801c54b0bf6862a1a8345a4c021479857 [file] [log] [blame]
Heinrich Schuchardt623b3a52017-09-15 10:06:11 +02001config CMD_BOOTEFI_SELFTEST
2 bool "Allow booting an EFI efi_selftest"
Heinrich Schuchardt42910ff2018-11-18 17:58:48 +01003 depends on CMD_BOOTEFI
Heinrich Schuchardt03fb2692018-05-25 12:30:39 +02004 imply FAT
5 imply FAT_WRITE
Heinrich Schuchardt623b3a52017-09-15 10:06:11 +02006 help
7 This adds an EFI test application to U-Boot that can be executed
8 with the 'bootefi selftest' command. It provides extended tests of
9 the EFI API implementation.