Re: [PATCH 1/3] efi_loader: print boot device and file path in helloworld

2021-01-17 Thread AKASHI Takahiro
On Fri, Jan 15, 2021 at 01:02:51PM +0100, Heinrich Schuchardt wrote: > On 15.01.21 05:29, AKASHI Takahiro wrote: > > On Fri, Jan 15, 2021 at 04:12:18AM +0100, Heinrich Schuchardt wrote: > >> Am 15. Januar 2021 02:56:03 MEZ schrieb AKASHI Takahiro > >> : > >>> Heinrich, > >>> > >>> On Tue, Jan 12,

Re: [PATCH 1/3] efi_loader: print boot device and file path in helloworld

2021-01-15 Thread Heinrich Schuchardt
On 15.01.21 05:29, AKASHI Takahiro wrote: > On Fri, Jan 15, 2021 at 04:12:18AM +0100, Heinrich Schuchardt wrote: >> Am 15. Januar 2021 02:56:03 MEZ schrieb AKASHI Takahiro >> : >>> Heinrich, >>> >>> On Tue, Jan 12, 2021 at 08:58:40PM +0100, Heinrich Schuchardt wrote: Let helloworld.efi print

Re: [PATCH 1/3] efi_loader: print boot device and file path in helloworld

2021-01-14 Thread AKASHI Takahiro
On Fri, Jan 15, 2021 at 04:12:18AM +0100, Heinrich Schuchardt wrote: > Am 15. Januar 2021 02:56:03 MEZ schrieb AKASHI Takahiro > : > >Heinrich, > > > >On Tue, Jan 12, 2021 at 08:58:40PM +0100, Heinrich Schuchardt wrote: > >> Let helloworld.efi print the device path of the boot device and the > >fi

Re: [PATCH 1/3] efi_loader: print boot device and file path in helloworld

2021-01-14 Thread Heinrich Schuchardt
Am 15. Januar 2021 02:56:03 MEZ schrieb AKASHI Takahiro : >Heinrich, > >On Tue, Jan 12, 2021 at 08:58:40PM +0100, Heinrich Schuchardt wrote: >> Let helloworld.efi print the device path of the boot device and the >file >> path as provided by the loaded image protocol. >> >> Signed-off-by: Heinrich

Re: [PATCH 1/3] efi_loader: print boot device and file path in helloworld

2021-01-14 Thread AKASHI Takahiro
Heinrich, On Tue, Jan 12, 2021 at 08:58:40PM +0100, Heinrich Schuchardt wrote: > Let helloworld.efi print the device path of the boot device and the file > path as provided by the loaded image protocol. > > Signed-off-by: Heinrich Schuchardt > --- > lib/efi_loader/helloworld.c | 167 +++

Re: [PATCH 1/3] efi_loader: print boot device and file path in helloworld

2021-01-14 Thread Simon Glass
On Tue, 12 Jan 2021 at 12:58, Heinrich Schuchardt wrote: > > Let helloworld.efi print the device path of the boot device and the file > path as provided by the loaded image protocol. > > Signed-off-by: Heinrich Schuchardt > --- > lib/efi_loader/helloworld.c | 167 +---

[PATCH 1/3] efi_loader: print boot device and file path in helloworld

2021-01-12 Thread Heinrich Schuchardt
Let helloworld.efi print the device path of the boot device and the file path as provided by the loaded image protocol. Signed-off-by: Heinrich Schuchardt --- lib/efi_loader/helloworld.c | 167 +--- 1 file changed, 137 insertions(+), 30 deletions(-) diff --git a/