mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 18:59:44 +00:00
a729eb34e3
The EFI selftest does not succeed on Sandbox yet. The network support seems to need some love to actually make our current tests succeed. So let's disable running the selftest on sandbox for now until "make tests" just works. Then we can have more amazing CI than ever. Signed-off-by: Alexander Graf <agraf@suse.de>
9 lines
309 B
Text
9 lines
309 B
Text
config CMD_BOOTEFI_SELFTEST
|
|
bool "Allow booting an EFI efi_selftest"
|
|
depends on CMD_BOOTEFI && !SANDBOX
|
|
imply FAT
|
|
imply FAT_WRITE
|
|
help
|
|
This adds an EFI test application to U-Boot that can be executed
|
|
with the 'bootefi selftest' command. It provides extended tests of
|
|
the EFI API implementation.
|