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 | 5c2227e | 2020-07-29 12:43:41 +0200 | [diff] [blame] | 4 | imply PARTITIONS |
| 5 | imply DOS_PARTITION |
Heinrich Schuchardt | 03fb269 | 2018-05-25 12:30:39 +0200 | [diff] [blame] | 6 | imply FAT |
| 7 | imply FAT_WRITE |
Heinrich Schuchardt | 1064f2e | 2020-01-11 10:59:08 +0100 | [diff] [blame] | 8 | imply CMD_POWEROFF if PSCI_RESET || SYSRESET_PSCI |
Heinrich Schuchardt | 623b3a5 | 2017-09-15 10:06:11 +0200 | [diff] [blame] | 9 | help |
Heinrich Schuchardt | fb08380 | 2019-06-30 07:27:09 +0200 | [diff] [blame] | 10 | This adds a UEFI test application to U-Boot that can be executed |
| 11 | via the 'bootefi selftest' command. It provides extended tests of |
| 12 | the UEFI API implementation. |