[PATCH v2 1/4] lib: uuid: add EBBR 2.1 conformance profile GUID
Ilias Apalodimas
ilias.apalodimas at linaro.org
Wed Mar 11 17:14:42 CET 2026
On Mon, 9 Mar 2026 at 18:36, Vincent Stehlé <vincent.stehle at arm.com> wrote:
>
> 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 at gmx.de>
> Signed-off-by: Vincent Stehlé <vincent.stehle at arm.com>
> Cc: Tom Rini <trini at konsulko.com>
> ---
Reviewed-by: Ilias Apalodimas <ilias.apalodimas at linaro.org>
>
> Changes in v2:
> - Gate with CONFIG_EFI_ECPT (suggested by Heinrich)
>
> lib/uuid.c | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/lib/uuid.c b/lib/uuid.c
> index 0a166320e07..3a666d0430d 100644
> --- a/lib/uuid.c
> +++ b/lib/uuid.c
> @@ -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",
> --
> 2.53.0
>
More information about the U-Boot
mailing list