There is typo in the title of patches, SecuriryPkg should be SecurityPkg and I 
have correct it at local, you may skip it when reviewing patches.

Thanks,
Star
-----Original Message-----
From: Zeng, Star 
Sent: Tuesday, September 20, 2016 6:51 PM
To: edk2-devel@lists.01.org
Cc: Zeng, Star <star.z...@intel.com>; Zhang, Chao B <chao.b.zh...@intel.com>; 
Yao, Jiewen <jiewen....@intel.com>
Subject: [PATCH 0/6] Move/Extract generic duplicated code to Tpm2CommandLib

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

Cc: Chao B Zhang <chao.b.zh...@intel.com>
Cc: Jiewen Yao <jiewen....@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

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to