From nobody Thu May 2 11:29:35 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+77397+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+77397+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1625120713; cv=none; d=zohomail.com; s=zohoarc; b=fWasRWwBLyevVFa69hLW0W44bA6r341tJGhxEinXfB3RpN9UMwHg7DBKcUOaU3Q6v2yDztsnuaxt7uKkngLNuoImjqHXARoVrij1pyuqIB/6Uw2hln7cGlpaDZyBwaH8u4LK6/wIDtlCVwoGLPInYV//xK460HnzCme2wSGPGeA= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1625120713; h=Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Sender:Subject:To; bh=htHa+xxBlbozCv4avKBoJT5w1qxkBxH757ZmW8LtA0k=; b=c8FIkDlU8yRnZrKrCPasTSEMo3aEQZxPtpmnDJy6aGtZLcPVWEd5MiUV8P4b/PA7db5WJ4Z6XyB3lFNnOx0u0wg4ZzfAl9b9t6Q1a4AQXZJjI1Q4kAxxvWE45s51o3lY4HeTS3qCaNnEz3b2PWBA+HQLTUbEBIpwHnibX0DeFmk= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+77397+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1625120713265510.17754235454504; Wed, 30 Jun 2021 23:25:13 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id R9oUYY1788612xJgCBc9kii8; Wed, 30 Jun 2021 23:25:12 -0700 X-Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mx.groups.io with SMTP id smtpd.web12.3504.1625120712170437679 for ; Wed, 30 Jun 2021 23:25:12 -0700 X-IronPort-AV: E=McAfee;i="6200,9189,10031"; a="208431129" X-IronPort-AV: E=Sophos;i="5.83,313,1616482800"; d="scan'208";a="208431129" X-Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2021 23:25:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.83,313,1616482800"; d="scan'208";a="626259161" X-Received: from shwdesssddpdqi.ccr.corp.intel.com ([10.239.157.130]) by orsmga005.jf.intel.com with ESMTP; 30 Jun 2021 23:25:01 -0700 From: "Qi Zhang" To: devel@edk2.groups.io Cc: Qi Zhang , Jiewen Yao , Ray Ni , Rangasai V Chaganty Subject: [edk2-devel] [PATCH] IntelSiliconPkg/PcieSecurity: don't measure the device when TPM disabled Date: Thu, 1 Jul 2021 14:22:49 +0800 Message-Id: <20210701062249.4520-1-qi1.zhang@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,qi1.zhang@intel.com X-Gm-Message-State: IXXQGqE9jgOjy0IwsKq9FAb2x1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1625120712; bh=gHPBztqoVXlmvnO9jh6Kru0DKgmggzi8vozjAv/Z0Ww=; h=Cc:Date:From:Reply-To:Subject:To; b=WG8di71itMdTD1Z/lRTmB0SZ/XYJLEX1AdVxQXFeSE9EYx0Btwnsf5f9h7YtQPB75hM h6Np86OqxCJnNc4Jc3FgXrFRy+x5gHg0ycDMPHeAmpid2brL+RxJ+GXU6R5A6nTxGGYzK SHKSxLu2rV8/wpHg5Y2qO3kZCEUS6CZik60= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" add gEfiTcg2ProtocolGuid to Depex REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3472 Cc: Jiewen Yao Cc: Ray Ni Cc: Rangasai V Chaganty Cc: Qi Zhang Signed-off-by: Qi Zhang Reviewed-by: Sai Chaganty =20 --- .../IntelPciDeviceSecurityDxe/IntelPciDeviceSecurityDxe.inf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Silicon/Intel/IntelSiliconPkg/Feature/PcieSecurity/IntelPciDev= iceSecurityDxe/IntelPciDeviceSecurityDxe.inf b/Silicon/Intel/IntelSiliconPk= g/Feature/PcieSecurity/IntelPciDeviceSecurityDxe/IntelPciDeviceSecurityDxe.= inf index b51b843bb5..076c49a4b0 100644 --- a/Silicon/Intel/IntelSiliconPkg/Feature/PcieSecurity/IntelPciDeviceSecu= rityDxe/IntelPciDeviceSecurityDxe.inf +++ b/Silicon/Intel/IntelSiliconPkg/Feature/PcieSecurity/IntelPciDeviceSecu= rityDxe/IntelPciDeviceSecurityDxe.inf @@ -41,4 +41,5 @@ gEdkiiDeviceIdentifierTypePciGuid ## COMSUMES =20 [Depex] - gEdkiiDeviceSecurityPolicyProtocolGuid + gEdkiiDeviceSecurityPolicyProtocolGuid AND + gEfiTcg2ProtocolGuid --=20 2.26.2.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- 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/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-