Re: [PATCH v8 1/9] efi_loader: expose END device path node

2022-07-11 Thread Ilias Apalodimas
On Sun, 10 Jul 2022 at 12:10, Heinrich Schuchardt wrote: > > On 6/19/22 06:55, Masahisa Kojima wrote: > > This commit exposes the END device path node. > > > > Signed-off-by: Masahisa Kojima > > Reviewed-by: Heinrich Schuchardt > > > --- > > No change in v8 > > > > Newly created in v7 > > > >

Re: [PATCH v8 1/9] efi_loader: expose END device path node

2022-07-10 Thread Heinrich Schuchardt
On 6/19/22 06:55, Masahisa Kojima wrote: This commit exposes the END device path node. Signed-off-by: Masahisa Kojima Reviewed-by: Heinrich Schuchardt --- No change in v8 Newly created in v7 include/efi_loader.h | 3 +++ lib/efi_loader/efi_device_path.c | 2 +- 2 files ch

[PATCH v8 1/9] efi_loader: expose END device path node

2022-06-18 Thread Masahisa Kojima
This commit exposes the END device path node. Signed-off-by: Masahisa Kojima --- No change in v8 Newly created in v7 include/efi_loader.h | 3 +++ lib/efi_loader/efi_device_path.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/include/efi_loader.h b/include/e