The following changes since commit 54649911f31b6e7c2a79a1426ca98259139e4c35: efi: stub: get rid of efi_get_max_fdt_addr() (2020-12-09 08:37:27 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-next-for-v5.11-3 for you to fetch changes up to f232134eddf6f61fc0912fcaa73c4baaf7a4c2e4: efi: arm: force use of unsigned type for EFI_PHYS_ALIGN (2020-12-14 09:03:18 +0100) Cc: Ingo Molnar <mingo@xxxxxxxxxx> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Cc: Borislav Petkov <bp@xxxxxxxxx> ---------------------------------------------------------------- Followup fixes for EFI: - fix the build breakage on IA64 caused by recent capsule loader changes - suppress a type mismatch build warning in the expansion of EFI_PHYS_ALIGN on ARM ---------------------------------------------------------------- Ard Biesheuvel (2): efi: ia64: disable the capsule loader efi: arm: force use of unsigned type for EFI_PHYS_ALIGN arch/arm/include/asm/efi.h | 2 +- drivers/firmware/efi/Kconfig | 2 +- drivers/firmware/efi/Makefile | 5 ++++- include/linux/efi.h | 4 ++++ 4 files changed, 10 insertions(+), 3 deletions(-)