Revert "efi_loader: no support for ARMV7_NONSEC=y"
authorMark Kettenis <kettenis@openbsd.org>
Fri, 15 Jun 2018 21:47:15 +0000 (23:47 +0200)
committerAlexander Graf <agraf@suse.de>
Wed, 25 Jul 2018 12:57:43 +0000 (14:57 +0200)
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>
doc/README.uefi
lib/efi_loader/Kconfig

index d4031ef8e86576df75e1a2779eb4d546f8fa4db0..6b9759cfede87a12959bbc9d6a8d097bb8f014e8 100644 (file)
@@ -329,8 +329,6 @@ This driver is only available if U-Boot is configured with
   * persistence
   * runtime support
 
-* support bootefi booting ARMv7 in non-secure mode (CONFIG_ARMV7_NONSEC=y)
-
 ## Links
 
 * [1](http://uefi.org/specifications)
index df58e633d1c46e0f24e7e4698f6a112880766a63..ce6a09f0b43bb08ee15b8ac45c8fce2fafeaf0ef 100644 (file)
@@ -1,8 +1,6 @@
 config EFI_LOADER
        bool "Support running EFI Applications in U-Boot"
        depends on (ARM || X86 || RISCV) && OF_LIBFDT
-       # We do not support bootefi booting ARMv7 in non-secure mode
-       depends on !ARMV7_NONSEC
        # We need EFI_STUB_64BIT to be set on x86_64 with EFI_STUB
        depends on !EFI_STUB || !X86_64 || EFI_STUB_64BIT
        # We need EFI_STUB_32BIT to be set on x86_32 with EFI_STUB