On Fri, Sep 8, 2017 at 2:00 PM, Ladi Prosek <[email protected]> wrote: > Analogous to passing a script to ipxe.lkrn via kernel parameters, this > patch enables the same on EFI using the EFI command line, available in > the LoadOptions field of EFI_LOADED_IMAGE_PROTOCOL. > > Signed-off-by: Ladi Prosek <[email protected]>
Oops, sent too soon. I meant to annotate the patch with: Originally-implemented-by: Christian Nilsson <[email protected]> This patch is similar to what Christian Nilsson posted last year: http://lists.ipxe.org/pipermail/ipxe-devel/2016-December/005306.html Notable differences: * the new logic is added to efi_init.c in this patch; it can't run within efi_init() because it allocates, but it logically belongs to efi_init * we're not stripping BOOT_IMAGE= and initrd= as these should not be passed to us by EFI boot loaders (unlike Linux kernel loaders) Thanks! Ladi _______________________________________________ ipxe-devel mailing list [email protected] https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel

