summaryrefslogtreecommitdiff
path: root/EdkShellBinPkg/Bin
AgeCommit message (Collapse)Author
2014-01-10New EdkShell binaries.Ruiyu Ni
Update EdkShellBinPkg.dec version from 0.4 to 0.5. Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Hot Tian <hot.tian@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15088 6f19259b-4bc3-4df7-8a09-765794883524
2013-05-17New EDK Shell binary(r63).niruiyu
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14374 6f19259b-4bc3-4df7-8a09-765794883524
2013-04-03New EDK Shell binary(r62).niruiyu
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14242 6f19259b-4bc3-4df7-8a09-765794883524
2012-09-27EdkShellBinPkg: Added ARM Binariesoliviermartin
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin <olivier.martin@arm.com> Signed-off-by: Ray Ni <ruiyu.ni@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13754 6f19259b-4bc3-4df7-8a09-765794883524
2012-05-30New EDK Shell binary(r59).niruiyu
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13376 6f19259b-4bc3-4df7-8a09-765794883524
2012-04-05New Shell binaries based on EDKII core r12898 and Shell r57.niruiyu
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13163 6f19259b-4bc3-4df7-8a09-765794883524
2011-11-17Regenerate the related EDK Shell binaries after fixing a bug in Pci.c to add ↵niruiyu
missing (UINTN) type cast. Signed-off-by: niruiyu git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12731 6f19259b-4bc3-4df7-8a09-765794883524
2011-03-16New EDK Shell binary (r50).niruiyu
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11405 6f19259b-4bc3-4df7-8a09-765794883524
2011-03-14New EDK Shell binary (r49) with LibGetString() fix.niruiyu
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11396 6f19259b-4bc3-4df7-8a09-765794883524
2011-02-16Fix shell timezone bugs (corresponding Shell SVN r47)niruiyu
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11320 6f19259b-4bc3-4df7-8a09-765794883524
2010-11-05Update EdkShellBinPkg to integrate a bug fix of Ping command in Shell r46niruiyu
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11005 6f19259b-4bc3-4df7-8a09-765794883524
2010-10-18Update EdkShellBinPkg to integrate a bug fix in Shell r45qhuang8
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10952 6f19259b-4bc3-4df7-8a09-765794883524
2010-08-13Update EdkShellBinPkg to integrate a bug fix in PCI command in Shell source r42.qhuang8
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10794 6f19259b-4bc3-4df7-8a09-765794883524
2010-07-07Update EdkShellBinPkg to integrate a patch in Shell SVN r41.qhuang8
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10634 6f19259b-4bc3-4df7-8a09-765794883524
2010-06-09Update Shell binaries to integrate recent updates in EDK shell project and ↵qhuang8
integrate one hot fix in hexedit. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10570 6f19259b-4bc3-4df7-8a09-765794883524
2010-03-18Update shell binaries to use release build target and integrate the ↵qhuang8
following hot fixes: 1. Security hole in LoadImage() when EFI_SECURITY_VIOLATION status is returned. 2. Load.efi to load 32bit driver in 64bit platform causing system hang. 3. Fix for PCI multi-segment support. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10278 6f19259b-4bc3-4df7-8a09-765794883524
2010-01-27Fix a security hole in shell binaries:qhuang8
For gBS->LoadImage() if the return status is EFI_SECURITY_VIOLATION, the image handle may not be NULL. Shell environment should not have the assumption that the output ImageHandle must be NULL if the error status is returned by gBS->LoadImage(). git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9838 6f19259b-4bc3-4df7-8a09-765794883524
2010-01-04Update shell binaries to newer version snapshot 2009-12-14 snapshot.qhuang8
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9661 6f19259b-4bc3-4df7-8a09-765794883524
2009-06-18Remove the binary files of those applications which have been contained in ↵eric_tian
Minimum Shell. Only retain those applications which is in Full Shell but not in Minimum Shell. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8598 6f19259b-4bc3-4df7-8a09-765794883524
2009-06-01Update shell binaries to use the newest EDK shell snapshot. This version has ↵qhuang8
integrate the patch to use EDKII GetBestLanguage() to solve RFC 4646 language matching issue in drivers, dh, DevTree, etc. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8423 6f19259b-4bc3-4df7-8a09-765794883524
2009-04-17update shell binary to fix one bug when reconnect -r.vanjeff
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8117 6f19259b-4bc3-4df7-8a09-765794883524
2009-03-10Three GUIDs had been retired, PrimaryConsoleInDeviceGuid, ↵vanjeff
PrimaryConsoleOutDeviceGuid and PrimaryStandardErrorDeviceGuid. Reconnect, Edit, HexEdit command are updated. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7842 6f19259b-4bc3-4df7-8a09-765794883524
2008-12-31Retiring the ANT/JAVA build and removing the older EDK II files that were ↵lhauch
required ANT/JAVA. Last Ant/Java build was r7166 Developers requiring the Java/Ant packages should checkout the branch from: https://edk2.tianocore.org/svn/edk2/branches/AntJava git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7171 6f19259b-4bc3-4df7-8a09-765794883524
2008-09-27Renamed remotelyvanjeff
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6008 6f19259b-4bc3-4df7-8a09-765794883524