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