summaryrefslogtreecommitdiff
path: root/SecurityPkg/Tcg/Tcg2Pei
AgeCommit message (Expand)AuthorFilesLines
2023-04-10SecurityPkg: Update code to be more C11 compliant by using __func__Rebecca Cran1-5/+5
2021-12-17SecurityPkg: Reallocate TPM Active PCRs based on platform supportRodrigo Gonzalez del Cueto2-11/+31
2021-12-17SecurityPkg: Debug code to audit BIOS TPM extend operationsRodrigo Gonzalez del Cueto1-1/+8
2021-12-07SecurityPkg: Apply uncrustify changesMichael Kubacki1-216/+231
2021-12-07SecurityPkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney1-11/+11
2020-09-01SecurityPkg: Initailize variable Status before it is consumed.Zhiguang Liu1-0/+1
2020-08-26SecurityPkg/Tcg2: handle PRE HASH and LOG ONLYQi Zhang1-5/+7
2020-07-28SecurityPkg/Tcg2Pei: Use Migrated FV Info Hob for calculating hash (CVE-2019-...Guomin Jiang2-3/+29
2020-07-23SecurityPkg/Tcg2: Add TcgPpiJiewen Yao2-27/+86
2020-07-11SecurityPkg/Tcg2Pei: Add missing PCRIndex in FvBlob event.Jiewen Yao1-0/+1
2020-02-14SecurityPkg: Issues reported by ECC in EDK2.GuoMinJ1-2/+2
2020-02-10SecurityPkg/Tcg: Fix various typosAntoine Coeur1-2/+2
2020-01-06SecurityPkg/Tcg2Pei: Add TCG PFP 105 support.Jiewen Yao2-14/+89
2019-10-23SecurityPkg: Fix spelling errorsSean Brogan1-8/+8
2019-04-09SecurityPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney4-25/+4
2018-12-19SecurityPkg Tcg(2)Pei: Remove the using of PcdPeiCoreMaxFvSupportedStar Zeng2-23/+37
2018-11-21SecurityPkg: Update TCG PFP spec revision.Zhang, Chao B1-2/+2
2018-07-26SecurityPkg/Tcg: Add use case for new Perf macroDandan Bi1-0/+4
2018-06-29SecurityPkg: Removing ipf which is no longer supported from edk2.chenc21-2/+2
2018-06-28SecurityPkg: Clean up source filesLiming Gao2-27/+27
2018-03-09SecurityPkg/Tcg2Pei: drop PeiReadOnlyVariable from DepexMarc-André Lureau1-1/+0
2018-03-02SecurityPkg/Tcg2Pei: drop Tcg2PhysicalPresenceLib dependencyMarc-André Lureau2-3/+0
2017-10-15SecurityPkg\Tcg2Pei: FV measure performance enhancementZhang, Chao B2-73/+174
2017-05-11SecurityPkg: Add TCG Spec info to TCG related modulesZhang, Chao B1-1/+6
2017-04-12SecurityPkg: Error Level is not used correctlyJeff Fan1-2/+2
2016-11-21SecurityPkg Tcg2Pei: Add comments into LogHashEvent()Star Zeng1-0/+4
2016-09-23SecurityPkg Tcg2Pei: Fix GCC build failure caused by 5919a9600e07Star Zeng1-5/+5
2016-09-21SecurityPkg/TPM2: Sync PcrAllocations and PcrMaskJiewen Yao2-46/+68
2016-09-21SecurityPkg/TPM2: Move CopyDigestListToBuffer() to Tpm2CommandLibJiewen Yao1-82/+1
2016-09-21SecurityPkg/TPM2: Move GetDigestListSize() to Tpm2CommandLibJiewen Yao1-25/+0
2016-09-21SecurityPkg/TPM2: Move GetDigestFromDigestList() to Tpm2CommandLibJiewen Yao1-36/+1
2016-08-22SecurityPkg Tcg2: Remove use of module internal API InternalIsZeroBuffer()Hao Wu1-32/+5
2016-08-22SecurityPkg Tcg2: Rename internal API IsZeroBuffer to InternalIsZeroBufferHao Wu1-6/+6
2016-05-17SecurityPkg: Use PcdGet32() to access PcdPeiCoreMaxFvSupportedLiming Gao1-5/+5
2016-01-06SecurityPkg Tcg2Pei: Fix a typo in function descriptionHao Wu1-1/+1
2015-12-17SecurityPkg: Correct Pcd Usage PcdTpm2HashMask in Tcg2PeiLiming Gao1-1/+3
2015-12-15SecurityPkg: Convert all .uni files to utf-8Jordan Justen2-0/+0
2015-11-10Add error handling for TPM in S3 resume failure.Yao, Jiewen1-0/+50
2015-10-16SecurityPkg: Use PcdSet##S to instead of PcdSet##Star Zeng1-1/+2
2015-08-13Add TPM2 support defined in trusted computing group.Yao, Jiewen4-0/+1035