Commit c726913a98dfefca013d061aee0d88b27606c77c

Authored by Mark Kettenis
Committed by Alexander Graf
1 parent d32e86bde8

Revert "efi_loader: no support for ARMV7_NONSEC=y"

This reverts commit c524997acb3d322e1bbd36c06ad02ef589705e7c.

Booting ARMv7 in non-secure mode using bootefi works now.

Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
Signed-off-by: Alexander Graf <agraf@suse.de>

Showing 2 changed files with 0 additions and 4 deletions Side-by-side Diff

... ... @@ -329,8 +329,6 @@
329 329 * persistence
330 330 * runtime support
331 331  
332   -* support bootefi booting ARMv7 in non-secure mode (CONFIG_ARMV7_NONSEC=y)
333   -
334 332 ## Links
335 333  
336 334 * [1](http://uefi.org/specifications)
lib/efi_loader/Kconfig
1 1 config EFI_LOADER
2 2 bool "Support running EFI Applications in U-Boot"
3 3 depends on (ARM || X86 || RISCV) && OF_LIBFDT
4   - # We do not support bootefi booting ARMv7 in non-secure mode
5   - depends on !ARMV7_NONSEC
6 4 # We need EFI_STUB_64BIT to be set on x86_64 with EFI_STUB
7 5 depends on !EFI_STUB || !X86_64 || EFI_STUB_64BIT
8 6 # We need EFI_STUB_32BIT to be set on x86_32 with EFI_STUB