All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] efi_loader: make the UEFI boot manager configurable
@ 2021-01-15 18:02 Heinrich Schuchardt
  2021-01-15 18:02 ` [PATCH 1/2] efi_loader: move load options to new module Heinrich Schuchardt
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Heinrich Schuchardt @ 2021-01-15 18:02 UTC (permalink / raw)
  To: u-boot

Some boards are very tight on the binary size. Booting via UEFI is possible
without using the boot manager.

Provide a configuration option to make the boot manager available.

Heinrich Schuchardt (2):
  efi_loader: move load options to new module
  efi_loader: make the UEFI boot manager configurable

 cmd/bootefi.c                     |  13 ++-
 cmd/efidebug.c                    |   8 +-
 lib/efi_loader/Kconfig            |   8 ++
 lib/efi_loader/Makefile           |   3 +-
 lib/efi_loader/efi_bootmgr.c      | 135 --------------------------
 lib/efi_loader/efi_load_options.c | 151 ++++++++++++++++++++++++++++++
 6 files changed, 176 insertions(+), 142 deletions(-)
 create mode 100644 lib/efi_loader/efi_load_options.c

--
2.29.2

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

end of thread, other threads:[~2021-01-19 11:03 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-15 18:02 [PATCH 0/2] efi_loader: make the UEFI boot manager configurable Heinrich Schuchardt
2021-01-15 18:02 ` [PATCH 1/2] efi_loader: move load options to new module Heinrich Schuchardt
2021-01-18  2:17   ` AKASHI Takahiro
2021-01-18  7:38     ` Heinrich Schuchardt
2021-01-19  7:42   ` Ilias Apalodimas
2021-01-19 11:03     ` Heinrich Schuchardt
2021-01-15 18:02 ` [PATCH 2/2] efi_loader: make the UEFI boot manager configurable Heinrich Schuchardt
2021-01-15 18:43   ` Tom Rini
2021-01-15 20:31     ` Heinrich Schuchardt
2021-01-18 16:21       ` Tom Rini
2021-01-18  2:33 ` [PATCH 0/2] " AKASHI Takahiro
2021-01-18 12:54   ` Heinrich Schuchardt

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.