Re: [PATCH v2 1/3] efi_loader: efi_load_initrd: provide a memory mapped initrd

2025-03-28 Thread Ilias Apalodimas
On Wed, 19 Mar 2025 at 16:44, Adriano Cordova wrote: > > U-Boot can pass an initrd to subsequent boot stages via the > EFI_LOAD_FILE2_PROTOCOL. The current implementation only supports > this functionality via the efi boot manager: the initrd is taken > from the load options of the BootCurrent var

[PATCH v2 1/3] efi_loader: efi_load_initrd: provide a memory mapped initrd

2025-03-19 Thread Adriano Cordova
U-Boot can pass an initrd to subsequent boot stages via the EFI_LOAD_FILE2_PROTOCOL. The current implementation only supports this functionality via the efi boot manager: the initrd is taken from the load options of the BootCurrent variable. This commit adds support for registering a memory mapped