mirror of
https://xff.cz/git/u-boot/
synced 2025-09-30 06:51:28 +02:00
efi: sandbox: Enable EFI loader build for sandbox
This allows this feature to build within sandbox. This is useful for testing. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
committed by
Alexander Graf
parent
a4958a7101
commit
a46714ffc3
@@ -1,6 +1,6 @@
|
|||||||
config EFI_LOADER
|
config EFI_LOADER
|
||||||
bool "Support running EFI Applications in U-Boot"
|
bool "Support running EFI Applications in U-Boot"
|
||||||
depends on (ARM || X86 || RISCV) && OF_LIBFDT
|
depends on (ARM || X86 || RISCV || SANDBOX) && OF_LIBFDT
|
||||||
# We need EFI_STUB_64BIT to be set on x86_64 with EFI_STUB
|
# We need EFI_STUB_64BIT to be set on x86_64 with EFI_STUB
|
||||||
depends on !EFI_STUB || !X86_64 || EFI_STUB_64BIT
|
depends on !EFI_STUB || !X86_64 || EFI_STUB_64BIT
|
||||||
# We need EFI_STUB_32BIT to be set on x86_32 with EFI_STUB
|
# We need EFI_STUB_32BIT to be set on x86_32 with EFI_STUB
|
||||||
|
Reference in New Issue
Block a user