]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ShellBinPkg: Remove ShellBinPkg
authorDandan Bi <dandan.bi@intel.com>
Wed, 17 Apr 2019 05:41:55 +0000 (13:41 +0800)
committerLiming Gao <liming.gao@intel.com>
Wed, 24 Apr 2019 02:23:20 +0000 (10:23 +0800)
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.
link: https://github.com/tianocore/edk2/releases
Cc: Jaben Carsey <jaben.carsey@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Leif Lindholm <leif.lindholm@linaro.org>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Acked-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
(cherry picked from commit 62d8b6004616a6d9b06afa83974be30eb951c679)

17 files changed:
Maintainers.txt
ShellBinPkg/MinUefiShell/AArch64/Shell.efi [deleted file]
ShellBinPkg/MinUefiShell/Arm/Shell.efi [deleted file]
ShellBinPkg/MinUefiShell/Ia32/Shell.efi [deleted file]
ShellBinPkg/MinUefiShell/Ia32/profiles.txt [deleted file]
ShellBinPkg/MinUefiShell/MinUefiShell.inf [deleted file]
ShellBinPkg/MinUefiShell/X64/Shell.efi [deleted file]
ShellBinPkg/MinUefiShell/X64/profiles.txt [deleted file]
ShellBinPkg/ReadMe.txt [deleted file]
ShellBinPkg/ShellBinPkg.dec [deleted file]
ShellBinPkg/UefiShell/AArch64/Shell.efi [deleted file]
ShellBinPkg/UefiShell/Arm/Shell.efi [deleted file]
ShellBinPkg/UefiShell/Ia32/Shell.efi [deleted file]
ShellBinPkg/UefiShell/Ia32/profiles.txt [deleted file]
ShellBinPkg/UefiShell/UefiShell.inf [deleted file]
ShellBinPkg/UefiShell/X64/Shell.efi [deleted file]
ShellBinPkg/UefiShell/X64/profiles.txt [deleted file]

index 8562c7e0101f95a679fb09c6bafcd86998b4e24b..ace0a58d94097c38bf3f307823c57f25f44d7f2a 100644 (file)
@@ -238,18 +238,18 @@ M: Chao Zhang <chao.b.zhang@intel.com>
 M: Jiewen Yao <jiewen.yao@intel.com>\r
 M: Jian Wang <jian.j.wang@intel.com>\r
 \r
-ShellBinPkg\r
-W: https://github.com/tianocore/tianocore.github.io/wiki/ShellPkg\r
-M: Jaben Carsey <jaben.carsey@intel.com>      (Ia32/X64)\r
-M: Ray Ni <ray.ni@intel.com>          (Ia32/X64)\r
-M: Leif Lindholm <leif.lindholm@linaro.org>   (ARM/AArch64)\r
-M: Ard Biesheuvel <ard.biesheuvel@linaro.org> (ARM/AArch64)\r
-\r
 ShellPkg\r
 W: https://github.com/tianocore/tianocore.github.io/wiki/ShellPkg\r
 M: Jaben Carsey <jaben.carsey@intel.com>\r
 M: Ray Ni <ray.ni@intel.com>\r
 \r
+Maintainers for stable Shell binaries generation\r
+when need to publish Shell binaries with edk2 release:\r
+M: Jaben Carsey <jaben.carsey@intel.com>      (Ia32/X64)\r
+M: Ray Ni <ray.ni@intel.com>                  (Ia32/X64)\r
+M: Leif Lindholm <leif.lindholm@linaro.org>   (ARM/AArch64)\r
+M: Ard Biesheuvel <ard.biesheuvel@linaro.org> (ARM/AArch64)\r
+\r
 SignedCapsulePkg\r
 W: https://github.com/tianocore/tianocore.github.io/wiki/SignedCapsulePkg\r
 M: Jiewen Yao <jiewen.yao@intel.com>\r
diff --git a/ShellBinPkg/MinUefiShell/AArch64/Shell.efi b/ShellBinPkg/MinUefiShell/AArch64/Shell.efi
deleted file mode 100755 (executable)
index e00533e..0000000
Binary files a/ShellBinPkg/MinUefiShell/AArch64/Shell.efi and /dev/null differ
diff --git a/ShellBinPkg/MinUefiShell/Arm/Shell.efi b/ShellBinPkg/MinUefiShell/Arm/Shell.efi
deleted file mode 100755 (executable)
index c7879c2..0000000
Binary files a/ShellBinPkg/MinUefiShell/Arm/Shell.efi and /dev/null differ
diff --git a/ShellBinPkg/MinUefiShell/Ia32/Shell.efi b/ShellBinPkg/MinUefiShell/Ia32/Shell.efi
deleted file mode 100644 (file)
index f045ee7..0000000
Binary files a/ShellBinPkg/MinUefiShell/Ia32/Shell.efi and /dev/null differ
diff --git a/ShellBinPkg/MinUefiShell/Ia32/profiles.txt b/ShellBinPkg/MinUefiShell/Ia32/profiles.txt
deleted file mode 100644 (file)
index 912cee8..0000000
+++ /dev/null
@@ -1 +0,0 @@
-this release includes:\r
diff --git a/ShellBinPkg/MinUefiShell/MinUefiShell.inf b/ShellBinPkg/MinUefiShell/MinUefiShell.inf
deleted file mode 100644 (file)
index c11804c..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-##  @file\r
-#  This is the UEFI Shell application binary file.\r
-#\r
-#  Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
-#\r
-#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
-#\r
-#\r
-##\r
-##\r
-\r
-[Defines]\r
-  INF_VERSION                    = 0x00010006\r
-  BASE_NAME                      = Shell\r
-  FILE_GUID                      = 7C04A583-9E3E-4f1c-AD65-E05268D0B4D1\r
-  MODULE_TYPE                    = UEFI_APPLICATION\r
-  VERSION_STRING                 = 1.0\r
-\r
-[Binaries.Ia32]\r
-  PE32|Ia32/Shell.efi|*\r
-\r
-[Binaries.X64]\r
-  PE32|X64/Shell.efi|*\r
-\r
-[Binaries.ARM]\r
-  PE32|Arm/Shell.efi|*\r
-\r
-[Binaries.AArch64]\r
-  PE32|AArch64/Shell.efi|*\r
diff --git a/ShellBinPkg/MinUefiShell/X64/Shell.efi b/ShellBinPkg/MinUefiShell/X64/Shell.efi
deleted file mode 100644 (file)
index 1f2781a..0000000
Binary files a/ShellBinPkg/MinUefiShell/X64/Shell.efi and /dev/null differ
diff --git a/ShellBinPkg/MinUefiShell/X64/profiles.txt b/ShellBinPkg/MinUefiShell/X64/profiles.txt
deleted file mode 100644 (file)
index 912cee8..0000000
+++ /dev/null
@@ -1 +0,0 @@
-this release includes:\r
diff --git a/ShellBinPkg/ReadMe.txt b/ShellBinPkg/ReadMe.txt
deleted file mode 100644 (file)
index f610c62..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-============================================================================\r
-                                 OVERVIEW\r
-============================================================================\r
-The binaries of ShellBinPkg are generated with ShellPkg project and built with\r
-BaseTools Package (git version: de72c9d1da8d2d81477f921644db7a55912cddf6). The\r
-binaries are built with no debug information by building with "RELEASE" target.\r
-\r
-To generate Full Shell, execute:\r
-  "build -a IA32 -a X64 -p ShellPkg\ShellPkg.dsc -b RELEASE"\r
-To generate Minimal Shell, execute:\r
-  "build -a IA32 -a X64 -p ShellPkg\ShellPkg.dsc -b RELEASE -D NO_SHELL_PROFILES"\r
-\r
-============================================================================\r
-                          KNOWN LIMITATIONS\r
-============================================================================\r
-1. RM can delete current working directory via other map name.\r
-2. DrvCfg does not overlap boot manager functionality.\r
-\r
-============================================================================\r
diff --git a/ShellBinPkg/ShellBinPkg.dec b/ShellBinPkg/ShellBinPkg.dec
deleted file mode 100644 (file)
index c3b75c1..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-## @file\r
-# UEFI 2.0 Shell Binary Package\r
-#\r
-# This package contains binary shell application that follows\r
-# UEFI specification and UEFI Shell 2.0 specification.\r
-# Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
-#\r
-#    SPDX-License-Identifier: BSD-2-Clause-Patent\r
-#\r
-##\r
-\r
-[Defines]\r
-  DEC_SPECIFICATION              = 0x00010005\r
-  PACKAGE_NAME                   = ShellBinPkg\r
-  PACKAGE_GUID                   = 4B34AD9D-1324-41e5-8B1D-359AA7BCA62C\r
-  PACKAGE_VERSION                = 0.5\r
-\r
diff --git a/ShellBinPkg/UefiShell/AArch64/Shell.efi b/ShellBinPkg/UefiShell/AArch64/Shell.efi
deleted file mode 100755 (executable)
index dbd521c..0000000
Binary files a/ShellBinPkg/UefiShell/AArch64/Shell.efi and /dev/null differ
diff --git a/ShellBinPkg/UefiShell/Arm/Shell.efi b/ShellBinPkg/UefiShell/Arm/Shell.efi
deleted file mode 100755 (executable)
index 21cdde7..0000000
Binary files a/ShellBinPkg/UefiShell/Arm/Shell.efi and /dev/null differ
diff --git a/ShellBinPkg/UefiShell/Ia32/Shell.efi b/ShellBinPkg/UefiShell/Ia32/Shell.efi
deleted file mode 100644 (file)
index 8a231f4..0000000
Binary files a/ShellBinPkg/UefiShell/Ia32/Shell.efi and /dev/null differ
diff --git a/ShellBinPkg/UefiShell/Ia32/profiles.txt b/ShellBinPkg/UefiShell/Ia32/profiles.txt
deleted file mode 100644 (file)
index 616f766..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-this release includes:\r
-\r
-Drivers1\r
-Debug1\r
-Network1\r
-Install1\r
diff --git a/ShellBinPkg/UefiShell/UefiShell.inf b/ShellBinPkg/UefiShell/UefiShell.inf
deleted file mode 100644 (file)
index c11804c..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-##  @file\r
-#  This is the UEFI Shell application binary file.\r
-#\r
-#  Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
-#\r
-#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
-#\r
-#\r
-##\r
-##\r
-\r
-[Defines]\r
-  INF_VERSION                    = 0x00010006\r
-  BASE_NAME                      = Shell\r
-  FILE_GUID                      = 7C04A583-9E3E-4f1c-AD65-E05268D0B4D1\r
-  MODULE_TYPE                    = UEFI_APPLICATION\r
-  VERSION_STRING                 = 1.0\r
-\r
-[Binaries.Ia32]\r
-  PE32|Ia32/Shell.efi|*\r
-\r
-[Binaries.X64]\r
-  PE32|X64/Shell.efi|*\r
-\r
-[Binaries.ARM]\r
-  PE32|Arm/Shell.efi|*\r
-\r
-[Binaries.AArch64]\r
-  PE32|AArch64/Shell.efi|*\r
diff --git a/ShellBinPkg/UefiShell/X64/Shell.efi b/ShellBinPkg/UefiShell/X64/Shell.efi
deleted file mode 100644 (file)
index 570f6f6..0000000
Binary files a/ShellBinPkg/UefiShell/X64/Shell.efi and /dev/null differ
diff --git a/ShellBinPkg/UefiShell/X64/profiles.txt b/ShellBinPkg/UefiShell/X64/profiles.txt
deleted file mode 100644 (file)
index 616f766..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-this release includes:\r
-\r
-Drivers1\r
-Debug1\r
-Network1\r
-Install1\r