Re: [PATCH v7 3/5] eficonfig: refactor change boot order implementation

2022-11-09 Thread Ilias Apalodimas
On Wed, Nov 09, 2022 at 12:37:26PM +0900, Masahisa Kojima wrote: > All the eficonfig menus other than "Change Boot Order" > use 'eficonfig_entry' structure for each menu entry. > This commit refactors change boot order implementation > to use 'eficonfig_entry' structure same as other menus > to hav

[PATCH v7 3/5] eficonfig: refactor change boot order implementation

2022-11-08 Thread Masahisa Kojima
All the eficonfig menus other than "Change Boot Order" use 'eficonfig_entry' structure for each menu entry. This commit refactors change boot order implementation to use 'eficonfig_entry' structure same as other menus to have consistent menu handling. This commit also simplifies the data->active h