NOTE: the patch 'efi: stub: get rid of efi_get_max_fdt_addr()' soft-depends on a patch in the ARM tree that is already in -next. So if at all possible, please send this to Linus towards the end of the merge window. The following changes since commit b283477d394ac41ca59ee20eb9293ae9002eb1d7: efi: x86/xen: switch to efi_get_secureboot_mode helper (2020-11-17 15:09:32 +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-2 for you to fetch changes up to 54649911f31b6e7c2a79a1426ca98259139e4c35: efi: stub: get rid of efi_get_max_fdt_addr() (2020-12-09 08:37:27 +0100) Cc: Ingo Molnar <mingo@xxxxxxxxxx> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Cc: Borislav Petkov <bp@xxxxxxxxx> ---------------------------------------------------------------- A few more EFI updates for v5.11: - some fixes for the capsule loader - expose the RT_PROP table via the efi_test module - relax DT and kernel placement restrictions on ARM ---------------------------------------------------------------- Ard Biesheuvel (4): efi: capsule: use atomic kmap for transient sglist mappings efi: capsule: clean scatter-gather entries from the D-cache efi: arm: reduce minimum alignment of uncompressed kernel efi: stub: get rid of efi_get_max_fdt_addr() Heinrich Schuchardt (1): efi/efi_test: read RuntimeServicesSupported arch/arm/include/asm/efi.h | 24 +++++++++++------------- arch/arm64/include/asm/efi.h | 11 +++++------ arch/riscv/include/asm/efi.h | 6 ------ drivers/firmware/efi/capsule.c | 16 ++++++++++++++-- drivers/firmware/efi/libstub/efi-stub.c | 1 - drivers/firmware/efi/libstub/efistub.h | 1 - drivers/firmware/efi/libstub/fdt.c | 3 +-- drivers/firmware/efi/test/efi_test.c | 16 ++++++++++++++++ drivers/firmware/efi/test/efi_test.h | 3 +++ 9 files changed, 50 insertions(+), 31 deletions(-)