]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Update EdkShellBinPkg to integrate a bug fix of Ping command in Shell r46
authorniruiyu <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 5 Nov 2010 05:57:43 +0000 (05:57 +0000)
committerniruiyu <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 5 Nov 2010 05:57:43 +0000 (05:57 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11005 6f19259b-4bc3-4df7-8a09-765794883524

EdkShellBinPkg/Bin/Ia32/Apps/Ping.efi
EdkShellBinPkg/Bin/Ipf/Apps/Ping.efi
EdkShellBinPkg/Bin/X64/Apps/Ping.efi
EdkShellBinPkg/FullShell/Ia32/Shell_Full.efi
EdkShellBinPkg/FullShell/Ipf/Shell_Full.efi
EdkShellBinPkg/FullShell/X64/Shell_Full.efi
EdkShellBinPkg/ReadMe.txt

index 80b30b61c49635bd8a6eeb4f1c04b91728196f39..810af9d60cc0fc76fd47a354c50c4bc911ab70d6 100644 (file)
Binary files a/EdkShellBinPkg/Bin/Ia32/Apps/Ping.efi and b/EdkShellBinPkg/Bin/Ia32/Apps/Ping.efi differ
index 33f8e8e68b69b39f0434449a74504d5fd722a708..29961d28f6f9c95eb3692f458d6413b1c97e0651 100644 (file)
Binary files a/EdkShellBinPkg/Bin/Ipf/Apps/Ping.efi and b/EdkShellBinPkg/Bin/Ipf/Apps/Ping.efi differ
index ccaedb6e58d2d5af2e000316a28f1598dde91976..270aa170a0c0ba7b5a11f6204e2d0f0eca07c11e 100644 (file)
Binary files a/EdkShellBinPkg/Bin/X64/Apps/Ping.efi and b/EdkShellBinPkg/Bin/X64/Apps/Ping.efi differ
index f648e5ae7505ca33488ea0ffd4ffa40a73706649..aead38db9d64e13e36fe749d65acdb617d70748e 100644 (file)
Binary files a/EdkShellBinPkg/FullShell/Ia32/Shell_Full.efi and b/EdkShellBinPkg/FullShell/Ia32/Shell_Full.efi differ
index 6dc0b675ecfa01b3c2d39d816fb18198c1f70454..b0ae726465245a560414c8d7bbc42d9064518472 100644 (file)
Binary files a/EdkShellBinPkg/FullShell/Ipf/Shell_Full.efi and b/EdkShellBinPkg/FullShell/Ipf/Shell_Full.efi differ
index 96255442e3140b8b0d9b3501f5e37a923f3cf5f8..ef3a6e3ef8b9c6c3fa42c48c14ece8661d9ab88c 100644 (file)
Binary files a/EdkShellBinPkg/FullShell/X64/Shell_Full.efi and b/EdkShellBinPkg/FullShell/X64/Shell_Full.efi differ
index ee7f4e3465daaad045c025b446a16d5701c6860e..84562e17ab82cffbafd8f53dfd5d31652468de31 100644 (file)
@@ -1,12 +1,12 @@
-The binaries of EdkShellBinPkg are generated with EFI shell project (svn r45) 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 r46) 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 http://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/EdkCompatibilityPkg).\r
-2. Check out EdkShellPkg(r10348) to $(WORKSPACE)\EdkShellPkg (svn http://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/EdkShellPkg).\r
-3. Check out Edk Shell project source (r45) to $(WORKSPACE) (svn http://efi-shell.svn.sourceforge.net/svnroot/efi-shell/trunk/Shell). \r
-4. Update to the newest BaseTools package (r10348) to $(WORKSPACE) (svn http://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/BaseTools).\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 (r46) to $(WORKSPACE) (svn https://efi-shell.svn.sourceforge.net/svnroot/efi-shell/trunk/Shell). \r
+4. Update to the newest BaseTools package (r10348) to $(WORKSPACE) (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 EdkShellPkg\Shell\Shell.inf -b RELEASE" \r
-   To generate Full Shell, execute: "build -a IA32 -a X64 -a IPF -p EdkShellPkg\EdkShellPkg.dsc -m EdkShellPkg\Shell\ShellFull.inf -b RELEASE" \r
+   To generate Minimum Shell, execute: "build -a IA32 -a X64 -a IPF -p EdkShellPkg\EdkShellPkg.dsc -m Shell\Shell.inf -b RELEASE" \r
+   To generate Full Shell, execute: "build -a IA32 -a X64 -a IPF -p EdkShellPkg\EdkShellPkg.dsc -m Shell\ShellFull.inf -b RELEASE" \r
 6. In EdkShellBinPkg\Bin, we only provides the binary files of those applications which haven't been contained in Minmum Shell but in Full Shell.\r
-   To generate them, execute: "build -a IA32 -a X64 -a IPF -p EdkShellPkg\EdkShellPkg.dsc -m EdkShellPkg\Xxx\Xxx.inf -b RELEASE". Xxx means the corresponding module name.
\ No newline at end of file
+   To generate them, execute: "build -a IA32 -a X64 -a IPF -p EdkShellPkg\EdkShellPkg.dsc -m Shell\Xxx\Xxx.inf -b RELEASE". Xxx means the corresponding module name.\r