The following changes since commit 4da0b2b7e67524cc206067865666899bc02e1cb0: efi/libstub: Re-enable command line initrd loading for x86 (2020-04-25 12:26:32 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git efi-next for you to fetch changes up to 4026229934f6ca0cb44af7b9df00e647b2f1f787: efi/libstub: Correct comment typos (2020-05-06 11:27:55 +0200) ---------------------------------------------------------------- More EFI changes for v5.8: - Rename pr_efi/pr_efi_err to efi_info/efi_err, and use them consistently - Simplify and unify initrd loading - Parse the builtin command line on x86 (if provided) - Some fixes for issues introduced by the first batch of v5.8 changes ---------------------------------------------------------------- Ard Biesheuvel (2): efi/libstub/x86: Work around LLVM ELF quirk build regression efi/libstub: Make efi_printk() input argument const char* Arvind Sankar (12): efi/x86: Use correct size for boot_params efi/libstub: Add a helper function to split 64-bit values efi/libstub: Move pr_efi/pr_efi_err into efi namespace efi/x86: Use efi_err for error messages efi/gop: Use efi_err for error messages efi/tpm: Use efi_err for error messages efi/libstub: Upgrade ignored dtb= argument message to error efi/x86: Move command-line initrd loading to efi_main efi/libstub: Unify initrd loading across architectures efi/x86: Support builtin command line efi/libstub: Check return value of efi_parse_options efi/libstub: Fix mixed mode boot issue after macro refactor Joe Perches (1): efi/libstub: Correct comment typos arch/x86/include/asm/efi.h | 19 +++- drivers/firmware/efi/libstub/Makefile | 1 + drivers/firmware/efi/libstub/arm32-stub.c | 12 +-- drivers/firmware/efi/libstub/arm64-stub.c | 14 +-- drivers/firmware/efi/libstub/efi-stub-helper.c | 65 ++++++++++--- drivers/firmware/efi/libstub/efi-stub.c | 63 +++++++------ drivers/firmware/efi/libstub/efistub.h | 48 ++++------ drivers/firmware/efi/libstub/fdt.c | 16 ++-- drivers/firmware/efi/libstub/file.c | 12 +-- drivers/firmware/efi/libstub/gop.c | 16 ++-- drivers/firmware/efi/libstub/pci.c | 10 +- drivers/firmware/efi/libstub/relocate.c | 4 +- drivers/firmware/efi/libstub/secureboot.c | 4 +- drivers/firmware/efi/libstub/tpm.c | 2 +- drivers/firmware/efi/libstub/x86-stub.c | 122 +++++++++++-------------- 15 files changed, 216 insertions(+), 192 deletions(-)