Re: [PATCH v8 5/7] efi_loader: support boot from URI device path

2023-11-01 Thread Masahisa Kojima
Hi Ilias, On Fri, 27 Oct 2023 at 04:35, Ilias Apalodimas wrote: > > Kojima-san, > > Thanks the device path handling seems saner in this version. > > On Wed, 25 Oct 2023 at 09:30, Masahisa Kojima > wrote: > > > > This supports to boot from the URI device path. > > When user selects the URI device

Re: [PATCH v8 5/7] efi_loader: support boot from URI device path

2023-10-26 Thread Ilias Apalodimas
Kojima-san, Thanks the device path handling seems saner in this version. On Wed, 25 Oct 2023 at 09:30, Masahisa Kojima wrote: > > This supports to boot from the URI device path. > When user selects the URI device path, bootmgr downloads > the file using wget into the address specified by loadadd

[PATCH v8 5/7] efi_loader: support boot from URI device path

2023-10-24 Thread Masahisa Kojima
This supports to boot from the URI device path. When user selects the URI device path, bootmgr downloads the file using wget into the address specified by loadaddr env variable. If the file is .iso or .img file, mount the image with blkmap then try to boot with the default file(e.g. EFI/BOOT/BOOTAA