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.115; helo=mga14.intel.com; envelope-from=chasel.chiu@intel.com; receiver=edk2-devel@lists.01.org Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (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 EEDB5202E53B6 for ; Wed, 13 Feb 2019 01:11:10 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Feb 2019 01:11:10 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,365,1544515200"; d="scan'208";a="126086962" Received: from pgsmsx112-dag.png.intel.com (HELO PGSMSX112.gar.corp.intel.com) ([10.108.55.234]) by orsmga003.jf.intel.com with ESMTP; 13 Feb 2019 01:11:09 -0800 Received: from pgsmsx111.gar.corp.intel.com ([169.254.2.192]) by PGSMSX112.gar.corp.intel.com ([169.254.3.242]) with mapi id 14.03.0415.000; Wed, 13 Feb 2019 17:11:08 +0800 From: "Chiu, Chasel" To: "Gao, Liming" , "edk2-devel@lists.01.org" Thread-Topic: [edk2] [Patch edk2 Wiki] Add three features for edk2-stable201903 Thread-Index: AQHUw1QZsu0R1CHOjUGQZSDlnAwJPqXdcWUA Date: Wed, 13 Feb 2019 09:11:08 +0000 Message-ID: <3C3EFB470A303B4AB093197B6777CCEC50260E46@PGSMSX111.gar.corp.intel.com> References: <1550031844-4236-1-git-send-email-liming.gao@intel.com> In-Reply-To: <1550031844-4236-1-git-send-email-liming.gao@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMzU3ZDhhMWEtZjczMS00MGEzLWJkMDYtNTc4NDdmOTQ4NjA3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoidklrMkI1UDEwNVRGc1BEcCtOOEpSZTZwTUppSXVSZ3lDeURJZEsrdWdJRmtmQjh6VmFhTVBBRk8rdklydTNGdSJ9 x-ctpclassification: CTP_NT x-originating-ip: [172.30.20.206] MIME-Version: 1.0 Subject: Re: [Patch edk2 Wiki] Add three features for edk2-stable201903 X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Feb 2019 09:11:11 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Chasel Chiu > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of > Liming Gao > Sent: Wednesday, February 13, 2019 12:24 PM > To: edk2-devel@lists.01.org > Subject: [edk2] [Patch edk2 Wiki] Add three features for edk2-stable20190= 3 >=20 > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Liming Gao > --- > EDK-II-Release-Planning.md | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) >=20 > diff --git a/EDK-II-Release-Planning.md b/EDK-II-Release-Planning.md inde= x > f302be3..095da69 100644 > --- a/EDK-II-Release-Planning.md > +++ b/EDK-II-Release-Planning.md > @@ -24,7 +24,9 @@ > * [Remove PcdPeiCoreMaxXXX > PCDs](https://bugzilla.tianocore.org/show_bug.cgi?id=3D1405) > * [Remove unused tool logic in BaseTools > C\Python](https://bugzilla.tianocore.org/show_bug.cgi?id=3D1350) > * [BaseTools: Enable component override > functionality](https://bugzilla.tianocore.org/show_bug.cgi?id=3D1449) > -* [SMM CET support](https://bugzilla.tianocore.org/show_bug.cgi?id=3D152= 1) > +* [Support PI1.7 > +EFI_PEI_CORE_FV_LOCATION_PPI](https://bugzilla.tianocore.org/show_bug. > c > +gi?id=3D1524) > +* [Remove unused tool chain configuration in > +tools_def.template](https://bugzilla.tianocore.org/show_bug.cgi?id=3D137= 7 > +) > +* [BaseTools supports to the driver > +combination](https://bugzilla.tianocore.org/show_bug.cgi?id=3D1520) > * Standalone MM build of authenticated variable stack (bugzilla link TBD= ) > * TBD Bugzilla List >=20 > -- > 2.13.0.windows.1 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel