The following changes since commit 472a716b8fdfd88a27cb675e4ea8e12cb4f79fc3:
configs: Resync with savedefconfig (2021-01-29 13:56:04 -0500) are available in the Git repository at: https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2021-04-rc1-4 for you to fetch changes up to 18dd984c56b339be74e390df80fd3dc21b7a9b58: efi_loader: add Linux magic to aarch64 crt0 (2021-01-29 20:22:40 +0100) ---------------------------------------------------------------- Pull request for UEFI sub-system for efi-2021-04-rc1-4 Bug fixes: * re-read the partition table after writing GPT * fix a problem booting ARMv7 boards with PSCI without UEFI * make aarch64 UEFI test programs compatible with GRUB linux command * correct the alignment check in the EFI_BLOCK_IO_PROTOCOL * check EFI_BLOCK_IO_PROTOCOL.Media->LastBlock in unit test ---------------------------------------------------------------- Gary Bisson (1): disk: part_efi: update partition table entries after write Heinrich Schuchardt (5): efi_selftest: test EFI_BLOCK_IO_PROTOCOL.Media->LastBlock efi_loader: correct block IO alignment check efi_loader: switch to non-secure mode later tools: add mkeficapsule to .gitignore efi_loader: add Linux magic to aarch64 crt0 arch/arm/lib/crt0_aarch64_efi.S | 3 ++- cmd/bootefi.c | 4 ++++ disk/part_efi.c | 3 +++ include/asm-generic/pe.h | 2 ++ lib/efi_loader/efi_disk.c | 10 ++++++---- lib/efi_loader/efi_setup.c | 4 ---- lib/efi_selftest/efi_selftest_block_device.c | 21 ++++++++++++++++++++- tools/.gitignore | 1 + 8 files changed, 38 insertions(+), 10 deletions(-)