Re: [PATCH 0/4] introduce EFI_RAM_DISK_PROTOCOL

2023-07-12 Thread Simon Glass
Hi Heinrich, On Wed, 12 Jul 2023 at 00:41, Heinrich Schuchardt wrote: > > On 7/11/23 21:13, Simon Glass wrote: > > Hi, > > > > On Tue, 11 Jul 2023 at 00:23, Masahisa Kojima > > wrote: > >> > >> On Mon, 10 Jul 2023 at 11:28, AKASHI Takahiro > >> wrote: > >>> > >>> On Mon, Jul 10, 2023 at 11:13:1

Re: [PATCH 0/4] introduce EFI_RAM_DISK_PROTOCOL

2023-07-11 Thread Heinrich Schuchardt
On 7/11/23 21:13, Simon Glass wrote: Hi, On Tue, 11 Jul 2023 at 00:23, Masahisa Kojima wrote: On Mon, 10 Jul 2023 at 11:28, AKASHI Takahiro wrote: On Mon, Jul 10, 2023 at 11:13:12AM +0900, Masahisa Kojima wrote: On Fri, 7 Jul 2023 at 18:12, AKASHI Takahiro wrote: On Fri, Jul 07, 2023 a

Re: [PATCH 0/4] introduce EFI_RAM_DISK_PROTOCOL

2023-07-11 Thread Simon Glass
Hi, On Tue, 11 Jul 2023 at 00:23, Masahisa Kojima wrote: > > On Mon, 10 Jul 2023 at 11:28, AKASHI Takahiro > wrote: > > > > On Mon, Jul 10, 2023 at 11:13:12AM +0900, Masahisa Kojima wrote: > > > On Fri, 7 Jul 2023 at 18:12, AKASHI Takahiro > > > wrote: > > > > > > > > On Fri, Jul 07, 2023 at 0

Re: [PATCH 0/4] introduce EFI_RAM_DISK_PROTOCOL

2023-07-10 Thread Masahisa Kojima
On Mon, 10 Jul 2023 at 11:28, AKASHI Takahiro wrote: > > On Mon, Jul 10, 2023 at 11:13:12AM +0900, Masahisa Kojima wrote: > > On Fri, 7 Jul 2023 at 18:12, AKASHI Takahiro > > wrote: > > > > > > On Fri, Jul 07, 2023 at 05:19:33PM +0900, Masahisa Kojima wrote: > > > > Hi Akashi-san, > > > > > > >

Re: [PATCH 0/4] introduce EFI_RAM_DISK_PROTOCOL

2023-07-09 Thread AKASHI Takahiro
On Mon, Jul 10, 2023 at 11:13:12AM +0900, Masahisa Kojima wrote: > On Fri, 7 Jul 2023 at 18:12, AKASHI Takahiro > wrote: > > > > On Fri, Jul 07, 2023 at 05:19:33PM +0900, Masahisa Kojima wrote: > > > Hi Akashi-san, > > > > > > On Fri, 7 Jul 2023 at 16:16, AKASHI Takahiro > > > wrote: > > > > >

Re: [PATCH 0/4] introduce EFI_RAM_DISK_PROTOCOL

2023-07-09 Thread Masahisa Kojima
On Fri, 7 Jul 2023 at 18:12, AKASHI Takahiro wrote: > > On Fri, Jul 07, 2023 at 05:19:33PM +0900, Masahisa Kojima wrote: > > Hi Akashi-san, > > > > On Fri, 7 Jul 2023 at 16:16, AKASHI Takahiro > > wrote: > > > > > > On Fri, Jul 07, 2023 at 08:29:12AM +0200, Heinrich Schuchardt wrote: > > > > On

Re: [PATCH 0/4] introduce EFI_RAM_DISK_PROTOCOL

2023-07-07 Thread AKASHI Takahiro
On Fri, Jul 07, 2023 at 05:19:33PM +0900, Masahisa Kojima wrote: > Hi Akashi-san, > > On Fri, 7 Jul 2023 at 16:16, AKASHI Takahiro > wrote: > > > > On Fri, Jul 07, 2023 at 08:29:12AM +0200, Heinrich Schuchardt wrote: > > > On 7/7/23 06:00, Masahisa Kojima wrote: > > > > This series introduces th

Re: [PATCH 0/4] introduce EFI_RAM_DISK_PROTOCOL

2023-07-07 Thread Masahisa Kojima
Hi Akashi-san, On Fri, 7 Jul 2023 at 16:16, AKASHI Takahiro wrote: > > On Fri, Jul 07, 2023 at 08:29:12AM +0200, Heinrich Schuchardt wrote: > > On 7/7/23 06:00, Masahisa Kojima wrote: > > > This series introduces the EFI_RAM_DISK_PROTOCOL implementation. > > > The major purpose of this series is

Re: [PATCH 0/4] introduce EFI_RAM_DISK_PROTOCOL

2023-07-07 Thread Masahisa Kojima
Hi Heinrich, On Fri, 7 Jul 2023 at 15:34, Heinrich Schuchardt wrote: > > On 7/7/23 06:00, Masahisa Kojima wrote: > > This series introduces the EFI_RAM_DISK_PROTOCOL implementation. > > The major purpose of this series is a preparation for EFI HTTP(S) boot. > > > > Now U-Boot can download the dis

Re: [PATCH 0/4] introduce EFI_RAM_DISK_PROTOCOL

2023-07-07 Thread AKASHI Takahiro
On Fri, Jul 07, 2023 at 08:29:12AM +0200, Heinrich Schuchardt wrote: > On 7/7/23 06:00, Masahisa Kojima wrote: > > This series introduces the EFI_RAM_DISK_PROTOCOL implementation. > > The major purpose of this series is a preparation for EFI HTTP(S) boot. > > > > Now U-Boot can download the distro

Re: [PATCH 0/4] introduce EFI_RAM_DISK_PROTOCOL

2023-07-06 Thread Heinrich Schuchardt
On 7/7/23 06:00, Masahisa Kojima wrote: This series introduces the EFI_RAM_DISK_PROTOCOL implementation. The major purpose of this series is a preparation for EFI HTTP(S) boot. Now U-Boot can download the distro installer ISO image via wget or tftpboot commands, but U-Boot can not mount the down

Re: [PATCH 0/4] introduce EFI_RAM_DISK_PROTOCOL

2023-07-06 Thread AKASHI Takahiro
On Fri, Jul 07, 2023 at 01:00:40PM +0900, Masahisa Kojima wrote: > This series introduces the EFI_RAM_DISK_PROTOCOL implementation. > The major purpose of this series is a preparation for EFI HTTP(S) boot. > > Now U-Boot can download the distro installer ISO image > via wget or tftpboot commands,