All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/6] enable menu-driven boot device selection
@ 2022-05-16 11:00 Masahisa Kojima
  2022-05-16 11:00 ` [PATCH v6 1/6] efi_loader: menu-driven addition of UEFI boot option Masahisa Kojima
                   ` (6 more replies)
  0 siblings, 7 replies; 18+ messages in thread
From: Masahisa Kojima @ 2022-05-16 11:00 UTC (permalink / raw)
  To: u-boot
  Cc: Heinrich Schuchardt, Ilias Apalodimas, Simon Glass,
	Takahiro Akashi, Francois Ozog, Mark Kettenis, Masahisa Kojima

Most of the patches are merged into u-boot/master, this series
contains the remaining patches to support menu-driven
UEFI boot variable maintenance and removable media support.

[Major Changes]
- rebased to v2022.07-rc2
- there is detailed changelog in each commit

Masahisa Kojima (6):
  efi_loader: menu-driven addition of UEFI boot option
  efi_loader: menu-driven deletion of UEFI boot variable
  efi_loader: menu-driven update of UEFI bootorder variable
  bootmenu: add removable media entries
  doc:bootmenu: add description for UEFI boot support
  lib/charset: fix compile warnings

 cmd/bootmenu.c                            |  167 ++-
 doc/usage/cmd/bootmenu.rst                |   55 +
 include/charset.h                         |    2 +-
 include/efi_loader.h                      |   60 +
 lib/efi_loader/Makefile                   |    3 +
 lib/efi_loader/efi_bootmenu_maintenance.c | 1282 +++++++++++++++++++++
 lib/efi_loader/efi_bootmgr.c              |    4 +
 lib/efi_loader/efi_boottime.c             |   52 +-
 lib/efi_loader/efi_console.c              |   81 ++
 lib/efi_loader/efi_disk.c                 |   11 +
 lib/efi_loader/efi_file.c                 |   75 +-
 11 files changed, 1737 insertions(+), 55 deletions(-)
 create mode 100644 lib/efi_loader/efi_bootmenu_maintenance.c

-- 
2.17.1


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2022-06-13  9:44 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-16 11:00 [PATCH v6 0/6] enable menu-driven boot device selection Masahisa Kojima
2022-05-16 11:00 ` [PATCH v6 1/6] efi_loader: menu-driven addition of UEFI boot option Masahisa Kojima
2022-05-25  1:38   ` Takahiro Akashi
2022-05-26  7:37     ` Heinrich Schuchardt
2022-06-06  0:45       ` Masahisa Kojima
2022-06-06  0:39     ` Masahisa Kojima
2022-06-13  9:44       ` Masahisa Kojima
2022-05-16 11:00 ` [PATCH v6 2/6] efi_loader: menu-driven deletion of UEFI boot variable Masahisa Kojima
2022-05-16 11:00 ` [PATCH v6 3/6] efi_loader: menu-driven update of UEFI bootorder variable Masahisa Kojima
2022-05-24 10:42   ` Heinrich Schuchardt
2022-05-26  7:49     ` Masahisa Kojima
2022-05-16 11:00 ` [PATCH v6 4/6] bootmenu: add removable media entries Masahisa Kojima
2022-05-16 11:00 ` [PATCH v6 5/6] doc:bootmenu: add description for UEFI boot support Masahisa Kojima
2022-05-18  1:31   ` Takahiro Akashi
2022-05-18  5:27     ` Masahisa Kojima
2022-05-16 11:00 ` [PATCH v6 6/6] lib/charset: fix compile warnings Masahisa Kojima
2022-06-04  6:33 ` [PATCH v6 0/6] enable menu-driven boot device selection Heinrich Schuchardt
2022-06-06  0:18   ` Masahisa Kojima

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.