TianoCore EDK2 master
Loading...
Searching...
No Matches
Tcg2Internal.h File Reference

Go to the source code of this file.

Data Structures

struct  TPM_INSTANCE_ID
 

Macros

#define EFI_TCG2_EVENT_LOG_FORMAT_DEFAULT   EFI_TCG2_EVENT_LOG_FORMAT_TCG_1_2
 
#define EFI_TCG2_EVENT_LOG_FORMAT_ALL   (EFI_TCG2_EVENT_LOG_FORMAT_TCG_1_2 | EFI_TCG2_EVENT_LOG_FORMAT_TCG_2)
 
#define TPM_INSTANCE_ID_LIST
 

Detailed Description

The internal header file defines the common structures for PEI and DXE modules.

Copyright (c) 2019, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file Tcg2Internal.h.

Macro Definition Documentation

◆ EFI_TCG2_EVENT_LOG_FORMAT_ALL

#define EFI_TCG2_EVENT_LOG_FORMAT_ALL   (EFI_TCG2_EVENT_LOG_FORMAT_TCG_1_2 | EFI_TCG2_EVENT_LOG_FORMAT_TCG_2)

Definition at line 13 of file Tcg2Internal.h.

◆ EFI_TCG2_EVENT_LOG_FORMAT_DEFAULT

#define EFI_TCG2_EVENT_LOG_FORMAT_DEFAULT   EFI_TCG2_EVENT_LOG_FORMAT_TCG_1_2

Definition at line 12 of file Tcg2Internal.h.

◆ TPM_INSTANCE_ID_LIST

#define TPM_INSTANCE_ID_LIST
Value:
{ \
{TPM_DEVICE_INTERFACE_NONE, TPM_DEVICE_NULL}, \
{TPM_DEVICE_INTERFACE_TPM12, TPM_DEVICE_1_2}, \
{TPM_DEVICE_INTERFACE_TPM20_DTPM, TPM_DEVICE_2_0_DTPM}, \
}

Definition at line 15 of file Tcg2Internal.h.