]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Include/Library/TpmPlatformHierarchyLib.h
UefiPayloadPkg: Add a common FVB SMM module
[mirror_edk2.git] / SecurityPkg / Include / Library / TpmPlatformHierarchyLib.h
CommitLineData
610d8073
SB
1/** @file\r
2 TPM Platform Hierarchy configuration library.\r
3\r
4 This library provides functions for customizing the TPM's Platform Hierarchy\r
5 Authorization Value (platformAuth) and Platform Hierarchy Authorization\r
6 Policy (platformPolicy) can be defined through this function.\r
7\r
8Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>\r
9Copyright (c) Microsoft Corporation.<BR>\r
10SPDX-License-Identifier: BSD-2-Clause-Patent\r
11\r
12**/\r
13\r
2906e572
SB
14#ifndef TPM_PLATFORM_HIERARCHY_LIB_H_\r
15#define TPM_PLATFORM_HIERARCHY_LIB_H_\r
610d8073
SB
16\r
17/**\r
18 This service will perform the TPM Platform Hierarchy configuration at the SmmReadyToLock event.\r
19\r
20**/\r
21VOID\r
22EFIAPI\r
23ConfigureTpmPlatformHierarchy (\r
24 VOID\r
25 );\r
26\r
27#endif\r