mbox series

[v2,0/2] fix auto-generated boot options

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

Message

Masahisa Kojima Dec. 26, 2023, 6:28 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.

[Changelog]
v1 -> v2
- fix make htmldocs error
- fix bootmenu python test failure

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 | 121 +++++++++++++++++++++++++++--------
 1 file changed, 94 insertions(+), 27 deletions(-)