public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/6] Move/Extract generic duplicated code to Tpm2CommandLib
@ 2016-09-20 10:51 Star Zeng
  2016-09-20 10:51 ` [PATCH 1/6] SecuriryPkg/TPM2: Move Tpm2PcrAllocateBanks() " Star Zeng
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Star Zeng @ 2016-09-20 10:51 UTC (permalink / raw)
  To: edk2-devel; +Cc: Star Zeng, Chao B Zhang, Jiewen Yao

These patches move/extract Tpm2PcrAllocateBanks(),
Tpm2GetCapabilitySupportedAndActivePcrs(), CopyDigestListToBuffer(),
GetDigestListSize() and GetDigestFromDigestList() to Tpm2CommandLib.

Cc: Chao B Zhang <chao.b.zhang@intel.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>

Jiewen Yao (5):
  SecuriryPkg/TPM2: Move Tpm2PcrAllocateBanks() to Tpm2CommandLib
  SecuriryPkg/TPM2: Move GetDigestFromDigestList() to Tpm2CommandLib
  SecuriryPkg/TPM2: Move GetDigestListSize() to Tpm2CommandLib
  SecuriryPkg/TPM2: Move CopyDigestListToBuffer() to Tpm2CommandLib
  SecuriryPkg/TPM2: Extract GetSupportedAndActivePcrs to Tpm2CommandLib

Star Zeng (1):
  SecuriryPkg/TPM2: Update function header of GetDigestFromDigestList()

 SecurityPkg/Include/Library/Tpm2CommandLib.h       |  85 ++++++++-
 .../DxeTcg2PhysicalPresenceLib.c                   | 150 +---------------
 .../Library/Tpm2CommandLib/Tpm2Capability.c        |  92 ++++++++++
 SecurityPkg/Library/Tpm2CommandLib/Tpm2Help.c      | 147 +++++++++++++++-
 SecurityPkg/Library/Tpm2CommandLib/Tpm2Integrity.c | 134 +++++++++++++++
 SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.c                  | 191 +--------------------
 SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.c                  | 145 +---------------
 SecurityPkg/Tcg/TrEEDxe/TrEEDxe.c                  |  37 +---
 SecurityPkg/Tcg/TrEEPei/TrEEPei.c                  |  37 +---
 9 files changed, 470 insertions(+), 548 deletions(-)

-- 
2.7.0.windows.1



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-09-21  6:07 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-20 10:51 [PATCH 0/6] Move/Extract generic duplicated code to Tpm2CommandLib Star Zeng
2016-09-20 10:51 ` [PATCH 1/6] SecuriryPkg/TPM2: Move Tpm2PcrAllocateBanks() " Star Zeng
2016-09-20 10:51 ` [PATCH 2/6] SecuriryPkg/TPM2: Move GetDigestFromDigestList() " Star Zeng
2016-09-20 10:51 ` [PATCH 3/6] SecuriryPkg/TPM2: Update function header of GetDigestFromDigestList() Star Zeng
2016-09-20 10:51 ` [PATCH 4/6] SecuriryPkg/TPM2: Move GetDigestListSize() to Tpm2CommandLib Star Zeng
2016-09-20 10:51 ` [PATCH 5/6] SecuriryPkg/TPM2: Move CopyDigestListToBuffer() " Star Zeng
2016-09-20 10:51 ` [PATCH 6/6] SecuriryPkg/TPM2: Extract GetSupportedAndActivePcrs " Star Zeng
2016-09-21  6:05   ` Zhang, Chao B
2016-09-20 10:58 ` [PATCH 0/6] Move/Extract generic duplicated code " Zeng, Star
2016-09-20 14:47 ` Yao, Jiewen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox