summaryrefslogtreecommitdiffstats
path: root/SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.c
Commit message (Expand)AuthorAgeFilesLines
* SecurityPkg: Update code to be more C11 compliant by using __func__Rebecca Cran2023-04-101-5/+5
* SecurityPkg: Reallocate TPM Active PCRs based on platform supportRodrigo Gonzalez del Cueto2021-12-171-11/+30
* SecurityPkg: Debug code to audit BIOS TPM extend operationsRodrigo Gonzalez del Cueto2021-12-171-1/+8
* SecurityPkg: Apply uncrustify changesMichael Kubacki2021-12-071-216/+231
* SecurityPkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney2021-12-071-11/+11
* SecurityPkg: Initailize variable Status before it is consumed.Zhiguang Liu2020-09-011-0/+1
* SecurityPkg/Tcg2: handle PRE HASH and LOG ONLYQi Zhang2020-08-261-5/+7
* SecurityPkg/Tcg2Pei: Use Migrated FV Info Hob for calculating hash (CVE-2019-...Guomin Jiang2020-07-281-3/+28
* SecurityPkg/Tcg2: Add TcgPpiJiewen Yao2020-07-231-26/+84
* SecurityPkg/Tcg2Pei: Add missing PCRIndex in FvBlob event.Jiewen Yao2020-07-111-0/+1
* SecurityPkg: Issues reported by ECC in EDK2.GuoMinJ2020-02-141-2/+2
* SecurityPkg/Tcg: Fix various typosAntoine Coeur2020-02-101-2/+2
* SecurityPkg/Tcg2Pei: Add TCG PFP 105 support.Jiewen Yao2020-01-061-14/+87
* SecurityPkg: Fix spelling errorsSean Brogan2019-10-231-8/+8
* SecurityPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* SecurityPkg Tcg(2)Pei: Remove the using of PcdPeiCoreMaxFvSupportedStar Zeng2018-12-191-22/+37
* SecurityPkg/Tcg: Add use case for new Perf macroDandan Bi2018-07-261-0/+4
* SecurityPkg: Clean up source filesLiming Gao2018-06-281-24/+24
* SecurityPkg/Tcg2Pei: drop Tcg2PhysicalPresenceLib dependencyMarc-André Lureau2018-03-021-2/+0
* SecurityPkg\Tcg2Pei: FV measure performance enhancementZhang, Chao B2017-10-151-73/+172
* SecurityPkg: Error Level is not used correctlyJeff Fan2017-04-121-2/+2
* SecurityPkg Tcg2Pei: Add comments into LogHashEvent()Star Zeng2016-11-211-0/+4
* SecurityPkg Tcg2Pei: Fix GCC build failure caused by 5919a9600e07Star Zeng2016-09-231-5/+5
* SecurityPkg/TPM2: Sync PcrAllocations and PcrMaskJiewen Yao2016-09-211-45/+66
* SecurityPkg/TPM2: Move CopyDigestListToBuffer() to Tpm2CommandLibJiewen Yao2016-09-211-82/+1
* SecurityPkg/TPM2: Move GetDigestListSize() to Tpm2CommandLibJiewen Yao2016-09-211-25/+0
* SecurityPkg/TPM2: Move GetDigestFromDigestList() to Tpm2CommandLibJiewen Yao2016-09-211-36/+1
* SecurityPkg Tcg2: Remove use of module internal API InternalIsZeroBuffer()Hao Wu2016-08-221-32/+5
* SecurityPkg Tcg2: Rename internal API IsZeroBuffer to InternalIsZeroBufferHao Wu2016-08-221-6/+6
* SecurityPkg: Use PcdGet32() to access PcdPeiCoreMaxFvSupportedLiming Gao2016-05-171-5/+5
* SecurityPkg Tcg2Pei: Fix a typo in function descriptionHao Wu2016-01-061-1/+1
* Add error handling for TPM in S3 resume failure.Yao, Jiewen2015-11-101-0/+50
* SecurityPkg: Use PcdSet##S to instead of PcdSet##Star Zeng2015-10-161-1/+2
* Add TPM2 support defined in trusted computing group.Yao, Jiewen2015-08-131-0/+946