[U-Boot] Pull request for UEFI sub-system for efi-2020-01-rc4

The following changes since commit d4a31e8ee5592072d8d5208b3e950cba2d89b6bd:
Prepare v2020.01-rc3 (2019-11-18 21:31:49 -0500)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2020-01-rc4
for you to fetch changes up to 38064ee04c9b42a299f914c36a093144bd86ac50:
efi_loader: enable EFI_LOADER on arm1136 and arm1176 (2019-11-19 12:10:22 +0100)
---------------------------------------------------------------- Pull request for UEFI sub-system for efi-2020-01-rc4
Fix errors due to unaligned memory access: * disable UEFI except for ARMv8, ARMv7, ARM11 * enable unaligned access support on ARM11
Remove an unused function.
---------------------------------------------------------------- Heinrich Schuchardt (4): efi_loader: remove unused function efi_dp_from_dev() efi_loader: restrict EFI_LOADER to armv7 and armv8 on ARM 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 +++++++++++++++++++++++++ include/efi_loader.h | 1 - lib/efi_loader/Kconfig | 7 ++++++- lib/efi_loader/efi_device_path.c | 18 ++---------------- 5 files changed, 37 insertions(+), 18 deletions(-) create mode 100644 arch/arm/cpu/arm11/sctlr.S

On Tue, Nov 19, 2019 at 07:14:53PM +0100, Heinrich Schuchardt wrote:
The following changes since commit d4a31e8ee5592072d8d5208b3e950cba2d89b6bd:
Prepare v2020.01-rc3 (2019-11-18 21:31:49 -0500)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2020-01-rc4
for you to fetch changes up to 38064ee04c9b42a299f914c36a093144bd86ac50:
efi_loader: enable EFI_LOADER on arm1136 and arm1176 (2019-11-19 12:10:22 +0100)
Applied to u-boot/master, thanks!
participants (2)
-
Heinrich Schuchardt
-
Tom Rini