Re: [RESEND v9 2/9] eficonfig: menu-driven addition of UEFI boot option

2022-07-21 Thread Masahisa Kojima
Hi Ilias, On Tue, 19 Jul 2022 at 19:11, Ilias Apalodimas wrote: > > Hello Kojima-san, > > [...] > > > + > > +/** > > + * eficonfig_process_common() - main handler for UEFI menu > > + * > > + * Construct the structures required to show the menu, then handle > > + * the user input interacting with

Re: [RESEND v9 2/9] eficonfig: menu-driven addition of UEFI boot option

2022-07-19 Thread Ilias Apalodimas
Hello Kojima-san, [...] > + > +/** > + * eficonfig_process_common() - main handler for UEFI menu > + * > + * Construct the structures required to show the menu, then handle > + * the user input interacting with u-boot menu functions. > + * > + * @items: pointer to the structure of eac

Re: [RESEND v9 2/9] eficonfig: menu-driven addition of UEFI boot option

2022-07-19 Thread Ilias Apalodimas
On Tue, 19 Jul 2022 at 02:06, Masahisa Kojima wrote: > > Hi Ilias, > > On Mon, 18 Jul 2022 at 22:31, Ilias Apalodimas > wrote: > > > > Hi Kojima-san > > > > > > On Fri, 15 Jul 2022 at 17:45, Masahisa Kojima > > wrote: > > > > > > This commit add the "eficonfig" command. > > > The "eficonfig" com

Re: [RESEND v9 2/9] eficonfig: menu-driven addition of UEFI boot option

2022-07-18 Thread Masahisa Kojima
Hi Ilias, On Mon, 18 Jul 2022 at 22:31, Ilias Apalodimas wrote: > > Hi Kojima-san > > > On Fri, 15 Jul 2022 at 17:45, Masahisa Kojima > wrote: > > > > This commit add the "eficonfig" command. > > The "eficonfig" command implements the menu-driven UEFI boot option > > maintenance feature. This co

Re: [RESEND v9 2/9] eficonfig: menu-driven addition of UEFI boot option

2022-07-18 Thread Ilias Apalodimas
Hi Kojima-san On Fri, 15 Jul 2022 at 17:45, Masahisa Kojima wrote: > > This commit add the "eficonfig" command. > The "eficonfig" command implements the menu-driven UEFI boot option > maintenance feature. This commit implements the addition of > new boot option. User can select the block device

[RESEND v9 2/9] eficonfig: menu-driven addition of UEFI boot option

2022-07-15 Thread Masahisa Kojima
This commit add the "eficonfig" command. The "eficonfig" command implements the menu-driven UEFI boot option maintenance feature. This commit implements the addition of new boot option. User can select the block device volume having efi_simple_file_system_protocol and select the file corresponding