Kconfig 369 B

123456789101112
  1. config CMD_BOOTEFI_SELFTEST
  2. bool "UEFI unit tests"
  3. depends on CMD_BOOTEFI
  4. imply PARTITIONS
  5. imply DOS_PARTITION
  6. imply FAT
  7. imply FAT_WRITE
  8. imply CMD_POWEROFF if PSCI_RESET || SYSRESET_PSCI
  9. help
  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.