mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-24 22:36:05 +00:00
efi_selftest: enable CONFIG_CMD_POWEROFF
For automating testing we should be able to power off the test system. The implementation of EFI_RESET_SHUTDOWN requires the do_poweroff() function which is only available if CONFIG_CMD_POWEROFF=y. Enable CONFIG_CMD_POWEROFF if PSCI reset is available. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
55111c5052
commit
1064f2ef03
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ config CMD_BOOTEFI_SELFTEST
|
||||||
depends on CMD_BOOTEFI
|
depends on CMD_BOOTEFI
|
||||||
imply FAT
|
imply FAT
|
||||||
imply FAT_WRITE
|
imply FAT_WRITE
|
||||||
|
imply CMD_POWEROFF if PSCI_RESET || SYSRESET_PSCI
|
||||||
help
|
help
|
||||||
This adds a UEFI test application to U-Boot that can be executed
|
This adds a UEFI test application to U-Boot that can be executed
|
||||||
via the 'bootefi selftest' command. It provides extended tests of
|
via the 'bootefi selftest' command. It provides extended tests of
|
||||||
|
|
Loading…
Add table
Reference in a new issue