mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-04 20:26:13 +02:00
lib: uuid: add EBBR 2.1 conformance profile GUID
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>
This commit is contained in:
parent
ca495f011f
commit
f63e95d1aa
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user