blob: ca624361080434495aee264709c690201f201ff6 [file] [log] [blame]
Heinrich Schuchardtd33ae3e2017-09-15 10:06:11 +02001config CMD_BOOTEFI_SELFTEST
Heinrich Schuchardt24b3d2f2019-06-30 07:27:09 +02002 bool "UEFI unit tests"
Heinrich Schuchardtce132e82018-11-18 17:58:48 +01003 depends on CMD_BOOTEFI
Heinrich Schuchardt95696ca2020-07-29 12:43:41 +02004 imply PARTITIONS
5 imply DOS_PARTITION
Heinrich Schuchardtef50ab12018-05-25 12:30:39 +02006 imply FAT
7 imply FAT_WRITE
Heinrich Schuchardteef88be02020-01-11 10:59:08 +01008 imply CMD_POWEROFF if PSCI_RESET || SYSRESET_PSCI
Heinrich Schuchardtd33ae3e2017-09-15 10:06:11 +02009 help
Heinrich Schuchardt24b3d2f2019-06-30 07:27:09 +020010 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.