[PATCH v2 0/2] Fix initrd loading in efi_bootbin.
Adriano Cordova
adrianox at gmail.com
Mon Apr 28 16:53:38 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
boot/bootm.c | 3 +++
include/efi_loader.h | 2 ++
lib/efi_loader/efi_bootbin.c | 9 ++-------
lib/efi_loader/efi_helper.c | 29 +++++++++++++++++++++++++++++
4 files changed, 36 insertions(+), 7 deletions(-)
--
2.48.1
More information about the U-Boot
mailing list