Re: [PATCH v2 1/6] efi_loader: add RAM disk device path

2023-07-17 Thread Masahisa Kojima
On Tue, 18 Jul 2023 at 14:57, Heinrich Schuchardt wrote: > > > > Am 18. Juli 2023 03:31:30 MESZ schrieb Masahisa Kojima > : > >Hi Heinrich, > > > >On Fri, 14 Jul 2023 at 22:44, Heinrich Schuchardt wrote: > >> > >> On 14.07.23 07:44, Masahisa Kojima wrote: > >> > This is a preparation to add the

Re: [PATCH v2 1/6] efi_loader: add RAM disk device path

2023-07-17 Thread Heinrich Schuchardt
Am 18. Juli 2023 03:31:30 MESZ schrieb Masahisa Kojima : >Hi Heinrich, > >On Fri, 14 Jul 2023 at 22:44, Heinrich Schuchardt wrote: >> >> On 14.07.23 07:44, Masahisa Kojima wrote: >> > This is a preparation to add the EFI_RAM_DISK_PROTOCOL. >> > This commit adds the RAM disk device path structu

Re: [PATCH v2 1/6] efi_loader: add RAM disk device path

2023-07-17 Thread Masahisa Kojima
Hi Heinrich, On Fri, 14 Jul 2023 at 22:44, Heinrich Schuchardt wrote: > > On 14.07.23 07:44, Masahisa Kojima wrote: > > This is a preparation to add the EFI_RAM_DISK_PROTOCOL. > > This commit adds the RAM disk device path structure > > and text conversion to Device Path to Text Protocol. > > > >

Re: [PATCH v2 1/6] efi_loader: add RAM disk device path

2023-07-14 Thread Heinrich Schuchardt
On 14.07.23 07:44, Masahisa Kojima wrote: This is a preparation to add the EFI_RAM_DISK_PROTOCOL. This commit adds the RAM disk device path structure and text conversion to Device Path to Text Protocol. Signed-off-by: Masahisa Kojima --- No update since v1 include/efi_api.h

[PATCH v2 1/6] efi_loader: add RAM disk device path

2023-07-13 Thread Masahisa Kojima
This is a preparation to add the EFI_RAM_DISK_PROTOCOL. This commit adds the RAM disk device path structure and text conversion to Device Path to Text Protocol. Signed-off-by: Masahisa Kojima --- No update since v1 include/efi_api.h| 19 +++ lib/efi_loade