ShellBinPkg: New Shell binaries for IA32 and X64

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
This commit is contained in:
Ruiyu Ni 2016-12-19 15:27:38 +08:00
parent 254e7cc32c
commit 15dae68589
5 changed files with 6 additions and 11 deletions

View File

@ -1,19 +1,14 @@
============================================================================ ============================================================================
OVERVIEW OVERVIEW
============================================================================ ============================================================================
The binaries of ShellBinPkg are generated with ShellPkg project and built with The binaries of ShellBinPkg are generated with ShellPkg project and built with
BaseTools Package (git version: 031403460c9782a2563a81a6065ded99046960c2). The BaseTools Package (git version: d2fc7711136a13ea3ea8e00de6d9651507b8ed50). The
binaries are built with no debug information by building with "RELEASE" target. binaries are built with no debug information by building with "RELEASE" target.
The following steps can help to re-generate these binaries for customization: To generate Full Shell, execute:
1. Check out EDK II to $(WORKSPACE) "build -a IA32 -a X64 -p ShellPkg\ShellPkg.dsc -b RELEASE"
(svn https://svn.code.sf.net/p/edk2/code/trunk/edk2). To generate Minimal Shell, execute:
"build -a IA32 -a X64 -p ShellPkg\ShellPkg.dsc -b RELEASE -D NO_SHELL_PROFILES"
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"
============================================================================ ============================================================================
HOW TO INCORPORATE THIS SHELL INTO NT32 HOW TO INCORPORATE THIS SHELL INTO NT32

Binary file not shown.

Binary file not shown.