Re: [PATCH v4 1/3] Move bootorder and bootoption apis to lib

2023-05-26 Thread Raymond Mao
Hi Heinrich, On Fri, 26 May 2023 at 03:07, Heinrich Schuchardt wrote: > On 5/23/23 21:18, Raymond Mao wrote: > > Rename and move bootorder and bootoption apis from cmd to lib > > for re-use between eficonfig and bootmgr > > > > Signed-off-by: Raymond Mao > > The commit message says that this pa

Re: [PATCH v4 1/3] Move bootorder and bootoption apis to lib

2023-05-26 Thread Heinrich Schuchardt
On 5/23/23 21:18, Raymond Mao wrote: Rename and move bootorder and bootoption apis from cmd to lib for re-use between eficonfig and bootmgr Signed-off-by: Raymond Mao The commit message says that this patch does not change the code! But there are code changes, e.g. < for (i = 0

[PATCH v4 1/3] Move bootorder and bootoption apis to lib

2023-05-23 Thread Raymond Mao
Rename and move bootorder and bootoption apis from cmd to lib for re-use between eficonfig and bootmgr Signed-off-by: Raymond Mao --- Changes in v2 - Ignore EFI_NOT_FOUND returned from efi_bootmgr_update_media_device_boot_option which means no boot options scanned. Changes in v3 - Split the p