From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.88, mailfrom: ray.ni@intel.com) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by groups.io with SMTP; Tue, 11 Jun 2019 00:24:02 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Jun 2019 00:24:02 -0700 X-ExtLoop1: 1 Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga006.fm.intel.com with ESMTP; 11 Jun 2019 00:24:02 -0700 Received: from fmsmsx118.amr.corp.intel.com (10.18.116.18) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 11 Jun 2019 00:24:01 -0700 Received: from shsmsx107.ccr.corp.intel.com (10.239.4.96) by fmsmsx118.amr.corp.intel.com (10.18.116.18) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 11 Jun 2019 00:24:01 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.137]) by SHSMSX107.ccr.corp.intel.com ([169.254.9.98]) with mapi id 14.03.0415.000; Tue, 11 Jun 2019 15:24:00 +0800 From: "Ni, Ray" To: "Chiu, Chasel" , "Desimone, Nathaniel L" , "Zeng, Star" CC: "devel@edk2.groups.io" Subject: Re: [edk2-devel][Patch] IntelFspPkg&IntelFspWrapperPkg: Remove them Thread-Topic: [edk2-devel][Patch] IntelFspPkg&IntelFspWrapperPkg: Remove them Thread-Index: AdULwKJ8BTq0CvVZRW65gC1+T1cXMAQbCUOQAP44TuAAADlgAA== Date: Tue, 11 Jun 2019 07:23:59 +0000 Message-ID: <734D49CCEBEEF84792F5B80ED585239D5C1A09E4@SHSMSX104.ccr.corp.intel.com> References: <734D49CCEBEEF84792F5B80ED585239D5C143DA4@SHSMSX104.ccr.corp.intel.com> <02A34F284D1DA44BB705E61F7180EF0AAEBD4FB2@ORSMSX114.amr.corp.intel.com> <3C3EFB470A303B4AB093197B6777CCEC50342F57@PGSMSX111.gar.corp.intel.com> In-Reply-To: <3C3EFB470A303B4AB093197B6777CCEC50342F57@PGSMSX111.gar.corp.intel.com> Accept-Language: en-US, zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: ray.ni@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Chasel, Nate, Thanks. I will remove the two packages ASAP. > -----Original Message----- > From: Chiu, Chasel > Sent: Tuesday, June 11, 2019 3:19 PM > To: Desimone, Nathaniel L ; Ni, Ray > ; Zeng, Star > Cc: devel@edk2.groups.io > Subject: RE: [edk2-devel][Patch] IntelFspPkg&IntelFspWrapperPkg: Remove > them >=20 >=20 > Just committed this fix. > https://edk2.groups.io/g/devel/topic/31860753#41659 >=20 > Thanks! > Chasel >=20 >=20 > > -----Original Message----- > > From: Desimone, Nathaniel L > > Sent: Thursday, June 6, 2019 1:59 PM > > To: Ni, Ray ; Chiu, Chasel ; > > Zeng, Star > > Cc: devel@edk2.groups.io > > Subject: RE: [edk2-devel][Patch] IntelFspPkg&IntelFspWrapperPkg: > > Remove them > > > > Please commit Chasel's fix for > > https://edk2.groups.io/g/devel/topic/31860753#41659 > > > > Once Chasel's fix is committed... > > > > Reviewed-by: Nate DeSimone > > > > -----Original Message----- > > From: Ni, Ray > > Sent: Thursday, May 16, 2019 1:38 AM > > To: Chiu, Chasel ; Desimone, Nathaniel L > > ; Zeng, Star > > Cc: devel@edk2.groups.io > > Subject: [edk2-devel][Patch] IntelFspPkg&IntelFspWrapperPkg: Remove > > them > > > > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1819 > > > > Since there are V2 FSP packages (IntelFsp2Pkg, IntelFsp2WrapperPkg), > > this patch removes IntelFspPkg, IntelFspWrapperPkg to remove obsolete > > code in edk2 repo. > > > > Signed-off-by: Ray Ni > > Cc: Chasel Chiu > > Cc: Nate DeSimone > > Cc: Star Zeng > > -------------- > > NOTE: This patch is to completely remove IntelFspPkg and > > IntelFspWrapperPkg folder in edk2 repo. > > I don't want to flood people's inbox with a big patch just removing > > every line of code in this two packages. > > > > The patch that modifies Maintainers.txt will be sent out later after > > IntelFspPkg and IntelFspWrapperPkg are removed.