Heinrich Schuchardt | d33ae3e | 2017-09-15 10:06:11 +0200 | [diff] [blame] | 1 | config CMD_BOOTEFI_SELFTEST |
| 2 | bool "Allow booting an EFI efi_selftest" |
Alexander Graf | 5f1f11f | 2018-09-23 15:21:09 +0200 | [diff] [blame] | 3 | depends on CMD_BOOTEFI && !SANDBOX |
Heinrich Schuchardt | ef50ab1 | 2018-05-25 12:30:39 +0200 | [diff] [blame] | 4 | imply FAT |
| 5 | imply FAT_WRITE |
Heinrich Schuchardt | d33ae3e | 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. |