Killian, The immediate replacement is to use the link to the edk2-stable tag from March that includes the UEFI Shell binary. https://github.com/tianocore/edk2/tree/edk2-stable201903/ShellBinPkg/UefiShell/X64 There have been discussions that future edk2-stable tags to provide pre-built binaries like the UEFI Shell in the GitHub release page for the edk2-stable tag. Mike From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Minnow Ware Sent: Tuesday, May 7, 2019 11:35 PM To: devel@edk2.groups.io; Carsey, Jaben ; Bi, Dandan ; Laszlo Ersek ; Ard Biesheuvel Cc: edk2-devel-groups-io ; Ni, Ray ; Leif Lindholm ; Gao, Liming ; Richardson, Brian Subject: Re: [edk2-devel] [patch] ShellBinPkg: Remove ShellBinPkg Hi all, does that mean, that SHELL.EFI from a trusted source is currently unavailable for the industry? There are a couple of web sites that refer to "https://github.com/tianocore/edk2/raw/master/ShellBinPkg/UefiShell/X64" (https://www.google.com/search?ei=SUvPXPneNIeFmwXQvo6gAg&q=https%3A%2F%2Fgithub.com%2Ftianocore%2Fedk2%2Fraw%2Fmaster%2FShellBinPkg%2FUefiShell%2FX64&oq=https%3A%2F%2Fgithub.com%2Ftianocore%2Fedk2%2Fraw%2Fmaster%2FShellBinPkg%2FUefiShell%2FX64&gs_l=psy-ab.3...3050.3050..3392...0.0..0.102.102.0j1......0....2j1..gws-wiz.9e-I_-IL7Zs) Where get I SHELL.EFI right now? Best regards, Kilian ________________________________ From: devel@edk2.groups.io > on behalf of Carsey, Jaben > Sent: Tuesday, April 23, 2019 4:03:05 AM To: Bi, Dandan; Laszlo Ersek; Ard Biesheuvel Cc: edk2-devel-groups-io; Ni, Ray; Leif Lindholm; Gao, Liming Subject: Re: [edk2-devel] [patch] ShellBinPkg: Remove ShellBinPkg Assuming Laszlo's comment is addressed. Reviewed-by: Jaben Carsey > > -----Original Message----- > From: Bi, Dandan > Sent: Wednesday, April 17, 2019 6:12 PM > To: Laszlo Ersek >; Ard Biesheuvel > > > Cc: edk2-devel-groups-io >; Carsey, Jaben > >; Ni, Ray >; Leif Lindholm > >; Gao, Liming > > Subject: RE: [patch] ShellBinPkg: Remove ShellBinPkg > Importance: High > > Thank you all. > I will update the patch according to Laszlo's comments before commit the > patch. > > > Thanks, > Dandan > > -----Original Message----- > > From: Laszlo Ersek [mailto:lersek@redhat.com] > > Sent: Wednesday, April 17, 2019 6:53 PM > > To: Ard Biesheuvel >; Bi, Dandan > > > > > Cc: edk2-devel-groups-io >; Carsey, Jaben > > >; Ni, Ray >; Leif Lindholm > > >; Gao, Liming > > > Subject: Re: [patch] ShellBinPkg: Remove ShellBinPkg > > > > On 04/17/19 09:16, Ard Biesheuvel wrote: > > > On Tue, 16 Apr 2019 at 23:40, Dandan Bi > wrote: > > >> > > >> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1675 > > >> > > >> Remove ShellBinPkg from edk2. > > >> If developers work on current edk2 master and still want to use > > >> Shell binary after this removal, they can get it from source code > > >> in the Assets part of edk2-stable201903 tag release page. > > >> And from next release (edk2-stable201905 tag), we will publish all > > >> Shell binaries to the according Assets part directly. > > >> edk2 release link: https://github.com/tianocore/edk2/releases > > >> > > >> Cc: Jaben Carsey > > > >> Cc: Ray Ni > > > >> Cc: Leif Lindholm > > > >> Cc: Ard Biesheuvel > > > >> Cc: Liming Gao > > > >> Cc: Laszlo Ersek > > > >> Signed-off-by: Dandan Bi > > > > > > > Acked-by: Ard Biesheuvel > > > > > > > BTW you can use the --no-binary option to git to omit the binary > > > diffs in the patch. Especially when deleting binaries, that saves a > > > lot of hassle dealing with a multimegabyte patch email. > > > > +1 > > > > For the patch, I have a request towards Dandan: regarding the line > > > > +Maintainers for stable Shell binaries generation when need to publish > > +Shell > > binaries with edk2 release: > > > > please: > > > > (1) wrap it with an 80-char margin, > > (2) please insert a blank line just above it. > > > > With those: > > > > Acked-by: Laszlo Ersek > > > > > Thanks > > Laszlo