TianoCore EDK2 master
|
#include <PiPei.h>
#include <Guid/Tcg2PhysicalPresenceData.h>
#include <Ppi/ReadOnlyVariable2.h>
#include <Library/DebugLib.h>
#include <Library/PeiServicesLib.h>
#include <Library/PeiServicesTablePointerLib.h>
#include <Library/Tcg2PhysicalPresenceLib.h>
Go to the source code of this file.
Functions | |
UINT32 EFIAPI | Tcg2PhysicalPresenceLibGetManagementFlags (VOID) |
Get TPM 2.0 physical presence information.
This library will get TPM 2.0 physical presence information.
Copyright (c) 2015 - 2020, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file PeiTcg2PhysicalPresenceLib.c.
UINT32 EFIAPI Tcg2PhysicalPresenceLibGetManagementFlags | ( | VOID | ) |
Return TPM2 ManagementFlags set by PP interface.
ManagementFlags | TPM2 Management Flags. |
Definition at line 28 of file PeiTcg2PhysicalPresenceLib.c.