mbox series

[v3,0/3] fix auto-generated boot options

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

Message

Masahisa Kojima Jan. 12, 2024, 12:19 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 heinrich/efi-2024-04 branch.

[Changelog]
v2 -> v3
- rename misleading function and variable name
- fix comments

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

Masahisa Kojima (3):
  efi_loader: rename check_disk_has_default_file function
  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 | 138 ++++++++++++++++++++++++++---------
 1 file changed, 103 insertions(+), 35 deletions(-)