Heinrich Schuchardt | 623b3a5 | 2017-09-15 10:06:11 +0200 | [diff] [blame] | 1 | config CMD_BOOTEFI_SELFTEST |
| 2 | bool "Allow booting an EFI efi_selftest" |
Heinrich Schuchardt | 42910ff | 2018-11-18 17:58:48 +0100 | [diff] [blame] | 3 | depends on CMD_BOOTEFI |
Heinrich Schuchardt | 03fb269 | 2018-05-25 12:30:39 +0200 | [diff] [blame] | 4 | imply FAT |
| 5 | imply FAT_WRITE |
Heinrich Schuchardt | 623b3a5 | 2017-09-15 10:06:11 +0200 | [diff] [blame] | 6 | 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. |