]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
lib: uuid: add EBBR 2.1 conformance profile GUID
authorVincent Stehlé <vincent.stehle@arm.com>
Mon, 9 Mar 2026 16:36:35 +0000 (17:36 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 14 Mar 2026 07:10:26 +0000 (08:10 +0100)
Add support for printing the EFI_CONFORMANCE_PROFILE_EBBR_2_1_GUID as human
readable text.

This is compiled in only when CONFIG_CMD_EFIDEBUG and CONFIG_EFI_EPCT are
set.

Suggested-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Vincent Stehlé <vincent.stehle@arm.com>
Cc: Tom Rini <trini@konsulko.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/uuid.c

index 0a166320e07736e13a45db451e84b516850bcac6..3a666d0430db8071be836296708ed0f0ded20d74 100644 (file)
@@ -254,6 +254,12 @@ static const struct {
                NULL, "EFI Conformance Profiles Table",
                EFI_CONFORMANCE_PROFILES_TABLE_GUID,
        },
+#if CONFIG_IS_ENABLED(EFI_ECPT)
+       {
+               NULL, "EFI EBBR 2.1 Conformance Profile",
+               EFI_CONFORMANCE_PROFILE_EBBR_2_1_GUID,
+       },
+#endif
 #ifdef CONFIG_EFI_RISCV_BOOT_PROTOCOL
        {
                NULL, "RISC-V Boot",