public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v3 0/2] efi_loader: identify EFI system partition
@ 2020-04-22 17:51 Heinrich Schuchardt
  2020-04-22 17:51 ` [PATCH v3 1/2] part: detect " Heinrich Schuchardt
  2020-04-22 17:51 ` [PATCH v3 2/2] efi_loader: identify " Heinrich Schuchardt
  0 siblings, 2 replies; 6+ messages in thread
From: Heinrich Schuchardt @ 2020-04-22 17:51 UTC (permalink / raw)
  To: u-boot

For storing UEFI variables 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.

v3:
	adjust gpt command
	adjust commit message
v2:
	BIT() macro to define bit mask

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

 cmd/gpt.c                 |  4 ++--
 disk/part_dos.c           | 14 ++++++++++----
 disk/part_efi.c           | 16 ++++++++++------
 include/efi_loader.h      |  7 +++++++
 include/part.h            | 11 ++++++++++-
 lib/efi_loader/efi_disk.c | 20 ++++++++++++++++++++
 6 files changed, 59 insertions(+), 13 deletions(-)

--
2.26.1

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

end of thread, other threads:[~2020-05-06 12:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-22 17:51 [PATCH v3 0/2] efi_loader: identify EFI system partition Heinrich Schuchardt
2020-04-22 17:51 ` [PATCH v3 1/2] part: detect " Heinrich Schuchardt
2020-04-22 17:51 ` [PATCH v3 2/2] efi_loader: identify " Heinrich Schuchardt
2020-04-23  0:19   ` AKASHI Takahiro
2020-04-30  5:20     ` Heinrich Schuchardt
2020-05-06 12:51   ` Patrick Wildt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox