summaryrefslogtreecommitdiffstats
path: root/SecurityPkg/Tcg
Commit message (Expand)AuthorAgeFilesLines
* Move Smbios measurement from TCG driver to Smbios driver.Yao, Jiewen2015-10-276-108/+3
* Add suppressif around TCG hash seleciton checkbox in TCG2Yao, Jiewen2015-10-273-1/+75
* SecurityPkg: Use PcdSet##S to instead of PcdSet##Star Zeng2015-10-165-6/+11
* SecurityPkg: Use pointer instead of array to make code readable.Qiu Shumin2015-09-061-11/+24
* Add more strict check for MOR variable, besides MOR lock variable.Yao, Jiewen2015-09-021-7/+8
* SecurityPkg: Use safe string function.Qiu Shumin2015-08-281-26/+26
* SecurityPkg: Refine the local variable name to follow EDK2 coding style.Qiu Shumin2015-08-271-46/+46
* Add TPM2 support defined in trusted computing group.Yao, Jiewen2015-08-1329-0/+6790
* SecurityPkg/Tcg/MemoryOverwriteRequestControlLock: Add missing header file de...Qiu Shumin2015-08-031-0/+1
* Add Secure MOR implementation.Yao, Jiewen2015-07-286-0/+557
* SecurityPkg: Change TPM MMIO range attributeChao Zhang2015-07-282-4/+4
* SecurityPkg: Correct BootOrder/Boot#### measurement behaviorChao Zhang2015-07-152-22/+10
* SecurityPkg: Add default value for TPM action questionChao Zhang2015-07-101-26/+12
* SecurityPkg/TcgMor: move TPer Reset operation to this moduleTian Feng2015-06-263-7/+292
* Add performance optimization for Tcg/TrEE.Yao, Jiewen2015-03-044-9/+37
* Add TpmInitializationDonePpi to TPM PEI module.Yao, Jiewen2015-01-226-24/+75
* Check in missing patch for TPM error handling.Yao, Jiewen2015-01-131-5/+5
* Handle TPM device error and avoid deadloop in BDS.Yao, Jiewen2015-01-129-122/+129
* Add TPM Physical Presence >=128 operation value support.Yao, Jiewen2015-01-126-79/+124
* Fix potential NULL pointer dereference issue in TcgDxe & TreeDxe.Chao Zhang2014-12-102-3/+3
* Fix execution status & DEBUG message level mismatch. EFI_D_ERROR is used o...Chao Zhang2014-11-103-35/+35
* Remove redundant ASSERT in TcgDxe & TreeDxe. Some asserts are removed directl...Chao Zhang2014-10-312-25/+51
* Roll back the dependency change in MOR driver.Dong, Guo2014-09-261-1/+2
* SecurityPkg: Convert non DOS format files to DOS formatGao, Liming2014-09-0311-0/+0
* SecurityPkg: INF/DEC file updates to EDK II packagesDong, Guo2014-08-2822-0/+0
* SecurityPkg: INF/DEC file updates to EDK II packagesDong, Guo2014-08-2811-135/+247
* Update TcgPei and TrEEPei driver to make gEfiMdeModulePkgTokenSpaceGuid.PcdPe...Dong, Guo2014-08-222-4/+0
* Update TcgPei and TrEEPei driver to make gEfiMdeModulePkgTokenSpaceGuid.PcdPe...Dong, Guo2014-08-204-8/+22
* Update code to support VS2013 tool chain.Eric Dong2014-07-282-2/+6
* Config Access Protocol return value not follow spec, update code to follow it.Eric Dong2014-04-281-3/+12
* MdeModulePkg/SecurityPkg: Update TreePei to handle FvInfo2 and update FwVol o...Star Zeng2014-04-153-0/+25
* Remove hide TPM support.Dong Guo2014-03-2712-113/+15
* Fix current TPM device string missing. Use efivarstore instead of varstor, re...Jiewen Yao2014-03-218-177/+151
* Fix the return status when physical presence variable and MemoryOverwriteRequ...Dong Guo2014-03-173-14/+28
* Remove unused variable attribute flag.jyao12014-03-072-2/+2
* Upgrade TPM SSDT version from ACPI version 1 (ACPI 1.0 compatible) to version...Dong Guo2013-11-292-2/+2
* 1. Enable use-cases in PEI using SecurityPPI co-equal to the use-cases in DXE...Star Zeng2013-10-112-0/+7
* Add TPM2 implementation.jyao12013-09-1829-44/+5627
* Create PCDs in MdeModulePkg for ACPI table OEM_ID/OEM_TABLE_ID/OEM_REVISION/C...Star Zeng2013-09-166-8/+31
* Enhance TPM driver to protect TPM physical presence flags.Dong Guo2013-09-031-2/+17
* Fix overflow issue in TcgProtocolChao Zhang2013-06-061-3/+10
* Fix Gcc build errorczhang462012-11-291-1/+1
* Measure Processor location as system identity to PCR[1] according to Tcg serv...czhang462012-11-282-0/+116
* 1.Measure ACPI table data comes from flash event type EV_POST_CODE ACPI DATA ...czhang462012-11-273-0/+19
* Remove TPM selftest on S3 boot path to save timeczhang462012-10-221-3/+10
* Rename Trusted Hob to Measured FV hob and add Guided Hob layout structureczhang462012-09-282-15/+13
* Add Tper Reset Logic by using MOR bit.qianouyang2012-09-123-25/+72
* Enable TPM measurement lib to measure all PE image from a FV unmeasured by Tc...czhang462012-09-112-10/+108
* TcgPei is a generic module, so move PcdFirmwareVersionString to generic Pcd listczhang462012-09-061-1/+1
* fix compile error in TcgPeiczhang462012-09-051-1/+1