summaryrefslogtreecommitdiffstats
path: root/ShellBinPkg
diff options
context:
space:
mode:
authorRuiyu Ni <ruiyu.ni@intel.com>2016-12-19 15:27:38 +0800
committerRuiyu Ni <ruiyu.ni@intel.com>2016-12-19 15:27:38 +0800
commit15dae68589243726f0374e535a77e76444096bad (patch)
tree8e8d317122b46bc2720fcb8a73e8f6b0b3ba66eb /ShellBinPkg
parent254e7cc32ce93c2a8f32c3b73563a145e65cf648 (diff)
downloadedk2-15dae68589243726f0374e535a77e76444096bad.tar.gz
edk2-15dae68589243726f0374e535a77e76444096bad.tar.bz2
edk2-15dae68589243726f0374e535a77e76444096bad.zip
ShellBinPkg: New Shell binaries for IA32 and X64
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Diffstat (limited to 'ShellBinPkg')
-rw-r--r--ShellBinPkg/MinUefiShell/Ia32/Shell.efibin327776 -> 332256 bytes
-rw-r--r--ShellBinPkg/MinUefiShell/X64/Shell.efibin379616 -> 384544 bytes
-rw-r--r--ShellBinPkg/ReadMe.txt17
-rw-r--r--ShellBinPkg/UefiShell/Ia32/Shell.efibin796640 -> 804960 bytes
-rw-r--r--ShellBinPkg/UefiShell/X64/Shell.efibin909280 -> 916896 bytes
5 files changed, 6 insertions, 11 deletions
diff --git a/ShellBinPkg/MinUefiShell/Ia32/Shell.efi b/ShellBinPkg/MinUefiShell/Ia32/Shell.efi
index c9df8258e8..14ac419a48 100644
--- a/ShellBinPkg/MinUefiShell/Ia32/Shell.efi
+++ b/ShellBinPkg/MinUefiShell/Ia32/Shell.efi
Binary files differ
diff --git a/ShellBinPkg/MinUefiShell/X64/Shell.efi b/ShellBinPkg/MinUefiShell/X64/Shell.efi
index 940a933a00..6df38b0ebe 100644
--- a/ShellBinPkg/MinUefiShell/X64/Shell.efi
+++ b/ShellBinPkg/MinUefiShell/X64/Shell.efi
Binary files differ
diff --git a/ShellBinPkg/ReadMe.txt b/ShellBinPkg/ReadMe.txt
index 8ce28de3f1..07f8967a7a 100644
--- a/ShellBinPkg/ReadMe.txt
+++ b/ShellBinPkg/ReadMe.txt
@@ -1,19 +1,14 @@
============================================================================
OVERVIEW
============================================================================
-The binaries of ShellBinPkg are generated with ShellPkg project and built with
-BaseTools Package (git version: 031403460c9782a2563a81a6065ded99046960c2). The
+The binaries of ShellBinPkg are generated with ShellPkg project and built with
+BaseTools Package (git version: d2fc7711136a13ea3ea8e00de6d9651507b8ed50). The
binaries are built with no debug information by building with "RELEASE" target.
-The following steps can help to re-generate these binaries for customization:
-1. Check out EDK II to $(WORKSPACE)
-(svn https://svn.code.sf.net/p/edk2/code/trunk/edk2).
-
-2. Under $(WORKSPACE) directory (i.e. c:\EdkII),
- To generate Shell, execute:
- "build -a IA32 -a X64 -p ShellPkg\ShellPkg.dsc -b RELEASE"
- To generate Minimal Shell, execute:
- "build -a IA32 -a X64 -p ShellPkg\ShellPkg.dsc -b RELEASE -D NO_SHELL_PROFILES"
+To generate Full Shell, execute:
+ "build -a IA32 -a X64 -p ShellPkg\ShellPkg.dsc -b RELEASE"
+To generate Minimal Shell, execute:
+ "build -a IA32 -a X64 -p ShellPkg\ShellPkg.dsc -b RELEASE -D NO_SHELL_PROFILES"
============================================================================
HOW TO INCORPORATE THIS SHELL INTO NT32
diff --git a/ShellBinPkg/UefiShell/Ia32/Shell.efi b/ShellBinPkg/UefiShell/Ia32/Shell.efi
index 6f224ef6f5..b92bc738b0 100644
--- a/ShellBinPkg/UefiShell/Ia32/Shell.efi
+++ b/ShellBinPkg/UefiShell/Ia32/Shell.efi
Binary files differ
diff --git a/ShellBinPkg/UefiShell/X64/Shell.efi b/ShellBinPkg/UefiShell/X64/Shell.efi
index 6f89c55ee3..222bed51fe 100644
--- a/ShellBinPkg/UefiShell/X64/Shell.efi
+++ b/ShellBinPkg/UefiShell/X64/Shell.efi
Binary files differ