Re: [PATCH v10 05/10] eficonfig: add "Change Boot Order" menu entry

2022-08-17 Thread Masahisa Kojima
Hi Heinrich, On Tue, 2 Aug 2022 at 16:43, Heinrich Schuchardt wrote: > > On 7/22/22 04:39, Masahisa Kojima wrote: > > 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 b

Re: [PATCH v10 05/10] eficonfig: add "Change Boot Order" menu entry

2022-08-02 Thread Heinrich Schuchardt
On 7/22/22 04:39, Masahisa Kojima wrote: 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

[PATCH v10 05/10] eficonfig: add "Change Boot Order" menu entry

2022-07-21 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