From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:4864:20::343; helo=mail-wm1-x343.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm1-x343.google.com (mail-wm1-x343.google.com [IPv6:2a00:1450:4864:20::343]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 23AE62116DF97 for ; Wed, 17 Oct 2018 19:14:38 -0700 (PDT) Received: by mail-wm1-x343.google.com with SMTP id y144-v6so4063524wmd.4 for ; Wed, 17 Oct 2018 19:14:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=Gk6H+t+XHPTYjWaFfn5kVSHI+xvNAx3nJWn9TLkS1Iw=; b=EVUHdZx6qY+A/cJsdU1dCGAtOIuNAh2Wj+F4VzorVNAIM+FmJ6tJy2sJapI6DxuRzq 2xm/8DqZcPfJvli2jkHAE5kNNPEJaDvnAfVlkT4gnQFQ8FNZb/mpkjIW//TTv3fe0K0e BcEYSKyBk9ettXzFBLz123hPgVxwYDpiTzPHw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=Gk6H+t+XHPTYjWaFfn5kVSHI+xvNAx3nJWn9TLkS1Iw=; b=AXsvmGrYlDuBsN4FGYnP94uCpX9L8mLDNirnMmI/nVvN3GQPPn2P5aMpe6WbkTKbAp M1/6DXe3eIwNlJXOjl45R7Q7dIy4a99nf2vYMMIeuNoCl9KKqMNX23hlNUVgXbn1LQn6 xXF1b5HrciskW9Z4tirDrD443znjAtYFvfFV1o8yqSr9UUSFh1pLaM4rGiYP8043kVRF YXET4IEFb+QSqLjX3qhfFYzBqDxgJuId1sNIhOf98ycCG2o4QliySix2GkeT5dfOJLdv YUPZkRPmI5OXOd+gQyTedaYU0Aubjci1Xb/9jLCq8gI45LaQHRN2yZvJDnlaVieADf+c XYNQ== X-Gm-Message-State: ABuFfogYo7/19WaNjeXlGatmtLsNzOj37QzfdHFZQazWH8epCcB2u9AQ bUD2IEpZbnGKgHp7coaNsGMjHg== X-Google-Smtp-Source: ACcGV63/A9GB3zffOulx3w7FsZ+m+kZnr0Bzeaz/TiMxgYY0QgJI9jONNV3FSkVXy76GGyOFZ2ynfg== X-Received: by 2002:a1c:a015:: with SMTP id j21-v6mr5475664wme.78.1539828876595; Wed, 17 Oct 2018 19:14:36 -0700 (PDT) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id q1-v6sm17730749wru.23.2018.10.17.19.14.35 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 17 Oct 2018 19:14:35 -0700 (PDT) Date: Thu, 18 Oct 2018 03:14:33 +0100 From: Leif Lindholm To: Ard Biesheuvel Cc: Laszlo Ersek , shenglei , "edk2-devel@lists.01.org" , Ruiyu Ni , Andrew Fish Message-ID: <20181018021432.vjirj6lnookynwnz@bivouac.eciton.net> References: <20181016071151.33440-1-shenglei.zhang@intel.com> MIME-Version: 1.0 In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) 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: Thu, 18 Oct 2018 02:14:39 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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=1105 > >> > >> 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