]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - EdkShellBinPkg/ReadMe.txt
Update ReadMe.txt for the new EdkShellPkg.
[mirror_edk2.git] / EdkShellBinPkg / ReadMe.txt
... / ...
CommitLineData
1The binaries of EdkShellBinPkg are generated with EDK-Shell 1.05 release and build with Edk Compatibility & BaseTools Package\r
2(r5682)\r
3\r
4The following steps can help to re-generate these binaries for customization:\r
51. Check out EdkCompatibilityPkg (r5682) to $(WORKSPACE)\EdkCompatibilityPkg (svn https://edk2.tianocore.org/svn/edk2/trunk/edk2/EdkCompatibilityPkg).\r
62. Check out EdkShellPkg(r5682) to $(WORKSPACE)\EdkShellPkg (svn https://efi-shell.tianocore.org/servlets/ProjectDocumentList?folderID=52&expandFolder=52&folderID=45).\r
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. \r
83. Update to the newest BaseTools package. (r5682 or later)\r
94. Apply a hot fix ShellHotFix.patch under EdkShellPkg directory.\r
10 Add a Shell Hot Fix patch to solve RFC3066 language compatibility issue and "CHAR8" compatibility issue in DmpStore command.\r
11 This patch will be integrated into the later official release.\r
125. Under workspace directory (i.e. c:\EdkII), execute: build -a IA32 -a X64 -a IPF -p EdkShellPkg\EdkShellPkg.dsc\r
136. Copy the binaries from Build directory to this package. Typically the EFI binary\r
14 of EdkShellPkg\Shell\$(INF_BASENAME).inf is generated at:\r
15 Build\EdkShellPkg\DEBUG_MYTOOLS\$(ARCH)\EdkShellPkg\Shell\$(INF_BASENAME)\OUTPUT\$(BASENAME).efi\r
16 For example:\r
17 The x64 EFI image of EdkShellPkg\Shell\ver\ver.inf is generated at:\r
18 Build\EdkShellPkg\DEBUG_MYTOOLS\X64\EdkShellPkg\Shell\ver\Ver\OUTPUT\ver.efi\r
19\r
20Note: Other\Maintained\Application\Shell\Shell.inf corresponds to Minimum shell binaries.\r
21 Other\Maintained\Application\Shell\ShellFull.inf corresponds to Full Shell binaries.