Skip to content
Snippets Groups Projects
Commit 38064ee0 authored by Heinrich Schuchardt's avatar Heinrich Schuchardt
Browse files

efi_loader: enable EFI_LOADER on arm1136 and arm1176


With an implementation for allow_unaligned() available for arm1136 and
arm1176 UEFI can be supported on these architectures.

Signed-off-by: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
parent d47a7746
No related branches found
No related tags found
No related merge requests found
config EFI_LOADER config EFI_LOADER
bool "Support running UEFI applications" bool "Support running UEFI applications"
depends on OF_LIBFDT && ( \ depends on OF_LIBFDT && ( \
ARM && (SYS_CPU = armv7 || \ ARM && (SYS_CPU = arm1136 || \
SYS_CPU = armv8) || \ SYS_CPU = arm1176 || \
SYS_CPU = armv7 || \
SYS_CPU = armv8) || \
X86 || RISCV || SANDBOX) X86 || RISCV || SANDBOX)
# 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment