]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Regenerate the related EDK Shell binaries after fixing a bug in Pci.c to add missing...
authorniruiyu <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 17 Nov 2011 05:20:56 +0000 (05:20 +0000)
committerniruiyu <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 17 Nov 2011 05:20:56 +0000 (05:20 +0000)
Signed-off-by: niruiyu
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12731 6f19259b-4bc3-4df7-8a09-765794883524

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

index 027cb43a1f08b7c79167e95ca275c58acad4b6ff..85da8b45f122df1d3f0d2cde68b0e5641da28e54 100644 (file)
Binary files a/EdkShellBinPkg/Bin/Ipf/Apps/pci.efi and b/EdkShellBinPkg/Bin/Ipf/Apps/pci.efi differ
index 06539c0853f9d59c893a468021d5d9c95e123646..59357857000390b0933d598ca95ffeaafc375a16 100644 (file)
Binary files a/EdkShellBinPkg/Bin/X64/Apps/pci.efi and b/EdkShellBinPkg/Bin/X64/Apps/pci.efi differ
index 6376b4e5f247706c66a1f4baa1d86db3af42672e..c6466bdc0ee00fcfc7f8f7cb9da841ac8fde3913 100644 (file)
Binary files a/EdkShellBinPkg/FullShell/Ia32/Shell_Full.efi and b/EdkShellBinPkg/FullShell/Ia32/Shell_Full.efi differ
index d5d3196eccb7a0458b8e67b3683dec38e02fd19d..270396c56fff170ad7ee326f4a14107b6b30055b 100644 (file)
Binary files a/EdkShellBinPkg/FullShell/Ipf/Shell_Full.efi and b/EdkShellBinPkg/FullShell/Ipf/Shell_Full.efi differ
index 37e68e7005ba16a337d0a86ef004eeffaef9315e..ec3a10c39ba68ff42d4003a4f95a30abe1a0fd29 100644 (file)
Binary files a/EdkShellBinPkg/FullShell/X64/Shell_Full.efi and b/EdkShellBinPkg/FullShell/X64/Shell_Full.efi differ
index 144ad8c1c97d647755053eb482d314c8984156f2..5a08f55d769dd00c8d122b0f1f85a397a37ffc42 100644 (file)
@@ -1,9 +1,9 @@
-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
+The binaries of EdkShellBinPkg are generated with EFI shell project (svn r54) 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 (r51) to $(WORKSPACE)\Shell (svn https://efi-shell.svn.sourceforge.net/svnroot/efi-shell/trunk/Shell). \r
+3. Check out Edk Shell project source (r54) 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