mirror of https://github.com/acidanthera/audk.git
SecurityPkg/Tcg: Make Tcg2PlatformPei buildable and fix style issues
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
This commit is contained in:
parent
a4867dea2a
commit
2fa89c8e11
|
@ -1,4 +1,5 @@
|
|||
/** @file
|
||||
Configure TPM 2 platform hierarchy on TPM state resume failure on S3 resume
|
||||
|
||||
Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
|
||||
Copyright (c) Microsoft Corporation.<BR>
|
||||
|
@ -24,12 +25,12 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
|
|||
/**
|
||||
This function handles PlatformInit task at the end of PEI
|
||||
|
||||
@param[in] PeiServices Pointer to PEI Services Table.
|
||||
@param[in] NotifyDesc Pointer to the descriptor for the Notification event that
|
||||
caused this function to execute.
|
||||
@param[in] Ppi Pointer to the PPI data associated with this function.
|
||||
@param[in] PeiServices Pointer to PEI Services Table.
|
||||
@param[in] NotifyDescriptor Pointer to the descriptor for the Notification event that
|
||||
caused this function to execute.
|
||||
@param[in] Ppi Pointer to the PPI data associated with this function.
|
||||
|
||||
@retval EFI_SUCCESS The function completes successfully
|
||||
@retval EFI_SUCCESS The function completes successfully
|
||||
@retval others
|
||||
**/
|
||||
EFI_STATUS
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
### @file
|
||||
## @file
|
||||
# Configure TPM 2 platform hierarchy on TPM state resume failure on S3 resume
|
||||
#
|
||||
# Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
|
||||
#
|
||||
|
@ -35,7 +36,6 @@
|
|||
[Packages]
|
||||
MdePkg/MdePkg.dec
|
||||
SecurityPkg/SecurityPkg.dec
|
||||
MinPlatformPkg/MinPlatformPkg.dec
|
||||
|
||||
[Sources]
|
||||
Tcg2PlatformPei.c
|
||||
|
|
Loading…
Reference in New Issue