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

2022-11-08 Thread Masahisa Kojima
This commit refactors change boot order implementation to use 'eficonfig_entry' structure. Signed-off-by: Masahisa Kojima --- No update since v5 Changes in v5: - remove direct access mode newly created in v4 cmd/eficonfig.c | 129 +--- 1 file change

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

2022-11-06 Thread Masahisa Kojima
Hi Ilias, On Sat, 5 Nov 2022 at 07:08, Ilias Apalodimas wrote: > > Hi Kojima-san > > On Wed, Oct 26, 2022 at 07:43:43PM +0900, Masahisa Kojima wrote: > > This commit refactors change boot order implementation > > to use 'eficonfig_entry' structure. > > Please add an explanation on why we are doin

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

2022-11-04 Thread Ilias Apalodimas
Hi Kojima-san On Wed, Oct 26, 2022 at 07:43:43PM +0900, Masahisa Kojima wrote: > This commit refactors change boot order implementation > to use 'eficonfig_entry' structure. Please add an explanation on why we are doing this, instead of what the patch is doing. I am assuming it cleans up some cod

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

2022-10-26 Thread Masahisa Kojima
This commit refactors change boot order implementation to use 'eficonfig_entry' structure. Signed-off-by: Masahisa Kojima --- No update since v5 Changes in v5: - remove direct access mode newly created in v4 cmd/eficonfig.c | 129 +--- 1 file change