public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH] IntelSiliconPkg/PcieSecurity: don't measure the device when TPM disabled
@ 2021-07-01  6:22 Qi Zhang
  2021-07-07 18:39 ` Chaganty, Rangasai V
  0 siblings, 1 reply; 3+ messages in thread
From: Qi Zhang @ 2021-07-01  6:22 UTC (permalink / raw)
  To: devel; +Cc: Qi Zhang, Jiewen Yao, Ray Ni, Rangasai V Chaganty

add gEfiTcg2ProtocolGuid to Depex

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3472

Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Rangasai V Chaganty <rangasai.v.chaganty@intel.com>
Cc: Qi Zhang <qi1.zhang@intel.com>
Signed-off-by: Qi Zhang <qi1.zhang@intel.com>
---
 .../IntelPciDeviceSecurityDxe/IntelPciDeviceSecurityDxe.inf    | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Silicon/Intel/IntelSiliconPkg/Feature/PcieSecurity/IntelPciDeviceSecurityDxe/IntelPciDeviceSecurityDxe.inf b/Silicon/Intel/IntelSiliconPkg/Feature/PcieSecurity/IntelPciDeviceSecurityDxe/IntelPciDeviceSecurityDxe.inf
index b51b843bb5..076c49a4b0 100644
--- a/Silicon/Intel/IntelSiliconPkg/Feature/PcieSecurity/IntelPciDeviceSecurityDxe/IntelPciDeviceSecurityDxe.inf
+++ b/Silicon/Intel/IntelSiliconPkg/Feature/PcieSecurity/IntelPciDeviceSecurityDxe/IntelPciDeviceSecurityDxe.inf
@@ -41,4 +41,5 @@
   gEdkiiDeviceIdentifierTypePciGuid       ## COMSUMES
 
 [Depex]
-  gEdkiiDeviceSecurityPolicyProtocolGuid
+  gEdkiiDeviceSecurityPolicyProtocolGuid AND
+  gEfiTcg2ProtocolGuid
-- 
2.26.2.windows.1


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

* Re: [PATCH] IntelSiliconPkg/PcieSecurity: don't measure the device when TPM disabled
  2021-07-01  6:22 [PATCH] IntelSiliconPkg/PcieSecurity: don't measure the device when TPM disabled Qi Zhang
@ 2021-07-07 18:39 ` Chaganty, Rangasai V
  2021-07-07 22:57   ` [edk2-devel] " Michael D Kinney
  0 siblings, 1 reply; 3+ messages in thread
From: Chaganty, Rangasai V @ 2021-07-07 18:39 UTC (permalink / raw)
  To: Zhang, Qi1, devel@edk2.groups.io; +Cc: Yao, Jiewen, Ni, Ray

Reviewed-by: Sai Chaganty <rangasai.v.chaganty@intel.com>     

-----Original Message-----
From: Zhang, Qi1 <qi1.zhang@intel.com> 
Sent: Wednesday, June 30, 2021 11:23 PM
To: devel@edk2.groups.io
Cc: Zhang, Qi1 <qi1.zhang@intel.com>; Yao, Jiewen <jiewen.yao@intel.com>; Ni, Ray <ray.ni@intel.com>; Chaganty, Rangasai V <rangasai.v.chaganty@intel.com>
Subject: [PATCH] IntelSiliconPkg/PcieSecurity: don't measure the device when TPM disabled

add gEfiTcg2ProtocolGuid to Depex

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3472

Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Rangasai V Chaganty <rangasai.v.chaganty@intel.com>
Cc: Qi Zhang <qi1.zhang@intel.com>
Signed-off-by: Qi Zhang <qi1.zhang@intel.com>
---
 .../IntelPciDeviceSecurityDxe/IntelPciDeviceSecurityDxe.inf    | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Silicon/Intel/IntelSiliconPkg/Feature/PcieSecurity/IntelPciDeviceSecurityDxe/IntelPciDeviceSecurityDxe.inf b/Silicon/Intel/IntelSiliconPkg/Feature/PcieSecurity/IntelPciDeviceSecurityDxe/IntelPciDeviceSecurityDxe.inf
index b51b843bb5..076c49a4b0 100644
--- a/Silicon/Intel/IntelSiliconPkg/Feature/PcieSecurity/IntelPciDeviceSecurityDxe/IntelPciDeviceSecurityDxe.inf
+++ b/Silicon/Intel/IntelSiliconPkg/Feature/PcieSecurity/IntelPciDeviceSecurityDxe/IntelPciDeviceSecurityDxe.inf
@@ -41,4 +41,5 @@
   gEdkiiDeviceIdentifierTypePciGuid       ## COMSUMES

 

 [Depex]

-  gEdkiiDeviceSecurityPolicyProtocolGuid

+  gEdkiiDeviceSecurityPolicyProtocolGuid AND

+  gEfiTcg2ProtocolGuid

-- 
2.26.2.windows.1


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

* Re: [edk2-devel] [PATCH] IntelSiliconPkg/PcieSecurity: don't measure the device when TPM disabled
  2021-07-07 18:39 ` Chaganty, Rangasai V
@ 2021-07-07 22:57   ` Michael D Kinney
  0 siblings, 0 replies; 3+ messages in thread
From: Michael D Kinney @ 2021-07-07 22:57 UTC (permalink / raw)
  To: devel@edk2.groups.io, Chaganty, Rangasai V, Zhang, Qi1,
	Kinney, Michael D
  Cc: Yao, Jiewen, Ni, Ray

Pushed:

https://github.com/tianocore/edk2-platforms/commit/31a4bb942aefd90b465953be772ee7b41a9dd279

Mike

> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Chaganty, Rangasai V
> Sent: Wednesday, July 7, 2021 11:40 AM
> To: Zhang, Qi1 <qi1.zhang@intel.com>; devel@edk2.groups.io
> Cc: Yao, Jiewen <jiewen.yao@intel.com>; Ni, Ray <ray.ni@intel.com>
> Subject: Re: [edk2-devel] [PATCH] IntelSiliconPkg/PcieSecurity: don't measure the device when TPM disabled
> 
> Reviewed-by: Sai Chaganty <rangasai.v.chaganty@intel.com>
> 
> -----Original Message-----
> From: Zhang, Qi1 <qi1.zhang@intel.com>
> Sent: Wednesday, June 30, 2021 11:23 PM
> To: devel@edk2.groups.io
> Cc: Zhang, Qi1 <qi1.zhang@intel.com>; Yao, Jiewen <jiewen.yao@intel.com>; Ni, Ray <ray.ni@intel.com>; Chaganty, Rangasai V
> <rangasai.v.chaganty@intel.com>
> Subject: [PATCH] IntelSiliconPkg/PcieSecurity: don't measure the device when TPM disabled
> 
> add gEfiTcg2ProtocolGuid to Depex
> 
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3472
> 
> Cc: Jiewen Yao <jiewen.yao@intel.com>
> Cc: Ray Ni <ray.ni@intel.com>
> Cc: Rangasai V Chaganty <rangasai.v.chaganty@intel.com>
> Cc: Qi Zhang <qi1.zhang@intel.com>
> Signed-off-by: Qi Zhang <qi1.zhang@intel.com>
> ---
>  .../IntelPciDeviceSecurityDxe/IntelPciDeviceSecurityDxe.inf    | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/Silicon/Intel/IntelSiliconPkg/Feature/PcieSecurity/IntelPciDeviceSecurityDxe/IntelPciDeviceSecurityDxe.inf
> b/Silicon/Intel/IntelSiliconPkg/Feature/PcieSecurity/IntelPciDeviceSecurityDxe/IntelPciDeviceSecurityDxe.inf
> index b51b843bb5..076c49a4b0 100644
> --- a/Silicon/Intel/IntelSiliconPkg/Feature/PcieSecurity/IntelPciDeviceSecurityDxe/IntelPciDeviceSecurityDxe.inf
> +++ b/Silicon/Intel/IntelSiliconPkg/Feature/PcieSecurity/IntelPciDeviceSecurityDxe/IntelPciDeviceSecurityDxe.inf
> @@ -41,4 +41,5 @@
>    gEdkiiDeviceIdentifierTypePciGuid       ## COMSUMES
> 
> 
> 
>  [Depex]
> 
> -  gEdkiiDeviceSecurityPolicyProtocolGuid
> 
> +  gEdkiiDeviceSecurityPolicyProtocolGuid AND
> 
> +  gEfiTcg2ProtocolGuid
> 
> --
> 2.26.2.windows.1
> 
> 
> 
> 
> 


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

end of thread, other threads:[~2021-07-07 22:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-01  6:22 [PATCH] IntelSiliconPkg/PcieSecurity: don't measure the device when TPM disabled Qi Zhang
2021-07-07 18:39 ` Chaganty, Rangasai V
2021-07-07 22:57   ` [edk2-devel] " Michael D Kinney

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