All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] efi_loader: detect EFI system partition
@ 2020-03-19 16:56 Heinrich Schuchardt
  2020-03-19 16:56 ` [PATCH 1/2] part: " Heinrich Schuchardt
  2020-03-19 16:56 ` [PATCH 2/2] efi_loader: identify " Heinrich Schuchardt
  0 siblings, 2 replies; 4+ messages in thread
From: Heinrich Schuchardt @ 2020-03-19 16:56 UTC (permalink / raw)
  To: u-boot

For the implementation of capsule updates we need to know where the EFI
system partition is located.

With the patches the first available EFI system partition is determined
both for MBR and GPT partition tables.

Heinrich Schuchardt (2):
  part: detect EFI system partition
  efi_loader: identify EFI system partition

 disk/part_dos.c           | 10 ++++++++--
 disk/part_efi.c           | 12 ++++++++----
 include/efi_loader.h      |  7 +++++++
 include/part.h            | 11 ++++++++++-
 lib/efi_loader/efi_disk.c | 20 ++++++++++++++++++++
 5 files changed, 53 insertions(+), 7 deletions(-)

--
2.20.1

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

end of thread, other threads:[~2020-03-24  8:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-19 16:56 [PATCH 0/2] efi_loader: detect EFI system partition Heinrich Schuchardt
2020-03-19 16:56 ` [PATCH 1/2] part: " Heinrich Schuchardt
2020-03-24  8:18   ` Punit Agrawal
2020-03-19 16:56 ` [PATCH 2/2] efi_loader: identify " 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.