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.31; helo=mga06.intel.com; envelope-from=liming.gao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (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 778A72117AE73 for ; Tue, 23 Oct 2018 22:26:43 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Oct 2018 22:26:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,419,1534834800"; d="scan'208";a="98055386" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga002.fm.intel.com with ESMTP; 23 Oct 2018 22:26:43 -0700 Received: from fmsmsx156.amr.corp.intel.com (10.18.116.74) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 23 Oct 2018 22:26:43 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx156.amr.corp.intel.com (10.18.116.74) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 23 Oct 2018 22:26:43 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.117]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.102]) with mapi id 14.03.0415.000; Wed, 24 Oct 2018 13:26:41 +0800 From: "Gao, Liming" To: Leif Lindholm , Ard Biesheuvel CC: "Ni, Ruiyu" , Laszlo Ersek , "edk2-devel@lists.01.org" , Andrew Fish Thread-Topic: [edk2] [PATCH] FatBinPkg: Remove FatBinPkg and modify document Thread-Index: AQHUZR+jsV6iEO4peEWHBuvmlKku5KUixc+AgADn4ACAABKTgIAKKakA Date: Wed, 24 Oct 2018 05:26:40 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E35B28E@SHSMSX104.ccr.corp.intel.com> References: <20181016071151.33440-1-shenglei.zhang@intel.com> <20181018021432.vjirj6lnookynwnz@bivouac.eciton.net> In-Reply-To: <20181018021432.vjirj6lnookynwnz@bivouac.eciton.net> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH] FatBinPkg: Remove FatBinPkg and modify document 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, 24 Oct 2018 05:26:44 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Thank you all. Push at 8a2794f6f3a42bcc878a30565e1db9ac96fdc7cd Thanks Liming >-----Original Message----- >From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Lei= f >Lindholm >Sent: Thursday, October 18, 2018 10:15 AM >To: Ard Biesheuvel >Cc: Ni, Ruiyu ; Laszlo Ersek ; edk2= - >devel@lists.01.org; Andrew Fish >Subject: Re: [edk2] [PATCH] FatBinPkg: Remove FatBinPkg and modify >document > >On Thu, Oct 18, 2018 at 09:08:04AM +0800, Ard Biesheuvel wrote: >> On 17 October 2018 at 19:18, Laszlo Ersek wrote: >> > On 10/16/18 09:11, shenglei wrote: >> >> Remove FatBinPkg and modify Maintainers.txt. >> >> https://bugzilla.tianocore.org/show_bug.cgi?id=3D1105 >> >> >> >> Cc: Ruiyu Ni >> >> Contributed-under: TianoCore Contribution Agreement 1.1 >> >> Signed-off-by: Shenglei Zhang >> >> --- >> >> FatBinPkg/EnhancedFatDxe/AArch64/Fat.efi | Bin 26752 -> 0 bytes >> >> FatBinPkg/EnhancedFatDxe/Arm/Fat.efi | Bin 17152 -> 0 bytes >> >> FatBinPkg/EnhancedFatDxe/Ebc/Fat.efi | Bin 79136 -> 0 bytes >> >> FatBinPkg/EnhancedFatDxe/Fat.inf | 48 ---------------------= -- >> >> FatBinPkg/EnhancedFatDxe/Ia32/Fat.efi | Bin 21088 -> 0 bytes >> >> FatBinPkg/EnhancedFatDxe/Ipf/Fat.efi | Bin 154400 -> 0 bytes >> >> FatBinPkg/EnhancedFatDxe/X64/Fat.efi | Bin 28576 -> 0 bytes >> >> FatBinPkg/FatBinPkg.dec | 20 ---------- >> >> FatBinPkg/ReadMe.txt | 9 ----- >> >> Maintainers.txt | 2 +- >> >> 10 files changed, 1 insertion(+), 78 deletions(-) >> >> delete mode 100644 FatBinPkg/EnhancedFatDxe/AArch64/Fat.efi >> >> delete mode 100755 FatBinPkg/EnhancedFatDxe/Arm/Fat.efi >> >> delete mode 100644 FatBinPkg/EnhancedFatDxe/Ebc/Fat.efi >> >> delete mode 100644 FatBinPkg/EnhancedFatDxe/Fat.inf >> >> delete mode 100644 FatBinPkg/EnhancedFatDxe/Ia32/Fat.efi >> >> delete mode 100644 FatBinPkg/EnhancedFatDxe/Ipf/Fat.efi >> >> delete mode 100644 FatBinPkg/EnhancedFatDxe/X64/Fat.efi >> >> delete mode 100644 FatBinPkg/FatBinPkg.dec >> >> delete mode 100644 FatBinPkg/ReadMe.txt >> > >> > I'm happy about this patch. >> > >> > Reviewed-by: Laszlo Ersek >> >> Reviewed-by: Ard Biesheuvel > >Reviewed-by: Leif Lindholm > >/ > Leif >_______________________________________________ >edk2-devel mailing list >edk2-devel@lists.01.org >https://lists.01.org/mailman/listinfo/edk2-devel