Re: [PATCH 2/2] efi_loader: support boot from URI device path

2023-08-25 Thread Masahisa Kojima
On Thu, 24 Aug 2023 at 15:57, Heinrich Schuchardt wrote: > > On 8/23/23 10:37, 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. >

Re: [PATCH 2/2] efi_loader: support boot from URI device path

2023-08-24 Thread Masahisa Kojima
On Thu, 24 Aug 2023 at 11:24, AKASHI Takahiro wrote: > > Kojima-san, > > On Wed, Aug 23, 2023 at 05:37:20PM +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 specif

Re: [PATCH 2/2] efi_loader: support boot from URI device path

2023-08-24 Thread Masahisa Kojima
On Thu, 24 Aug 2023 at 08:59, Simon Glass wrote: > > Hi Masahisa, > > On Wed, 23 Aug 2023 at 02:38, 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 l

Re: [PATCH 2/2] efi_loader: support boot from URI device path

2023-08-23 Thread Heinrich Schuchardt
On 8/23/23 10:37, 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 image with blkmap then try to boot

Re: [PATCH 2/2] efi_loader: support boot from URI device path

2023-08-23 Thread AKASHI Takahiro
On Thu, Aug 24, 2023 at 11:24:31AM +0900, AKASHI Takahiro wrote: > Kojima-san, > > On Wed, Aug 23, 2023 at 05:37:20PM +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 addr

Re: [PATCH 2/2] efi_loader: support boot from URI device path

2023-08-23 Thread AKASHI Takahiro
Kojima-san, On Wed, Aug 23, 2023 at 05:37:20PM +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,

Re: [PATCH 2/2] efi_loader: support boot from URI device path

2023-08-23 Thread Simon Glass
Hi Masahisa, On Wed, 23 Aug 2023 at 02:38, 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 t

[PATCH 2/2] efi_loader: support boot from URI device path

2023-08-23 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