summaryrefslogtreecommitdiffstats
path: root/EdkShellBinPkg
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2007-10-18 03:58:34 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2007-10-18 03:58:34 +0000
commitf083a41cf270247f417caa24d9b71acca84af260 (patch)
treee205f6de1b9c34a47a65bd7b8089a1c78201c7a3 /EdkShellBinPkg
parent26fa3b49686805c5cb4e3f379b696c54a51088e0 (diff)
downloadedk2-f083a41cf270247f417caa24d9b71acca84af260.tar.gz
edk2-f083a41cf270247f417caa24d9b71acca84af260.tar.bz2
edk2-f083a41cf270247f417caa24d9b71acca84af260.zip
Add detailed instructions on the generation of binaries under current EDK shell project.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4160 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkShellBinPkg')
-rw-r--r--EdkShellBinPkg/ReadMe.txt22
1 files changed, 20 insertions, 2 deletions
diff --git a/EdkShellBinPkg/ReadMe.txt b/EdkShellBinPkg/ReadMe.txt
index 9b28fb126e..5b8c967d56 100644
--- a/EdkShellBinPkg/ReadMe.txt
+++ b/EdkShellBinPkg/ReadMe.txt
@@ -1,2 +1,20 @@
-This package contains all binary shell applications for IA32, X64 and IPF arch.
-They are generated from EfiShell project Official Releases 1.03 of www.tianocore.org. \ No newline at end of file
+The binaries of EdkShellBinPkg are directly retrieved from EDK 1.03 release with the following steps:
+1.Download Edk1.03.zip from EDK official release site: ://edk.tianocore.org/servlets/ProjectDocumentList?folderID=6&expandFolder=6&folderID=0
+2.Unzip it to a local folder, e.g. c:\Edk.
+3.The EDK II prime binaries are mapped as follows:
+EDKII prime Edk\
+EdkShellBinPkg\FullShell\ia32\Shell_Full.efi Other\Maintained\Application\UefiShell\bin\ia32\Shell_Full.efi
+EdkShellBinPkg\FullShell\x64\Shell_Full.efi Other\Maintained\Application\UefiShell\bin\x64\Shell_Full.efi
+EdkShellBinPkg\FullShell\ipf\Shell_Full.efi Other\Maintained\Application\UefiShell\bin\ipf\Shell_Full.efi
+EdkShellBinPkg\MinimumShell\ia32\Shell.efi Other\Maintained\Application\UefiShell\bin\ipf\Shell.efi
+EdkShellBinPkg\MinimumShell\x64\Shell.efi Other\Maintained\Application\UefiShell\bin\x64\Shell.efi
+EdkShellBinPkg\MinimumShell\ipf\Shell.efi Other\Maintained\Application\UefiShell\bin\ipf\Shell.efi
+EdkShellBinPkg\bin\ia32\Shell_Full.efi Other\Maintained\Application\UefiShell\bin\ia32\Shell_Full.efi
+EdkShellBinPkg\bin\x64\Shell_Full.efi Other\Maintained\Application\UefiShell\bin\x64\Shell_Full.efi
+EdkShellBinPkg\bin\ipf\Shell_Full.efi Other\Maintained\Application\UefiShell\bin\ipf\Shell_Full.efi
+EdkShellBinPkg\bin\ia32\Shell.efi Other\Maintained\Application\UefiShell\bin\ipf\Shell.efi
+EdkShellBinPkg\bin\x64\Shell.efi Other\Maintained\Application\UefiShell\bin\x64\Shell.efi
+EdkShellBinPkg\bin\ipf\Shell.efi Other\Maintained\Application\UefiShell\bin\ipf\Shell.efi
+EdkShellBinPkg\bin\ia32\Apps\* Other\Maintained\Application\UefiShell\bin\ia32\Apps\*
+EdkShellBinPkg\bin\x64\Apps\* Other\Maintained\Application\UefiShell\bin\x64\Apps\*
+EdkShellBinPkg\bin\ipf\Apps\* Other\Maintained\Application\UefiShell\bin\ipf\Apps\*