]>
Commit | Line | Data |
---|---|---|
623b3a57 | 1 | config CMD_BOOTEFI_SELFTEST |
fb083801 | 2 | bool "UEFI unit tests" |
42910ff1 | 3 | depends on CMD_BOOTEFI |
03fb2691 HS |
4 | imply FAT |
5 | imply FAT_WRITE | |
623b3a57 | 6 | help |
fb083801 HS |
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. |