[U-Boot] [PATCH 0/2] efi_loader: enable unaligned access on arm11

Heinrich Schuchardt xypron.glpk at gmx.de
Tue Nov 19 03:35:55 UTC 2019


The UEFI specification mandates that unaligned access must be enabled on
systems supporting it.

Function unaligned access is implemented for arm1136 and arm1176.
EFI_LOADER is enabled for these architectures.

Heinrich Schuchardt (2):
  arm: arm11: allow unaligned memory access
  efi_loader: enable EFI_LOADER on arm1136 and arm1176

 arch/arm/cpu/arm11/Makefile |  4 ++++
 arch/arm/cpu/arm11/sctlr.S  | 25 +++++++++++++++++++++++++
 lib/efi_loader/Kconfig      |  6 ++++--
 3 files changed, 33 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm/cpu/arm11/sctlr.S

--
2.24.0



More information about the U-Boot mailing list