[PATCH v3 0/2] Fix initrd loading in efi_bootbin
    Adriano Cordova 
    adrianox at gmail.com
       
    Tue Apr 29 15:27:54 CEST 2025
    
    
  
This series consists on a couple of fixes for initrd loading when
booting an EFI binary. First patch fixes
36835a9105c ("efi_loader: binary_run: register an initrd"),
second one fixes a small typo on efi_binary_run_dp. Patches are sent
together as the typo propagates to the first patch.
Adriano Cordova (2):
  efi_loader: bootbin: do not load an initrd if none is provided
  efi_loader: fix typo initd_sz to initrd_sz
 include/efi_loader.h         |  2 ++
 lib/efi_loader/efi_bootbin.c |  9 ++-------
 lib/efi_loader/efi_helper.c  | 29 +++++++++++++++++++++++++++++
 3 files changed, 33 insertions(+), 7 deletions(-)
-- 
2.48.1
    
    
More information about the U-Boot
mailing list