From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.43; helo=mga05.intel.com; envelope-from=kelly.steele@intel.com; receiver=edk2-devel@lists.01.org Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (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 8963E20956096 for ; Thu, 15 Mar 2018 05:46:24 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Mar 2018 05:52:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,310,1517904000"; d="scan'208";a="25938211" Received: from orsmsx102.amr.corp.intel.com ([10.22.225.129]) by orsmga006.jf.intel.com with ESMTP; 15 Mar 2018 05:52:47 -0700 Received: from orsmsx114.amr.corp.intel.com ([169.254.8.126]) by ORSMSX102.amr.corp.intel.com ([169.254.3.86]) with mapi id 14.03.0319.002; Thu, 15 Mar 2018 05:52:47 -0700 From: "Steele, Kelly" To: "Zhang, Chao B" , "edk2-devel@lists.01.org" CC: "Yao, Jiewen" , "Kinney, Michael D" Thread-Topic: [PATCH 02/15] QuarkPlatformPkg: remove TrEE reference. Thread-Index: AQHTvDBDvn9fZLwIu0md+2oIpz8MJqPRQGyg Date: Thu, 15 Mar 2018 12:52:47 +0000 Message-ID: References: <20180315073537.16692-1-chao.b.zhang@intel.com> <20180315073537.16692-3-chao.b.zhang@intel.com> In-Reply-To: <20180315073537.16692-3-chao.b.zhang@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMWRhNzU2YTctMGQ2Mi00MDNlLWJlNWUtY2JlNTRjMTcxMzk1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjIuNS4xOCIsIlRydXN0ZWRMYWJlbEhhc2giOiJsZzdJeFwvWlwvSVprT0tjWVRKN05NYnNZQ0NFV0c4eGVrYWJsN3kzN1hjakNJQnJhYXlmMlRRSUZaYnVlZ1NDblcifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [10.22.254.139] MIME-Version: 1.0 Subject: Re: [PATCH 02/15] QuarkPlatformPkg: remove TrEE reference. 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: Thu, 15 Mar 2018 12:46:25 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Kelly Steele Thanks, Kelly > -----Original Message----- > From: Zhang, Chao B > Sent: March 15, 2018 00:35 > To: edk2-devel@lists.01.org > Cc: Yao, Jiewen ; Kinney, Michael D > ; Steele, Kelly ; > Zhang, Chao B > Subject: [PATCH 02/15] QuarkPlatformPkg: remove TrEE reference. >=20 > From: Jiewen Yao >=20 > TrEE is deprecated. We need use Tcg2. >=20 > Cc: Michael D Kinney > Cc: Kelly Steele > Cc: Chao B Zhang > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Jiewen Yao > --- > QuarkPlatformPkg/Quark.dsc | 2 +- > QuarkPlatformPkg/Quark.fdf | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/QuarkPlatformPkg/Quark.dsc b/QuarkPlatformPkg/Quark.dsc > index b47c2900bd..a43a5595d4 100644 > --- a/QuarkPlatformPkg/Quark.dsc > +++ b/QuarkPlatformPkg/Quark.dsc > @@ -619,7 +619,7 @@ > # Trusted Platform Module > # > !if $(MEASURED_BOOT_ENABLE) > - SecurityPkg/Tcg/TrEEConfig/TrEEConfigPei.inf > + SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigPei.inf > SecurityPkg/Tcg/TcgPei/TcgPei.inf > !endif >=20 > diff --git a/QuarkPlatformPkg/Quark.fdf b/QuarkPlatformPkg/Quark.fdf > index 609f6e9b35..4b130b2532 100644 > --- a/QuarkPlatformPkg/Quark.fdf > +++ b/QuarkPlatformPkg/Quark.fdf > @@ -348,7 +348,7 @@ INF MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf > INF UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationPei.inf > INF UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei.inf > !if $(MEASURED_BOOT_ENABLE) > -INF SecurityPkg/Tcg/TrEEConfig/TrEEConfigPei.inf > +INF SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigPei.inf > INF SecurityPkg/Tcg/TcgPei/TcgPei.inf > !endif >=20 > -- > 2.16.2.windows.1