[PATCH 1/1] efi_loader: select GPT partition support

Heinrich Schuchardt xypron.glpk at gmx.de
Sun Jul 18 12:13:42 CEST 2021


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 at 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



More information about the U-Boot mailing list