From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4864:20::144; helo=mail-it1-x144.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-it1-x144.google.com (mail-it1-x144.google.com [IPv6:2607:f8b0:4864:20::144]) (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 0C4892194D387 for ; Wed, 17 Oct 2018 18:08:06 -0700 (PDT) Received: by mail-it1-x144.google.com with SMTP id e74-v6so5014969ita.2 for ; Wed, 17 Oct 2018 18:08:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=Flb0SRTEg2qLt+AC/WFWYScS327Uxc+p6JABlBvi9Qo=; b=Y1W/YVBMgAOWY3kSpdUsG1qLTTblRm1Bq76DBV/M8llmA9lWVIoxyrA0JsvrdfVwxb bhm4u2z9G/CbUl+qzZaMwVs/34PMf8gmyQHH2hhfnNKQ5GmqAWOz/SBz8lEYn6oj+6W9 2n/+6gTfzfqjdgUz3dE2nB9sZkjw4lAPwbQoc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=Flb0SRTEg2qLt+AC/WFWYScS327Uxc+p6JABlBvi9Qo=; b=iVYXwtpIZzcNeWRlM7Ez0w9ljPtTClqYOQPlXrqlCiPsAN5jqKLOgPLkj+7UtVFYSH ipnlysLkjB6ss8cx5bqOvUrkO0LqbhDChZeA57iChZWPNziFOUfWtgMLP7qJ2uW7Nj6G EXQMTGSuuFlHeiosnZ/pSbUCRsh6tdfMeo8Lh8y+3hvyhiI1v6fwbZYdFpKx8/EcmCJu 36LIwiLcj5uUj82paufnHqyaAbbeVUBPuunvqvMtQbP9gNgHuvrRb/3/OSiXxFLN5bZY fMpVPWtSlAqzbg5K6y4U0wY3O1GexBkhpIzBAHooKUvBPwyoRznQyqXWq6VbhCkm9EmG rIbA== X-Gm-Message-State: ABuFfohPprmWXAQOqakkAL/WpQZFgy7cw1CwnogRdV/8EKebqK3x5qHL xzJFcBDfzd3XCS13OOUS2ABq5PVoxaOahWZg63HR+g== X-Google-Smtp-Source: ACcGV60xm/5Aa33FbFzLvjYjeMkxmh8sHcfpHMRSymMeEL3sGJdAZLmG3HSL88HQkukgHeYh18XIbRgKsxORKJ/XCZg= X-Received: by 2002:a02:5147:: with SMTP id s68-v6mr20679570jaa.62.1539824885649; Wed, 17 Oct 2018 18:08:05 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a6b:5910:0:0:0:0:0 with HTTP; Wed, 17 Oct 2018 18:08:04 -0700 (PDT) In-Reply-To: References: <20181016071151.33440-1-shenglei.zhang@intel.com> From: Ard Biesheuvel Date: Thu, 18 Oct 2018 09:08:04 +0800 Message-ID: To: Laszlo Ersek Cc: shenglei , "edk2-devel@lists.01.org" , Ruiyu Ni , Andrew Fish , "Leif Lindholm (Linaro address)" 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 01:08:07 -0000 Content-Type: text/plain; charset="UTF-8" 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