blob: 478140330b5f54c69e7c2a86ca5211cd9230cf8e [file] [log] [blame]
Heinrich Schuchardt623b3a52017-09-15 10:06:11 +02001config CMD_BOOTEFI_SELFTEST
Heinrich Schuchardtfb083802019-06-30 07:27:09 +02002 bool "UEFI unit tests"
Heinrich Schuchardt42910ff2018-11-18 17:58:48 +01003 depends on CMD_BOOTEFI
Heinrich Schuchardt03fb2692018-05-25 12:30:39 +02004 imply FAT
5 imply FAT_WRITE
Heinrich Schuchardt1064f2e2020-01-11 10:59:08 +01006 imply CMD_POWEROFF if PSCI_RESET || SYSRESET_PSCI
Heinrich Schuchardt623b3a52017-09-15 10:06:11 +02007 help
Heinrich Schuchardtfb083802019-06-30 07:27:09 +02008 This adds a UEFI test application to U-Boot that can be executed
9 via the 'bootefi selftest' command. It provides extended tests of
10 the UEFI API implementation.