mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-17 14:18:14 +01:00
lib: allow printing RISC-V EFI Boot Protocol GUID
On RISC-V a new UEFI protocol has been introduced. Support printing its GUID using %pUs. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
parent
1ccf87165e
commit
8d4c426532
@ -220,7 +220,13 @@ static const struct {
|
|||||||
"TCG2 Final Events Table",
|
"TCG2 Final Events Table",
|
||||||
EFI_TCG2_FINAL_EVENTS_TABLE_GUID,
|
EFI_TCG2_FINAL_EVENTS_TABLE_GUID,
|
||||||
},
|
},
|
||||||
|
#ifdef CONFIG_EFI_RISCV_BOOT_PROTOCOL
|
||||||
|
{
|
||||||
|
"RISC-V Boot",
|
||||||
|
RISCV_EFI_BOOT_PROTOCOL_GUID,
|
||||||
|
},
|
||||||
#endif
|
#endif
|
||||||
|
#endif /* CONFIG_CMD_EFIDEBUG */
|
||||||
#ifdef CONFIG_CMD_NVEDIT_EFI
|
#ifdef CONFIG_CMD_NVEDIT_EFI
|
||||||
/* signature database */
|
/* signature database */
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user