Re: [PATCH v4 4/8] efi_loader: support boot from URI device path

2023-09-29 Thread Maxim Uvarov
On Fri, 29 Sept 2023 at 13:00, Masahisa Kojima wrote: > Hi Maxim, > > On Fri, 29 Sept 2023 at 15:24, Maxim Uvarov > wrote: > > > > > > > > On Fri, 29 Sept 2023 at 08:13, Masahisa Kojima < > masahisa.koj...@linaro.org> wrote: > >> > >> Hi Maxim, > >> > >> On Thu, 28 Sept 2023 at 20:35, Maxim

Re: [PATCH v4 4/8] efi_loader: support boot from URI device path

2023-09-29 Thread Masahisa Kojima
Hi Maxim, On Fri, 29 Sept 2023 at 15:24, Maxim Uvarov wrote: > > > > On Fri, 29 Sept 2023 at 08:13, Masahisa Kojima > wrote: >> >> Hi Maxim, >> >> On Thu, 28 Sept 2023 at 20:35, Maxim Uvarov wrote: >> > >> > >> > >> > On Tue, 26 Sept 2023 at 09:01, Masahisa Kojima >> > wrote: >> >> >> >> Hi

Re: [PATCH v4 4/8] efi_loader: support boot from URI device path

2023-09-29 Thread Maxim Uvarov
On Fri, 29 Sept 2023 at 08:13, Masahisa Kojima wrote: > Hi Maxim, > > On Thu, 28 Sept 2023 at 20:35, Maxim Uvarov > wrote: > > > > > > > > On Tue, 26 Sept 2023 at 09:01, Masahisa Kojima < > masahisa.koj...@linaro.org> wrote: > >> > >> Hi Ilias, > >> > >> On Mon, 25 Sept 2023 at 21:37, Ilias

Re: [PATCH v4 4/8] efi_loader: support boot from URI device path

2023-09-28 Thread Masahisa Kojima
Hi Maxim, On Thu, 28 Sept 2023 at 20:35, Maxim Uvarov wrote: > > > > On Tue, 26 Sept 2023 at 09:01, Masahisa Kojima > wrote: >> >> Hi Ilias, >> >> On Mon, 25 Sept 2023 at 21:37, Ilias Apalodimas >> wrote: >> > >> > On Fri, Sep 22, 2023 at 04:11:15PM +0900, Masahisa Kojima wrote: >> > > This

Re: [PATCH v4 4/8] efi_loader: support boot from URI device path

2023-09-28 Thread Maxim Uvarov
On Tue, 26 Sept 2023 at 09:01, Masahisa Kojima wrote: > Hi Ilias, > > On Mon, 25 Sept 2023 at 21:37, Ilias Apalodimas > wrote: > > > > On Fri, Sep 22, 2023 at 04:11:15PM +0900, Masahisa Kojima wrote: > > > This supports to boot from the URI device path. > > > When user selects the URI device

Re: [PATCH v4 4/8] efi_loader: support boot from URI device path

2023-09-25 Thread Masahisa Kojima
Hi Ilias, On Mon, 25 Sept 2023 at 21:37, Ilias Apalodimas wrote: > > On Fri, Sep 22, 2023 at 04:11:15PM +0900, 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

Re: [PATCH v4 4/8] efi_loader: support boot from URI device path

2023-09-25 Thread Ilias Apalodimas
On Fri, Sep 22, 2023 at 04:11:15PM +0900, 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 loadaddr > env variable. > If the file is .iso or .img file, mount the

[PATCH v4 4/8] efi_loader: support boot from URI device path

2023-09-22 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.