[edk2-devel] [PATCH] IntelSiliconPkg/PcieSecurity: don't measure the device when TPM disabled

Qi Zhang qi1.zhang at intel.com
Thu Jul 1 06:22:49 UTC 2021


add gEfiTcg2ProtocolGuid to Depex

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

Cc: Jiewen Yao <jiewen.yao at intel.com>
Cc: Ray Ni <ray.ni at intel.com>
Cc: Rangasai V Chaganty <rangasai.v.chaganty at intel.com>
Cc: Qi Zhang <qi1.zhang at intel.com>
Signed-off-by: Qi Zhang <qi1.zhang at 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



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#77397): https://edk2.groups.io/g/devel/message/77397
Mute This Topic: https://groups.io/mt/83910638/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-






More information about the edk2-devel-archive mailing list