Re: [PATCH 3/6 v3] efi_loader: Add helper functions for EFI

2021-03-17 Thread Heinrich Schuchardt
On 3/14/21 8:05 PM, Ilias Apalodimas wrote: A following patch introduces a different logic for loading initrd's based on the EFI_LOAD_FILE2_PROTOCOL. Since similar logic can be applied in the future for other system files (i.e DTBs), let's add some helper functions which will retrieve and parse f

[PATCH 3/6 v3] efi_loader: Add helper functions for EFI

2021-03-14 Thread Ilias Apalodimas
A following patch introduces a different logic for loading initrd's based on the EFI_LOAD_FILE2_PROTOCOL. Since similar logic can be applied in the future for other system files (i.e DTBs), let's add some helper functions which will retrieve and parse file paths stored in EFI variables. Signed-off