Re: [PATCH v5 0/4] cmd: bootefi: refactor the code for bootmgr

2024-01-16 Thread Heinrich Schuchardt
On 1/17/24 05:39, AKASHI Takahiro wrote: This patch set is motivated by the discussion[1] regarding CONFIG_BOOTEFI_BOOTMGR option. # This version (v5) contains only the remaining commits. At the end, bootefi.c will be decomposed into two parts, one for providing the command itself and one for i

[PATCH v5 0/4] cmd: bootefi: refactor the code for bootmgr

2024-01-16 Thread AKASHI Takahiro
This patch set is motivated by the discussion[1] regarding CONFIG_BOOTEFI_BOOTMGR option. # This version (v5) contains only the remaining commits. At the end, bootefi.c will be decomposed into two parts, one for providing the command itself and one for implementing helper functions. EFI_LOADER wi