diff options
author | Tom Rini <trini@konsulko.com> | 2018-04-23 16:17:36 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-04-23 16:17:36 -0400 |
commit | 49f8849de9cf4855f48a85f015f9f80250a3b2aa (patch) | |
tree | 9f01297ac517494dc0a5fa83998b2494ee785d07 /lib/efi_loader/Kconfig | |
parent | ec360e64862ae0ab271296e786917e5f9a04e9fb (diff) | |
parent | e83222bfc3ad2d7b2ecb1f1e559d78ec0d1f03cd (diff) |
Merge tag 'signed-efi-2018.05' of git://github.com/agraf/u-boot
Patch queue for efi - 2018-04-23
Some last minute fixes for 2018.05. Most of them are minor fixes. On
top we have some functional improvements for the device path logic
which should also help us be more compatible.
Diffstat (limited to 'lib/efi_loader/Kconfig')
-rw-r--r-- | lib/efi_loader/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/efi_loader/Kconfig b/lib/efi_loader/Kconfig index 83d75c4fdc..d38780b604 100644 --- a/lib/efi_loader/Kconfig +++ b/lib/efi_loader/Kconfig @@ -1,6 +1,8 @@ config EFI_LOADER bool "Support running EFI Applications in U-Boot" depends on (ARM || X86) && 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 |