Heinrich Schuchardt | 623b3a5 | 2017-09-15 10:06:11 +0200 | [diff] [blame] | 1 | config CMD_BOOTEFI_SELFTEST |
Heinrich Schuchardt | fb08380 | 2019-06-30 07:27:09 +0200 | [diff] [blame] | 2 | bool "UEFI unit tests" |
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 |
Heinrich Schuchardt | fb08380 | 2019-06-30 07:27:09 +0200 | [diff] [blame] | 7 | This adds a UEFI test application to U-Boot that can be executed |
| 8 | via the 'bootefi selftest' command. It provides extended tests of |
| 9 | the UEFI API implementation. |