mbox series

[0/2] fix auto-generated boot options

Message ID 20231220084133.435240-1-masahisa.kojima@linaro.org
Headers show
Series fix auto-generated boot options | expand

Message

Masahisa Kojima Dec. 20, 2023, 8:41 a.m. UTC
This series aims to get aligned to the EDK II reference
implementation for auto-generated boot options, and tries
to address the following issue.
https://source.denx.de/u-boot/custodians/u-boot-efi/-/issues/13

This series is based on the efi-next-20231217 tag.

Masahisa Kojima (2):
  efi_loader: auto-generate boot option for each blkio device
  efi_loader: auto-generate removable media boot option first

 lib/efi_loader/efi_bootmgr.c | 123 +++++++++++++++++++++++++++--------
 1 file changed, 96 insertions(+), 27 deletions(-)

Comments

Heinrich Schuchardt Dec. 25, 2023, 5:14 p.m. UTC | #1
On 12/20/23 09:41, Masahisa Kojima wrote:
> This series aims to get aligned to the EDK II reference
> implementation for auto-generated boot options, and tries
> to address the following issue.
> https://source.denx.de/u-boot/custodians/u-boot-efi/-/issues/13
>
> This series is based on the efi-next-20231217 tag.
>
> Masahisa Kojima (2):
>    efi_loader: auto-generate boot option for each blkio device
>    efi_loader: auto-generate removable media boot option first
>
>   lib/efi_loader/efi_bootmgr.c | 123 +++++++++++++++++++++++++++--------
>   1 file changed, 96 insertions(+), 27 deletions(-)
>

Hello Masahisa,

please, have a look at the test failures in
https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/19089

Best regards

Heinrich
Masahisa Kojima Dec. 26, 2023, 6:23 a.m. UTC | #2
On Tue, 26 Dec 2023 at 02:14, Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
>
> On 12/20/23 09:41, Masahisa Kojima wrote:
> > This series aims to get aligned to the EDK II reference
> > implementation for auto-generated boot options, and tries
> > to address the following issue.
> > https://source.denx.de/u-boot/custodians/u-boot-efi/-/issues/13
> >
> > This series is based on the efi-next-20231217 tag.
> >
> > Masahisa Kojima (2):
> >    efi_loader: auto-generate boot option for each blkio device
> >    efi_loader: auto-generate removable media boot option first
> >
> >   lib/efi_loader/efi_bootmgr.c | 123 +++++++++++++++++++++++++++--------
> >   1 file changed, 96 insertions(+), 27 deletions(-)
> >
>
> Hello Masahisa,
>
> please, have a look at the test failures in
> https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/19089

I fixed the error, v2 will be sent shortly.

Thanks,
Masahis Kojima

>
> Best regards
>
> Heinrich