Re: [PATCH 0/9] efi_loader: rework bootefi/bootmgr

2020-01-05 Thread AKASHI Takahiro
Heinrich, On Fri, Jan 03, 2020 at 01:17:05AM +0100, Heinrich Schuchardt wrote: > On 4/19/19 5:22 AM, AKASHI Takahiro wrote: > >There are several reasons that I want to rework/refactor bootefi command > >as well as bootmgr: > >* Some previous commits on bootefi.c have made the code complicated > >

Re: [PATCH 0/9] efi_loader: rework bootefi/bootmgr

2020-01-04 Thread Heinrich Schuchardt
On 4/19/19 5:22 AM, AKASHI Takahiro wrote: There are several reasons that I want to rework/refactor bootefi command as well as bootmgr: * Some previous commits on bootefi.c have made the code complicated and a bit hard to understand. * do_bootefi_exec() would better be implemented using

Re: [U-Boot] [PATCH 0/9] efi_loader: rework bootefi/bootmgr

2019-04-22 Thread AKASHI, Takahiro
Okay. Once your pull is done, I will submit "efi variable" patch, which is more experimental than bootefi/bootmgr rework. -Takahiro Akashi On Tue, 23 Apr 2019 at 13:57, Heinrich Schuchardt wrote: > > On 4/23/19 2:24 AM, AKASHI, Takahiro wrote: > > Heinrich, > > > > On Tue, 23 Apr 2019 at 03:16,

Re: [U-Boot] [PATCH 0/9] efi_loader: rework bootefi/bootmgr

2019-04-22 Thread Heinrich Schuchardt
On 4/23/19 2:24 AM, AKASHI, Takahiro wrote: Heinrich, On Tue, 23 Apr 2019 at 03:16, Heinrich Schuchardt wrote: On 4/19/19 5:22 AM, AKASHI Takahiro wrote: There are several reasons that I want to rework/refactor bootefi command as well as bootmgr: * Some previous commits on bootefi.c have

Re: [U-Boot] [PATCH 0/9] efi_loader: rework bootefi/bootmgr

2019-04-22 Thread AKASHI, Takahiro
Heinrich, On Tue, 23 Apr 2019 at 03:16, Heinrich Schuchardt wrote: > > On 4/19/19 5:22 AM, AKASHI Takahiro wrote: > > There are several reasons that I want to rework/refactor bootefi command > > as well as bootmgr: > > * Some previous commits on bootefi.c have made the code complicated > > and

Re: [U-Boot] [PATCH 0/9] efi_loader: rework bootefi/bootmgr

2019-04-22 Thread Heinrich Schuchardt
On 4/19/19 5:22 AM, AKASHI Takahiro wrote: > There are several reasons that I want to rework/refactor bootefi command > as well as bootmgr: > * Some previous commits on bootefi.c have made the code complicated > and a bit hard to understand. > > * do_bootefi_exec() would better be implemented

[U-Boot] [PATCH 0/9] efi_loader: rework bootefi/bootmgr

2019-04-18 Thread AKASHI Takahiro
There are several reasons that I want to rework/refactor bootefi command as well as bootmgr: * Some previous commits on bootefi.c have made the code complicated and a bit hard to understand. * do_bootefi_exec() would better be implemented using load_image() along with start_image() to be