mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
efi_loader: printing TCG2 protocol GUID
We support the TCG2 protocol. Allow command efidebug to print it. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
parent
7884a0986d
commit
38040a63a3
3 changed files with 8 additions and 4 deletions
|
@ -183,6 +183,10 @@ static const struct {
|
|||
"Device-Tree Fixup",
|
||||
EFI_DT_FIXUP_PROTOCOL_GUID,
|
||||
},
|
||||
{
|
||||
"TCG2",
|
||||
EFI_TCG2_PROTOCOL_GUID,
|
||||
},
|
||||
{
|
||||
"System Partition",
|
||||
PARTITION_SYSTEM_GUID
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue