[edk2-devel] [PATCH v2 0/2] refine TPM2 operation pull down list

Qi Zhang posted 2 patches 3 years, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/edk2 tags/patchew/20200616073048.2019-1-qi1.zhang@intel.com
There is a newer version of this series
SecurityPkg/Include/Library/Tpm2CommandLib.h        | 16 ++++++++++++++++
SecurityPkg/Library/Tpm2CommandLib/Tpm2Capability.c | 40 ++++++++++++++++++++++++++++++++++++++++
SecurityPkg/Tcg/Tcg2Config/Tcg2Config.vfr           |  2 ++
SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigImpl.c         |  7 +++++++
SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigNvData.h       |  1 +
5 files changed, 66 insertions(+)
[edk2-devel] [PATCH v2 0/2] refine TPM2 operation pull down list
Posted by Qi Zhang 3 years, 9 months ago
v1 change: separate the change into two patches

Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Chao Zhang <chao.b.zhang@intel.com>
Cc: Rahul Kumar <rahul1.kumar@intel.com>
Signed-off-by: Qi Zhang <qi1.zhang@intel.com>

Qi Zhang (1):
  SecurityPkg/Tcg2Config: remove TPM2_ChangEPS if it is not supported.

Zhang, Qi (1):
  SecurityPkg/Tpm2CommandLib: add new function
    Tpm2GetCapabilityIsCmdImpl.

 SecurityPkg/Include/Library/Tpm2CommandLib.h        | 16 ++++++++++++++++
 SecurityPkg/Library/Tpm2CommandLib/Tpm2Capability.c | 40 ++++++++++++++++++++++++++++++++++++++++
 SecurityPkg/Tcg/Tcg2Config/Tcg2Config.vfr           |  2 ++
 SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigImpl.c         |  7 +++++++
 SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigNvData.h       |  1 +
 5 files changed, 66 insertions(+)

-- 
2.26.2.windows.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#61330): https://edk2.groups.io/g/devel/message/61330
Mute This Topic: https://groups.io/mt/74913406/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [PATCH v2 0/2] refine TPM2 operation pull down list
Posted by Zhang, Qi1 3 years, 8 months ago
Sorry for bothering you. But how about the review status of this patch?


> -----Original Message-----
> From: Zhang, Qi1 <qi1.zhang@intel.com>
> Sent: Tuesday, June 16, 2020 3:31 PM
> To: devel@edk2.groups.io
> Cc: Zhang, Qi1 <qi1.zhang@intel.com>; Yao, Jiewen <jiewen.yao@intel.com>;
> Wang, Jian J <jian.j.wang@intel.com>; Zhang, Chao B
> <chao.b.zhang@intel.com>; Kumar, Rahul1 <rahul1.kumar@intel.com>
> Subject: [PATCH v2 0/2] refine TPM2 operation pull down list
> 
> v1 change: separate the change into two patches
> 
> Cc: Jiewen Yao <jiewen.yao@intel.com>
> Cc: Jian J Wang <jian.j.wang@intel.com>
> Cc: Chao Zhang <chao.b.zhang@intel.com>
> Cc: Rahul Kumar <rahul1.kumar@intel.com>
> Signed-off-by: Qi Zhang <qi1.zhang@intel.com>
> 
> Qi Zhang (1):
>   SecurityPkg/Tcg2Config: remove TPM2_ChangEPS if it is not supported.
> 
> Zhang, Qi (1):
>   SecurityPkg/Tpm2CommandLib: add new function
>     Tpm2GetCapabilityIsCmdImpl.
> 
>  SecurityPkg/Include/Library/Tpm2CommandLib.h        | 16
> ++++++++++++++++
>  SecurityPkg/Library/Tpm2CommandLib/Tpm2Capability.c | 40
> ++++++++++++++++++++++++++++++++++++++++
>  SecurityPkg/Tcg/Tcg2Config/Tcg2Config.vfr           |  2 ++
>  SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigImpl.c         |  7 +++++++
>  SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigNvData.h       |  1 +
>  5 files changed, 66 insertions(+)
> 
> --
> 2.26.2.windows.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#62111): https://edk2.groups.io/g/devel/message/62111
Mute This Topic: https://groups.io/mt/74913406/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [PATCH v2 0/2] refine TPM2 operation pull down list
Posted by Yao, Jiewen 3 years, 8 months ago
Thanks.
I recommend we use full name Tpm2GetCapabilityIsCommandImplemented() instead of Tpm2GetCapabilityIsCmdImpl().

With that change, reviewed-by: Jiewen Yao <Jiewen.yao@intel.com>

> -----Original Message-----
> From: Zhang, Qi1 <qi1.zhang@intel.com>
> Sent: Tuesday, June 16, 2020 3:31 PM
> To: devel@edk2.groups.io
> Cc: Zhang, Qi1 <qi1.zhang@intel.com>; Yao, Jiewen <jiewen.yao@intel.com>;
> Wang, Jian J <jian.j.wang@intel.com>; Zhang, Chao B
> <chao.b.zhang@intel.com>; Kumar, Rahul1 <rahul1.kumar@intel.com>
> Subject: [PATCH v2 0/2] refine TPM2 operation pull down list
> 
> v1 change: separate the change into two patches
> 
> Cc: Jiewen Yao <jiewen.yao@intel.com>
> Cc: Jian J Wang <jian.j.wang@intel.com>
> Cc: Chao Zhang <chao.b.zhang@intel.com>
> Cc: Rahul Kumar <rahul1.kumar@intel.com>
> Signed-off-by: Qi Zhang <qi1.zhang@intel.com>
> 
> Qi Zhang (1):
>   SecurityPkg/Tcg2Config: remove TPM2_ChangEPS if it is not supported.
> 
> Zhang, Qi (1):
>   SecurityPkg/Tpm2CommandLib: add new function
>     Tpm2GetCapabilityIsCmdImpl.
> 
>  SecurityPkg/Include/Library/Tpm2CommandLib.h        | 16 ++++++++++++++++
>  SecurityPkg/Library/Tpm2CommandLib/Tpm2Capability.c | 40
> ++++++++++++++++++++++++++++++++++++++++
>  SecurityPkg/Tcg/Tcg2Config/Tcg2Config.vfr           |  2 ++
>  SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigImpl.c         |  7 +++++++
>  SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigNvData.h       |  1 +
>  5 files changed, 66 insertions(+)
> 
> --
> 2.26.2.windows.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#62057): https://edk2.groups.io/g/devel/message/62057
Mute This Topic: https://groups.io/mt/74913406/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-