]> git.proxmox.com Git - mirror_edk2.git/commitdiff
New EDK Shell binary(r51)
authorniruiyu <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524>
Sat, 9 Apr 2011 01:15:01 +0000 (01:15 +0000)
committerniruiyu <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524>
Sat, 9 Apr 2011 01:15:01 +0000 (01:15 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11515 6f19259b-4bc3-4df7-8a09-765794883524

EdkShellBinPkg/FullShell/Ia32/Shell_Full.efi
EdkShellBinPkg/FullShell/Ipf/Shell_Full.efi
EdkShellBinPkg/FullShell/X64/Shell_Full.efi
EdkShellBinPkg/MinimumShell/Ia32/Shell.efi
EdkShellBinPkg/MinimumShell/Ipf/Shell.efi
EdkShellBinPkg/MinimumShell/X64/Shell.efi
EdkShellBinPkg/ReadMe.txt

index ca26788b2b9c8992814e31cc53d65d4879ad31ac..6376b4e5f247706c66a1f4baa1d86db3af42672e 100644 (file)
Binary files a/EdkShellBinPkg/FullShell/Ia32/Shell_Full.efi and b/EdkShellBinPkg/FullShell/Ia32/Shell_Full.efi differ
index 969269ea7e7ba1022f3449bc17f6941efe00ccb7..d5d3196eccb7a0458b8e67b3683dec38e02fd19d 100644 (file)
Binary files a/EdkShellBinPkg/FullShell/Ipf/Shell_Full.efi and b/EdkShellBinPkg/FullShell/Ipf/Shell_Full.efi differ
index df3a064473f7b19930c18a4e35fda63a0c3ec3a2..37e68e7005ba16a337d0a86ef004eeffaef9315e 100644 (file)
Binary files a/EdkShellBinPkg/FullShell/X64/Shell_Full.efi and b/EdkShellBinPkg/FullShell/X64/Shell_Full.efi differ
index 48a811e5bf21ce9c566b75093facf8eecdd8baa0..2bf343c36419140af1e2c7358ca048c3c3420b41 100644 (file)
Binary files a/EdkShellBinPkg/MinimumShell/Ia32/Shell.efi and b/EdkShellBinPkg/MinimumShell/Ia32/Shell.efi differ
index e6d0b14a8150789a593bebe99ed3ca6024855cbd..2cde153cce5f85aeafb85b63ab12f7c046719022 100644 (file)
Binary files a/EdkShellBinPkg/MinimumShell/Ipf/Shell.efi and b/EdkShellBinPkg/MinimumShell/Ipf/Shell.efi differ
index c9a64d7b75ace16c88af9778006a1a88a354e277..44c098861a74e36379ea27ee45a6298372e26cd4 100644 (file)
Binary files a/EdkShellBinPkg/MinimumShell/X64/Shell.efi and b/EdkShellBinPkg/MinimumShell/X64/Shell.efi differ
index 21c33c34a87e00af39397d435666e9ad97c677da..144ad8c1c97d647755053eb482d314c8984156f2 100644 (file)
@@ -1,9 +1,9 @@
-The binaries of EdkShellBinPkg are generated with EFI shell project (svn r50) and build with Edk Compatibility & BaseTools Package (r10348). The binaries are built with no debug information by building with "RELEASE" target.\r
+The binaries of EdkShellBinPkg are generated with EFI shell project (svn r51) and build with Edk Compatibility & BaseTools Package (r10348). The binaries are built with no debug information by building with "RELEASE" target.\r
 \r
 The following steps can help to re-generate these binaries for customization:\r
 1. Check out EdkCompatibilityPkg (r10348) to $(WORKSPACE)\EdkCompatibilityPkg (svn https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/EdkCompatibilityPkg).\r
 2. Check out EdkShellPkg(r10348) to $(WORKSPACE)\EdkShellPkg (svn https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/EdkShellPkg).\r
-3. Check out Edk Shell project source (r50) to $(WORKSPACE)\Shell (svn https://efi-shell.svn.sourceforge.net/svnroot/efi-shell/trunk/Shell). \r
+3. Check out Edk Shell project source (r51) to $(WORKSPACE)\Shell (svn https://efi-shell.svn.sourceforge.net/svnroot/efi-shell/trunk/Shell). \r
 4. Update to the newest BaseTools package (r10348) to $(WORKSPACE)\BaseTools (svn https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/BaseTools).\r
 5. Under $(WORKSPACE) directory (i.e. c:\EdkII),\r
    To generate Minimum Shell, execute: "build -a IA32 -a X64 -a IPF -p EdkShellPkg\EdkShellPkg.dsc -m Shell\Shell.inf -b RELEASE".\r