Re: [U-Boot] [PATCH 2/2] cmd: bootefi: rework do_bootefi()

2019-02-17 Thread AKASHI Takahiro
Heinrich, # Did you intentionally remove ML from CC? On Sat, Feb 16, 2019 at 01:00:07AM +0100, Heinrich Schuchardt wrote: > On 2/14/19 8:56 AM, AKASHI Takahiro wrote: > > In this patch, do_bootefi() will be reworked, without any functional > > change, as it is a bit sloppy after Heinrich's

Re: [U-Boot] [PATCH 2/2] cmd: bootefi: rework do_bootefi()

2019-02-15 Thread Heinrich Schuchardt
On 2/14/19 8:56 AM, AKASHI Takahiro wrote: > In this patch, do_bootefi() will be reworked, without any functional > change, as it is a bit sloppy after Heinrich's "efi_loader: rework > loading and starting of images." > > Signed-off-by: AKASHI Takahiro > --- > cmd/bootefi.c | 101

[U-Boot] [PATCH 2/2] cmd: bootefi: rework do_bootefi()

2019-02-13 Thread AKASHI Takahiro
In this patch, do_bootefi() will be reworked, without any functional change, as it is a bit sloppy after Heinrich's "efi_loader: rework loading and starting of images." Signed-off-by: AKASHI Takahiro --- cmd/bootefi.c | 101 ++ 1 file changed, 52