]> git.proxmox.com Git - mirror_edk2.git/blob - EdkShellBinPkg/ReadMe.txt
Fix the wrong SVN address for EdkShellPkg.
[mirror_edk2.git] / EdkShellBinPkg / ReadMe.txt
1 The binaries of EdkShellBinPkg are generated with EDK-Shell 1.05 release and build with Edk Compatibility & BaseTools Package
2 (r5782)
3
4 The following steps can help to re-generate these binaries for customization:
5 1. Check out EdkCompatibilityPkg (r5782) to $(WORKSPACE)\EdkCompatibilityPkg (svn https://edk2.tianocore.org/svn/edk2/trunk/edk2/EdkCompatibilityPkg).
6 2. Check out EdkShellPkg(r5782) to $(WORKSPACE)\EdkShellPkg (svn https://edk2.tianocore.org/svn/edk2/trunk/edk2/EdkShellPkg).
7 This package has an SVN extern directory from EDK Shell project. It is read-only and current revison (r30) is identical to EDK shell 1.05 release.
8 3. Update to the newest BaseTools package. (r5782 or later)
9 4. Apply a hot fix ShellHotFix.patch under EdkShellPkg directory.
10 Add a Shell Hot Fix patch to solve RFC3066 language compatibility issue and "CHAR8" compatibility issue in DmpStore, Edit command and shell script execution.
11 This patch will be integrated into the later official release.
12 5. Under workspace directory (i.e. c:\EdkII), execute: build -a IA32 -a X64 -a IPF -p EdkShellPkg\EdkShellPkg.dsc
13 6. Copy the binaries from Build directory to this package. Typically the EFI binary
14 of EdkShellPkg\Shell\$(INF_BASENAME).inf is generated at:
15 Build\EdkShellPkg\DEBUG_MYTOOLS\$(ARCH)\EdkShellPkg\Shell\$(INF_BASENAME)\OUTPUT\$(BASENAME).efi
16 For example:
17 The x64 EFI image of EdkShellPkg\Shell\ver\ver.inf is generated at:
18 Build\EdkShellPkg\DEBUG_MYTOOLS\X64\EdkShellPkg\Shell\ver\Ver\OUTPUT\ver.efi
19
20 Note: Other\Maintained\Application\Shell\Shell.inf corresponds to Minimum shell binaries.
21 Other\Maintained\Application\Shell\ShellFull.inf corresponds to Full Shell binaries.