From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.100; helo=mga07.intel.com; envelope-from=chao.b.zhang@intel.com; receiver=edk2-devel@lists.01.org Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 8A7CB223522AD for ; Mon, 12 Mar 2018 18:14:23 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Mar 2018 18:20:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,463,1515484800"; d="scan'208";a="207619138" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga005.jf.intel.com with ESMTP; 12 Mar 2018 18:20:44 -0700 Received: from fmsmsx156.amr.corp.intel.com (10.18.116.74) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 12 Mar 2018 18:20:43 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx156.amr.corp.intel.com (10.18.116.74) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 12 Mar 2018 18:20:43 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.80]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.235]) with mapi id 14.03.0319.002; Tue, 13 Mar 2018 09:20:41 +0800 From: "Zhang, Chao B" To: Laszlo Ersek , edk2-devel-01 CC: "Yao, Jiewen" Thread-Topic: [PATCH 2/2] SecurityPkg/TcgPei: drop PeiReadOnlyVariable from Depex Thread-Index: AQHTt+IBsipPxRtWQUuXDRibZdU3TqPNYyAw Date: Tue, 13 Mar 2018 01:20:40 +0000 Message-ID: References: <20180309200525.27376-1-lersek@redhat.com> <20180309200525.27376-3-lersek@redhat.com> In-Reply-To: <20180309200525.27376-3-lersek@redhat.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMTE1ZDVmNTgtODdkNS00NzE2LTg4YjQtMjIxOWQ3YTllYzY2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjIuNS4xOCIsIlRydXN0ZWRMYWJlbEhhc2giOiJjeTBUMUN3Tk1KcHA4WXNwUFJcL1hwRGhjdktcLzJRdVR3aEFBZVo1ZzErQXhBbDVaR00rXC9WK2VaUWRneVRyZzhQIn0= dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH 2/2] SecurityPkg/TcgPei: drop PeiReadOnlyVariable from Depex X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Mar 2018 01:14:23 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Chao Zhang -----Original Message----- From: Laszlo Ersek [mailto:lersek@redhat.com]=20 Sent: Saturday, March 10, 2018 4:05 AM To: edk2-devel-01 Cc: Zhang, Chao B ; Yao, Jiewen Subject: [PATCH 2/2] SecurityPkg/TcgPei: drop PeiReadOnlyVariable from Depe= x TcgPei doesn't actually use the PEI-phase read-only variable service, so dr= op that from the Depex. This patch was inspired by commit ab9e11da6651 ("SecurityPkg/Tcg2Pei: drop = PeiReadOnlyVariable from Depex", 2018-03-09). Cc: Chao Zhang Cc: Jiewen Yao Suggested-by: Chao Zhang Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Laszlo Ersek --- SecurityPkg/Tcg/TcgPei/TcgPei.inf | 1 - 1 file changed, 1 deletion(-) diff --git a/SecurityPkg/Tcg/TcgPei/TcgPei.inf b/SecurityPkg/Tcg/TcgPei/Tcg= Pei.inf index 9a44d8fbda51..57ce7263e909 100644 --- a/SecurityPkg/Tcg/TcgPei/TcgPei.inf +++ b/SecurityPkg/Tcg/TcgPei/TcgPei.inf @@ -85,7 +85,6 @@ [Pcd] =20 [Depex] gEfiPeiMasterBootModePpiGuid AND - gEfiPeiReadOnlyVariable2PpiGuid AND gEfiTpmDeviceSelectedGuid =20 [UserExtensions.TianoCore."ExtraFiles"] -- 2.14.1.3.gb7cf6e02401b