Hi Heinrich,
> > +
> > + /* make sure we have enough space for replacements */
> > + if (u16_strsize(name) < sizeof(*name) * start + u16_strsize(L"")) {
> > + ret = EFI_INVALID_PARAMETER;
> > + goto out;
> > + }
> > + boot_order_size = sizeof(boot_order);
> > + r
On 12/28/20 1:24 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
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 device paths via EFI variables.
Signed-off-by:
3 matches
Mail list logo