summaryrefslogtreecommitdiff
path: root/SecurityPkg/Tcg
AgeCommit message (Expand)AuthorFilesLines
2015-03-04Add performance optimization for Tcg/TrEE.Yao, Jiewen4-9/+37
2015-01-22Add TpmInitializationDonePpi to TPM PEI module.Yao, Jiewen6-24/+75
2015-01-13Check in missing patch for TPM error handling.Yao, Jiewen1-5/+5
2015-01-12Handle TPM device error and avoid deadloop in BDS.Yao, Jiewen9-122/+129
2015-01-12Add TPM Physical Presence >=128 operation value support.Yao, Jiewen6-79/+124
2014-12-10Fix potential NULL pointer dereference issue in TcgDxe & TreeDxe.Chao Zhang2-3/+3
2014-11-10 Fix execution status & DEBUG message level mismatch. EFI_D_ERROR is used o...Chao Zhang3-35/+35
2014-10-31Remove redundant ASSERT in TcgDxe & TreeDxe. Some asserts are removed directl...Chao Zhang2-25/+51
2014-09-26Roll back the dependency change in MOR driver.Dong, Guo1-1/+2
2014-09-03SecurityPkg: Convert non DOS format files to DOS formatGao, Liming11-0/+0
2014-08-28SecurityPkg: INF/DEC file updates to EDK II packagesDong, Guo22-0/+0
2014-08-28SecurityPkg: INF/DEC file updates to EDK II packagesDong, Guo11-135/+247
2014-08-22Update TcgPei and TrEEPei driver to make gEfiMdeModulePkgTokenSpaceGuid.PcdPe...Dong, Guo2-4/+0
2014-08-20Update TcgPei and TrEEPei driver to make gEfiMdeModulePkgTokenSpaceGuid.PcdPe...Dong, Guo4-8/+22
2014-07-28Update code to support VS2013 tool chain.Eric Dong2-2/+6
2014-04-28Config Access Protocol return value not follow spec, update code to follow it.Eric Dong1-3/+12
2014-04-15MdeModulePkg/SecurityPkg: Update TreePei to handle FvInfo2 and update FwVol o...Star Zeng3-0/+25
2014-03-27Remove hide TPM support.Dong Guo12-113/+15
2014-03-21Fix current TPM device string missing. Use efivarstore instead of varstor, re...Jiewen Yao8-177/+151
2014-03-17Fix the return status when physical presence variable and MemoryOverwriteRequ...Dong Guo3-14/+28
2014-03-07Remove unused variable attribute flag.jyao12-2/+2
2013-11-29Upgrade TPM SSDT version from ACPI version 1 (ACPI 1.0 compatible) to version...Dong Guo2-2/+2
2013-10-111. Enable use-cases in PEI using SecurityPPI co-equal to the use-cases in DXE...Star Zeng2-0/+7
2013-09-18Add TPM2 implementation.jyao129-44/+5627
2013-09-16Create PCDs in MdeModulePkg for ACPI table OEM_ID/OEM_TABLE_ID/OEM_REVISION/C...Star Zeng6-8/+31
2013-09-03Enhance TPM driver to protect TPM physical presence flags.Dong Guo1-2/+17
2013-06-06Fix overflow issue in TcgProtocolChao Zhang1-3/+10
2012-11-29Fix Gcc build errorczhang461-1/+1
2012-11-28Measure Processor location as system identity to PCR[1] according to Tcg serv...czhang462-0/+116
2012-11-271.Measure ACPI table data comes from flash event type EV_POST_CODE ACPI DATA ...czhang463-0/+19
2012-10-22 Remove TPM selftest on S3 boot path to save timeczhang461-3/+10
2012-09-28Rename Trusted Hob to Measured FV hob and add Guided Hob layout structureczhang462-15/+13
2012-09-12Add Tper Reset Logic by using MOR bit.qianouyang3-25/+72
2012-09-11Enable TPM measurement lib to measure all PE image from a FV unmeasured by Tc...czhang462-10/+108
2012-09-06TcgPei is a generic module, so move PcdFirmwareVersionString to generic Pcd listczhang461-1/+1
2012-09-05fix compile error in TcgPeiczhang461-1/+1
2012-08-28TcgPei need to measure anything to PCR in S3 bootpath, so skip shadow logic.czhang461-11/+16
2012-08-27Use firmware version instead of hardcode string for S-CRTM version identifierczhang462-6/+9
2012-08-24Remove MOR check box feature. should not have a switch to turn off MOR.czhang465-9/+0
2012-08-23Add TcgDxeHashLogExtendEvent EventLogLastEntry parameter update logicczhang461-7/+14
2012-08-21Fix TCG protocol TcgDxeHashLogExtendEvent and TcgDxeLogEvent SDL issueczhang461-1/+13
2012-08-17Fix TCG protocol PassThroughToTpm() SDL issueczhang462-3/+31
2012-08-02Measure ExitBootServices failure caseczhang462-0/+42
2012-07-26Fix a failure in TCG HashAll interface.gdong11-0/+4
2012-07-26Enhance TCG driver to provide TPM physical presence lifetime lock capability.gdong12-10/+47
2012-07-09Defer TCG table publish after LASA/LAML in the table got updated.gdong11-6/+6
2012-06-12Add comment for modules which have external input.jyao12-0/+18
2012-05-11Enhance TcgSmm driver to handle potential SetVariable failure case.gdong14-97/+138
2012-03-09Fix system reboot automatically if changing the value of [TPM operation]gdong12-19/+14
2012-02-01Add Missing invocations to VA_END() for VA_START().rsun31-5/+7