Re: [RESEND v9 5/9] eficonfig: add "Change Boot Order" menu entry

2022-07-19 Thread Ilias Apalodimas
> On Fri, 15 Jul 2022 at 17:45, Masahisa Kojima > wrote: [...] > --- a/cmd/eficonfig.c > +++ b/cmd/eficonfig.c > @@ -89,6 +89,21 @@ struct eficonfig_boot_selection_data { > int *selected; > }; > > +/** > + * struct eficonfig_boot_order - structure to be used to update BootOrder > vari

[RESEND v9 5/9] eficonfig: add "Change Boot Order" menu entry

2022-07-15 Thread Masahisa Kojima
This commit adds the menu entry to update UEFI BootOrder variable. User moves the entry with UP/DOWN key, changes the order with PLUS/MINUS key, then finalizes the order by ENTER key. The U-Boot menu framework is well designed for static menu, this commit implements the own menu display and key ha