TianoCore EDK2 master
|
Go to the source code of this file.
Data Structures | |
struct | _PEI_LOCK_PHYSICAL_PRESENCE_PPI |
Macros | |
#define | PEI_LOCK_PHYSICAL_PRESENCE_PPI_GUID |
Typedefs | |
typedef struct _PEI_LOCK_PHYSICAL_PRESENCE_PPI | PEI_LOCK_PHYSICAL_PRESENCE_PPI |
typedef BOOLEAN(EFIAPI * | PEI_LOCK_PHYSICAL_PRESENCE) (IN CONST EFI_PEI_SERVICES **PeiServices) |
Variables | |
EFI_GUID | gPeiLockPhysicalPresencePpiGuid |
This file defines the lock physical Presence PPI. This PPI is produced by a platform specific PEIM and consumed by the TPM PEIM.
Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file LockPhysicalPresence.h.
#define PEI_LOCK_PHYSICAL_PRESENCE_PPI_GUID |
Global ID for the PEI_LOCK_PHYSICAL_PRESENCE_PPI_GUID.
Definition at line 17 of file LockPhysicalPresence.h.
typedef BOOLEAN(EFIAPI * PEI_LOCK_PHYSICAL_PRESENCE) (IN CONST EFI_PEI_SERVICES **PeiServices) |
This interface returns whether TPM physical presence needs be locked.
[in] | PeiServices | The pointer to the PEI Services Table. |
TRUE | The TPM physical presence should be locked. |
FALSE | The TPM physical presence cannot be locked. |
Definition at line 37 of file LockPhysicalPresence.h.
typedef struct _PEI_LOCK_PHYSICAL_PRESENCE_PPI PEI_LOCK_PHYSICAL_PRESENCE_PPI |
Forward declaration for the PEI_LOCK_PHYSICAL_PRESENCE_PPI
Definition at line 25 of file LockPhysicalPresence.h.