|
SecurityPkg[all]
0.98
|
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
| #define PEI_LOCK_PHYSICAL_PRESENCE_PPI_GUID |
Global ID for the PEI_LOCK_PHYSICAL_PRESENCE_PPI_GUID.
| 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. |
| typedef struct _PEI_LOCK_PHYSICAL_PRESENCE_PPI PEI_LOCK_PHYSICAL_PRESENCE_PPI |
Forward declaration for the PEI_LOCK_PHYSICAL_PRESENCE_PPI
| EFI_GUID gPeiLockPhysicalPresencePpiGuid |