public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Ard Biesheuvel" <ardb@kernel.org>
To: Rebecca Cran <rebecca@bsdio.com>
Cc: devel@edk2.groups.io, "Leif Lindholm" <quic_llindhol@quicinc.com>,
	"Bob Feng" <bob.c.feng@intel.com>,
	"Liming Gao" <gaoliming@byosoft.com.cn>,
	"Yuwei Chen" <yuwei.chen@intel.com>,
	"Marvin Häuser" <mhaeuser@posteo.de>
Subject: Re: [PATCH 1/1] BaseTools: Delete Bin/{CYGWIN_NT-5.1-i686,Darwin-i386} directories
Date: Fri, 27 Jan 2023 14:56:13 +0100	[thread overview]
Message-ID: <CAMj1kXFDH=KBOuxd47PdDzBLbEiAssRjx3vroHdreU1tcdo1Mw@mail.gmail.com> (raw)
In-Reply-To: <20230126152158.48948-1-rebecca@bsdio.com>

On Thu, 26 Jan 2023 at 16:22, Rebecca Cran <rebecca@bsdio.com> wrote:
>
> The Bin/CYGWIN_NT-5.1-i686 and Bin/Darwin-i386 directories contained
> files needed for RVCT support.
>
> Since EDK2 no longer supports RVCT, delete those directories.
>
> Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
> ---
>  BaseTools/Bin/CYGWIN_NT-5.1-i686/BootSectImage                          |  29 -------
>  BaseTools/Bin/CYGWIN_NT-5.1-i686/BuildEnv                               |   5 --
>  BaseTools/Bin/CYGWIN_NT-5.1-i686/Ecc                                    |  14 ----
>  BaseTools/Bin/CYGWIN_NT-5.1-i686/EfiLdrImage                            |  29 -------
>  BaseTools/Bin/CYGWIN_NT-5.1-i686/EfiRom                                 |  29 -------
>  BaseTools/Bin/CYGWIN_NT-5.1-i686/GenCrc32                               |  29 -------
>  BaseTools/Bin/CYGWIN_NT-5.1-i686/GenDepex                               |  14 ----
>  BaseTools/Bin/CYGWIN_NT-5.1-i686/GenFds                                 |  14 ----
>  BaseTools/Bin/CYGWIN_NT-5.1-i686/GenFfs                                 |  29 -------
>  BaseTools/Bin/CYGWIN_NT-5.1-i686/GenFv                                  |  29 -------
>  BaseTools/Bin/CYGWIN_NT-5.1-i686/GenFw                                  |  29 -------
>  BaseTools/Bin/CYGWIN_NT-5.1-i686/GenPage                                |  29 -------
>  BaseTools/Bin/CYGWIN_NT-5.1-i686/GenSec                                 |  29 -------
>  BaseTools/Bin/CYGWIN_NT-5.1-i686/GenVtf                                 |  29 -------
>  BaseTools/Bin/CYGWIN_NT-5.1-i686/GnuGenBootSector                       |  29 -------
>  BaseTools/Bin/CYGWIN_NT-5.1-i686/LzmaCompress                           |  29 -------
>  BaseTools/Bin/CYGWIN_NT-5.1-i686/LzmaF86Compress                        |  17 ----
>  BaseTools/Bin/CYGWIN_NT-5.1-i686/RunBinToolFromBuildDir                 |  29 -------
>  BaseTools/Bin/CYGWIN_NT-5.1-i686/RunToolFromSource                      |   5 --
>  BaseTools/Bin/CYGWIN_NT-5.1-i686/Split                                  |  29 -------
>  BaseTools/Bin/CYGWIN_NT-5.1-i686/TargetTool                             |  14 ----
>  BaseTools/Bin/CYGWIN_NT-5.1-i686/TianoCompress                          |  29 -------
>  BaseTools/Bin/CYGWIN_NT-5.1-i686/Trim                                   |  14 ----
>  BaseTools/Bin/CYGWIN_NT-5.1-i686/VfrCompile                             |  29 -------
>  BaseTools/Bin/CYGWIN_NT-5.1-i686/VolInfo                                |  29 -------
>  BaseTools/Bin/CYGWIN_NT-5.1-i686/armcc_wrapper.py                       |  87 --------------------
>  BaseTools/Bin/CYGWIN_NT-5.1-i686/build                                  |  14 ----
>  BaseTools/Bin/Darwin-i386/Arm/DEBUG_XCODE31/CompilerIntrinsicsLib.lib   | Bin 36072 -> 0 bytes
>  BaseTools/Bin/Darwin-i386/Arm/DEBUG_XCODE32/CompilerIntrinsicsLib.lib   | Bin 36072 -> 0 bytes
>  BaseTools/Bin/Darwin-i386/Arm/RELEASE_XCODE31/CompilerIntrinsicsLib.lib | Bin 11504 -> 0 bytes
>  BaseTools/Bin/Darwin-i386/Arm/RELEASE_XCODE32/CompilerIntrinsicsLib.lib | Bin 11504 -> 0 bytes
>  31 files changed, 691 deletions(-)
>

Acked-by: Ard Biesheuvel <ardb@kernel.org>

Could you please get rid of the reference below as well? Thanks

BaseTools/Scripts/PatchCheck.py:369:
self.filename.startswith('BaseTools/Bin/CYGWIN_NT-5.1-i686/') or \

  reply	other threads:[~2023-01-27 13:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-26 15:21 [PATCH 1/1] BaseTools: Delete Bin/{CYGWIN_NT-5.1-i686,Darwin-i386} directories Rebecca Cran
2023-01-27 13:56 ` Ard Biesheuvel [this message]
2023-01-27 16:48   ` Rebecca Cran

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAMj1kXFDH=KBOuxd47PdDzBLbEiAssRjx3vroHdreU1tcdo1Mw@mail.gmail.com' \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox