Re: [PATCH v2 02/12] cmd: bootefi: re-organize do_bootefi()

2023-12-17 Thread Heinrich Schuchardt
On 12/17/23 13:00, Heinrich Schuchardt wrote: On 11/21/23 02:29, AKASHI Takahiro wrote: Replicate some code and re-organize do_bootefi() into three cases, which will be carved out as independent functions in the next two commits. Signed-off-by: AKASHI Takahiro ---   cmd/Kconfig  | 15

Re: [PATCH v2 02/12] cmd: bootefi: re-organize do_bootefi()

2023-12-17 Thread Heinrich Schuchardt
On 11/21/23 02:29, AKASHI Takahiro wrote: Replicate some code and re-organize do_bootefi() into three cases, which will be carved out as independent functions in the next two commits. Signed-off-by: AKASHI Takahiro --- cmd/Kconfig | 15 ++-- cmd/bootefi.c| 82

Re: [PATCH v2 02/12] cmd: bootefi: re-organize do_bootefi()

2023-12-07 Thread AKASHI Takahiro
Hi Ilias, On Fri, Dec 08, 2023 at 08:33:11AM +0200, Ilias Apalodimas wrote: > Akashi-san, > > [...] > > > > > > > help > > > > > > This compiles a standard EFI hello world application with > > > > > > U-Boot so > > > > > > @@ -395,6 +405,7 @@ config CMD_BOOTEFI_HELLO > > > > > >

Re: [PATCH v2 02/12] cmd: bootefi: re-organize do_bootefi()

2023-12-07 Thread Ilias Apalodimas
Akashi-san, [...] > > > > > help > > > > > This compiles a standard EFI hello world application with > > > > > U-Boot so > > > > > @@ -395,6 +405,7 @@ config CMD_BOOTEFI_HELLO > > > > > up EFI support on a new architecture. > > > > > > > > > > source lib/efi_selftest/Kconfig >

Re: [PATCH v2 02/12] cmd: bootefi: re-organize do_bootefi()

2023-12-05 Thread AKASHI Takahiro
On Tue, Dec 05, 2023 at 10:54:23AM +0200, Ilias Apalodimas wrote: > Hello Akashi-san, > Thanks for taking a shot at the cleanup > > On Tue, 21 Nov 2023 at 06:53, AKASHI Takahiro > wrote: > > > > Hi Heinrich, > > > > On Tue, Nov 21, 2023 at 04:31:40AM +0100, Heinrich Schuchardt wrote: > > > On

Re: [PATCH v2 02/12] cmd: bootefi: re-organize do_bootefi()

2023-12-05 Thread Ilias Apalodimas
Hello Akashi-san, Thanks for taking a shot at the cleanup On Tue, 21 Nov 2023 at 06:53, AKASHI Takahiro wrote: > > Hi Heinrich, > > On Tue, Nov 21, 2023 at 04:31:40AM +0100, Heinrich Schuchardt wrote: > > On 11/21/23 02:29, AKASHI Takahiro wrote: > > > Replicate some code and re-organize

Re: [PATCH v2 02/12] cmd: bootefi: re-organize do_bootefi()

2023-11-20 Thread AKASHI Takahiro
Hi Heinrich, On Tue, Nov 21, 2023 at 04:31:40AM +0100, Heinrich Schuchardt wrote: > On 11/21/23 02:29, AKASHI Takahiro wrote: > > Replicate some code and re-organize do_bootefi() into three cases, which > > will be carved out as independent functions in the next two commits. > > > >

Re: [PATCH v2 02/12] cmd: bootefi: re-organize do_bootefi()

2023-11-20 Thread Heinrich Schuchardt
On 11/21/23 02:29, AKASHI Takahiro wrote: Replicate some code and re-organize do_bootefi() into three cases, which will be carved out as independent functions in the next two commits. Signed-off-by: AKASHI Takahiro --- cmd/Kconfig | 15 ++-- cmd/bootefi.c| 82

[PATCH v2 02/12] cmd: bootefi: re-organize do_bootefi()

2023-11-20 Thread AKASHI Takahiro
Replicate some code and re-organize do_bootefi() into three cases, which will be carved out as independent functions in the next two commits. Signed-off-by: AKASHI Takahiro --- cmd/Kconfig | 15 ++-- cmd/bootefi.c| 82 ++--