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.93, mailfrom: ray.ni@intel.com) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by groups.io with SMTP; Thu, 16 May 2019 01:38:20 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 May 2019 01:38:19 -0700 X-ExtLoop1: 1 Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga005.fm.intel.com with ESMTP; 16 May 2019 01:38:19 -0700 Received: from fmsmsx102.amr.corp.intel.com (10.18.124.200) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 16 May 2019 01:38:19 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX102.amr.corp.intel.com (10.18.124.200) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 16 May 2019 01:38:19 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.33]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.216]) with mapi id 14.03.0415.000; Thu, 16 May 2019 16:38:17 +0800 From: "Ni, Ray" To: "Chiu, Chasel" , "Desimone, Nathaniel L" , "Zeng, Star" CC: "devel@edk2.groups.io" Subject: [edk2-devel][Patch] IntelFspPkg&IntelFspWrapperPkg: Remove them Thread-Topic: [edk2-devel][Patch] IntelFspPkg&IntelFspWrapperPkg: Remove them Thread-Index: AdULwKJ8BTq0CvVZRW65gC1+T1cXMA== Date: Thu, 16 May 2019 08:38:16 +0000 Message-ID: <734D49CCEBEEF84792F5B80ED585239D5C143DA4@SHSMSX104.ccr.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 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.