On Fri, 8 May 2020 at 20:02, Ard Biesheuvel <ardb@xxxxxxxxxx> wrote: > > 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 > Ping?