All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] efi_loader: select GPT partition support
@ 2021-07-18 10:13 Heinrich Schuchardt
  2021-07-18 10:13 ` Heinrich Schuchardt
  0 siblings, 1 reply; 2+ messages in thread
From: Heinrich Schuchardt @ 2021-07-18 10:13 UTC (permalink / raw)
  To: u-boot; +Cc: Alexander Graf, Alfonso Sánchez-Beato, Heinrich Schuchardt

The UEFI specification requires support for GPT partition tables.
The device path node of GPT partition uses the partition UUID.

Let CONFIG_EFI_LOADER select the necessary GPT related configuration
settings.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 lib/efi_loader/Kconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lib/efi_loader/Kconfig b/lib/efi_loader/Kconfig
index 156b391521..c4741ffec1 100644
--- a/lib/efi_loader/Kconfig
+++ b/lib/efi_loader/Kconfig
@@ -12,6 +12,9 @@ config EFI_LOADER
 	depends on !EFI_STUB || !X86 || X86_64 || EFI_STUB_32BIT
 	default y if !ARM || SYS_CPU = armv7 || SYS_CPU = armv8
 	select LIB_UUID
+	select PARTITIONS
+	select EFI_PARTITION
+	select PARTITION_UUIDS
 	select HAVE_BLOCK_DEVICE
 	select REGEX
 	imply CFB_CONSOLE_ANSI
--
2.32.0


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

* [PATCH 1/1] efi_loader: select GPT partition support
  2021-07-18 10:13 [PATCH 1/1] efi_loader: select GPT partition support Heinrich Schuchardt
@ 2021-07-18 10:13 ` Heinrich Schuchardt
  0 siblings, 0 replies; 2+ messages in thread
From: Heinrich Schuchardt @ 2021-07-18 10:13 UTC (permalink / raw)
  To: u-boot; +Cc: Alexander Graf, Alfonso Sánchez-Beato, Heinrich Schuchardt

The UEFI specification requires support for GPT partition tables.
The device path node of GPT partition uses the partition UUID.

Let CONFIG_EFI_LOADER select the necessary GPT related configuration
settings.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 lib/efi_loader/Kconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lib/efi_loader/Kconfig b/lib/efi_loader/Kconfig
index 156b391521..c4741ffec1 100644
--- a/lib/efi_loader/Kconfig
+++ b/lib/efi_loader/Kconfig
@@ -12,6 +12,9 @@ config EFI_LOADER
 	depends on !EFI_STUB || !X86 || X86_64 || EFI_STUB_32BIT
 	default y if !ARM || SYS_CPU = armv7 || SYS_CPU = armv8
 	select LIB_UUID
+	select PARTITIONS
+	select EFI_PARTITION
+	select PARTITION_UUIDS
 	select HAVE_BLOCK_DEVICE
 	select REGEX
 	imply CFB_CONSOLE_ANSI
--
2.32.0


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

end of thread, other threads:[~2021-07-18 10:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-18 10:13 [PATCH 1/1] efi_loader: select GPT partition support Heinrich Schuchardt
2021-07-18 10:13 ` 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.