From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heinrich Schuchardt Date: Tue, 19 Nov 2019 19:14:53 +0100 Subject: [U-Boot] Pull request for UEFI sub-system for efi-2020-01-rc4 Message-ID: <2410b1f6-e27e-a4ed-5a28-540d2dd5166d@gmx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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