1. d2de448 Move Smbios measurement from TCG driver to Smbios driver. by Yao, Jiewen · 9 years ago
  2. c41eeb4 Add suppressif around TCG hash seleciton checkbox in TCG2 by Yao, Jiewen · 9 years ago
  3. fe3ca12 SecurityPkg: Use PcdSet##S to instead of PcdSet## by Star Zeng · 9 years ago
  4. 35e00ac SecurityPkg: Use pointer instead of array to make code readable. by Qiu Shumin · 9 years ago
  5. 7765665 Add more strict check for MOR variable, besides MOR lock variable. by Yao, Jiewen · 9 years ago
  6. d2e8af9 SecurityPkg: Use safe string function. by Qiu Shumin · 9 years ago
  7. a909257 SecurityPkg: Refine the local variable name to follow EDK2 coding style. by Qiu Shumin · 9 years ago
  8. 1abfa4c Add TPM2 support defined in trusted computing group. by Yao, Jiewen · 9 years ago
  9. 37ee497 SecurityPkg/Tcg/MemoryOverwriteRequestControlLock: Add missing header file description in INF file. by Qiu Shumin · 9 years ago
  10. 70c7664 Add Secure MOR implementation. by Yao, Jiewen · 9 years ago
  11. 161b835 SecurityPkg: Change TPM MMIO range attribute by Chao Zhang · 9 years ago
  12. 3681101 SecurityPkg: Correct BootOrder/Boot#### measurement behavior by Chao Zhang · 9 years ago
  13. cfa451c SecurityPkg: Add default value for TPM action question by Chao Zhang · 9 years ago
  14. 495ee9b SecurityPkg/TcgMor: move TPer Reset operation to this module by Tian Feng · 10 years ago
  15. 3dd05ac Add performance optimization for Tcg/TrEE. by Yao, Jiewen · 10 years ago
  16. 83a276f Add TpmInitializationDonePpi to TPM PEI module. by Yao, Jiewen · 10 years ago
  17. 5dbb663 Check in missing patch for TPM error handling. by Yao, Jiewen · 10 years ago
  18. 6f785cf Handle TPM device error and avoid deadloop in BDS. by Yao, Jiewen · 10 years ago
  19. 4610b23 Add TPM Physical Presence >=128 operation value support. by Yao, Jiewen · 10 years ago
  20. 61959fa Fix potential NULL pointer dereference issue in TcgDxe & TreeDxe. by Chao Zhang · 10 years ago
  21. 33985e3 Fix execution status & DEBUG message level mismatch. EFI_D_ERROR is used only when failure/case can’t be resolved by code. by Chao Zhang · 10 years ago
  22. f7fe68d Remove redundant ASSERT in TcgDxe & TreeDxe. Some asserts are removed directly, some are replaced by debug output. by Chao Zhang · 10 years ago
  23. 365614e Roll back the dependency change in MOR driver. by Dong, Guo · 10 years ago
  24. 4cfde6d SecurityPkg: Convert non DOS format files to DOS format by Gao, Liming · 10 years ago
  25. aced951 SecurityPkg: INF/DEC file updates to EDK II packages by Dong, Guo · 10 years ago
  26. 60c944c SecurityPkg: INF/DEC file updates to EDK II packages by Dong, Guo · 10 years ago
  27. 9ece15a Update TcgPei and TrEEPei driver to make gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported to be used as patchable PCD instead of Fixed PCD. by Dong, Guo · 10 years ago
  28. b5412ea Update TcgPei and TrEEPei driver to make gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported to be used as patchable PCD instead of Fixed PCD. by Dong, Guo · 10 years ago
  29. d419310 Update code to support VS2013 tool chain. by Eric Dong · 10 years ago
  30. 56dea5e Config Access Protocol return value not follow spec, update code to follow it. by Eric Dong · 11 years ago
  31. 387208a MdeModulePkg/SecurityPkg: Update TreePei to handle FvInfo2 and update FwVol of PeiCore to always install both FvInfo and FvInfo2. by Star Zeng · 11 years ago
  32. 2bc3637 Remove hide TPM support. by Dong Guo · 11 years ago
  33. 5437d45 Fix current TPM device string missing. Use efivarstore instead of varstor, remove TPM disable. by Jiewen Yao · 11 years ago
  34. 8a8c6c9 Fix the return status when physical presence variable and MemoryOverwriteRequestControl variable are corrupt. by Dong Guo · 11 years ago
  35. 207256b Remove unused variable attribute flag. by jyao1 · 11 years ago
  36. 8b7d84c Upgrade TPM SSDT version from ACPI version 1 (ACPI 1.0 compatible) to version 2 (ACPI 5.0 compatible). by Dong Guo · 11 years ago
  37. c793510 1. Enable use-cases in PEI using SecurityPPI co-equal to the use-cases in DXE using the Security Arch Protocol by Star Zeng · 11 years ago
  38. c1d9324 Add TPM2 implementation. by jyao1 · 11 years ago
  39. e84f07b Create PCDs in MdeModulePkg for ACPI table OEM_ID/OEM_TABLE_ID/OEM_REVISION/CREATOR_ID/CREATOR_REVISION customization. by Star Zeng · 11 years ago
  40. ed09456 Enhance TPM driver to protect TPM physical presence flags. by Dong Guo · 11 years ago
  41. 443bd74 Fix overflow issue in TcgProtocol by Chao Zhang · 12 years ago
  42. bcb7667 Fix Gcc build error by czhang46 · 12 years ago
  43. b25380e Measure Processor location as system identity to PCR[1] according to Tcg server spec by czhang46 · 12 years ago
  44. a332cfd 1.Measure ACPI table data comes from flash event type EV_POST_CODE ACPI DATA to PCR[0] by czhang46 · 12 years ago
  45. 6f6c785 Remove TPM selftest on S3 boot path to save time by czhang46 · 12 years ago
  46. 0758c83 Rename Trusted Hob to Measured FV hob and add Guided Hob layout structure by czhang46 · 12 years ago
  47. 504dfa9 Add Tper Reset Logic by using MOR bit. by qianouyang · 12 years ago
  48. 2aadc92 Enable TPM measurement lib to measure all PE image from a FV unmeasured by TcgPei by czhang46 · 12 years ago
  49. 59f968c TcgPei is a generic module, so move PcdFirmwareVersionString to generic Pcd list by czhang46 · 12 years ago
  50. 8cc0681 fix compile error in TcgPei by czhang46 · 12 years ago
  51. 055c829 TcgPei need to measure anything to PCR in S3 bootpath, so skip shadow logic. by czhang46 · 12 years ago
  52. 333a53e Use firmware version instead of hardcode string for S-CRTM version identifier by czhang46 · 12 years ago
  53. db999bd Remove MOR check box feature. should not have a switch to turn off MOR. by czhang46 · 12 years ago
  54. 15f2d73 Add TcgDxeHashLogExtendEvent EventLogLastEntry parameter update logic by czhang46 · 12 years ago
  55. 677e5c0 Fix TCG protocol TcgDxeHashLogExtendEvent and TcgDxeLogEvent SDL issue by czhang46 · 12 years ago
  56. be02dce Fix TCG protocol PassThroughToTpm() SDL issue by czhang46 · 12 years ago
  57. 9e945f7 Measure ExitBootServices failure case by czhang46 · 12 years ago
  58. f5af77a Fix a failure in TCG HashAll interface. by gdong1 · 12 years ago
  59. 5a50033 Enhance TCG driver to provide TPM physical presence lifetime lock capability. by gdong1 · 12 years ago
  60. 627c396 Defer TCG table publish after LASA/LAML in the table got updated. by gdong1 · 12 years ago
  61. dc204d5 Add comment for modules which have external input. by jyao1 · 13 years ago
  62. 82a1e09 Enhance TcgSmm driver to handle potential SetVariable failure case. by gdong1 · 13 years ago
  63. 54a2628 Fix system reboot automatically if changing the value of [TPM operation] by gdong1 · 13 years ago
  64. 3bbe68a Add Missing invocations to VA_END() for VA_START(). by rsun3 · 13 years ago
  65. fab1046 Update for SecurityPkg. by ydong10 · 13 years ago
  66. 209e6e3 Remove duplicated AML code definitions as they have been added to common header. by lzeng14 · 13 years ago
  67. 8720017 Fix build failure with MS ASL compiler. by gdong1 · 13 years ago
  68. 607599b Implement Tcg physical presence as a library instead of DXE driver in order that TPM can be locked as early as possible. by gdong1 · 13 years ago
  69. a0c56a8 Clean up the private GUID definition in module Level. by lgao4 · 13 years ago
  70. 81b7a60 Fix ICC build failure. by niruiyu · 13 years ago
  71. 0f7f6d2 Change related: by ydong10 · 13 years ago
  72. 0c18794 Add security package to repository. by gdong1 · 13 years ago