mirror of
https://github.com/ipxe/ipxe
synced 2025-12-24 06:22:59 +03:00
[efi] Add EFI_TCG2_PROTOCOL header and GUID definition
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -209,6 +209,8 @@ static struct efi_well_known_guid efi_well_known_guids[] = {
|
||||
"SimpleTextOutput" },
|
||||
{ &efi_tcg_protocol_guid,
|
||||
"Tcg" },
|
||||
{ &efi_tcg2_protocol_guid,
|
||||
"Tcg2" },
|
||||
{ &efi_tcp4_protocol_guid,
|
||||
"Tcp4" },
|
||||
{ &efi_tcp4_service_binding_protocol_guid,
|
||||
|
||||
@@ -70,6 +70,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||
#include <ipxe/efi/Protocol/SimpleTextInEx.h>
|
||||
#include <ipxe/efi/Protocol/SimpleTextOut.h>
|
||||
#include <ipxe/efi/Protocol/TcgService.h>
|
||||
#include <ipxe/efi/Protocol/Tcg2Protocol.h>
|
||||
#include <ipxe/efi/Protocol/Tcp4.h>
|
||||
#include <ipxe/efi/Protocol/Tcp6.h>
|
||||
#include <ipxe/efi/Protocol/Udp4.h>
|
||||
@@ -326,6 +327,10 @@ EFI_GUID efi_simple_text_output_protocol_guid
|
||||
EFI_GUID efi_tcg_protocol_guid
|
||||
= EFI_TCG_PROTOCOL_GUID;
|
||||
|
||||
/** TCG2 protocol GUID */
|
||||
EFI_GUID efi_tcg2_protocol_guid
|
||||
= EFI_TCG2_PROTOCOL_GUID;
|
||||
|
||||
/** TCPv4 protocol GUID */
|
||||
EFI_GUID efi_tcp4_protocol_guid
|
||||
= EFI_TCP4_PROTOCOL_GUID;
|
||||
|
||||
Reference in New Issue
Block a user