summaryrefslogtreecommitdiffstats
path: root/EdkShellBinPkg/Bin
Commit message (Collapse)AuthorAgeFilesLines
* New EdkShell binaries.Ruiyu Ni2014-01-1084-0/+0
| | | | | | | | | 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
* New EDK Shell binary(r63).niruiyu2013-05-173-0/+0
| | | | | | 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
* New EDK Shell binary(r62).niruiyu2013-04-0334-0/+0
| | | | | | 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
* EdkShellBinPkg: Added ARM Binariesoliviermartin2012-09-2748-0/+0
| | | | | | | | | | 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
* New EDK Shell binary(r59).niruiyu2012-05-303-0/+0
| | | | | | 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
* New Shell binaries based on EDKII core r12898 and Shell r57.niruiyu2012-04-0584-0/+0
| | | | | | 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
* Regenerate the related EDK Shell binaries after fixing a bug in Pci.c to add ↵niruiyu2011-11-172-0/+0
| | | | | | | | 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
* New EDK Shell binary (r50).niruiyu2011-03-1684-0/+0
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11405 6f19259b-4bc3-4df7-8a09-765794883524
* New EDK Shell binary (r49) with LibGetString() fix.niruiyu2011-03-1484-0/+0
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11396 6f19259b-4bc3-4df7-8a09-765794883524
* Fix shell timezone bugs (corresponding Shell SVN r47)niruiyu2011-02-163-0/+0
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11320 6f19259b-4bc3-4df7-8a09-765794883524
* Update EdkShellBinPkg to integrate a bug fix of Ping command in Shell r46niruiyu2010-11-053-0/+0
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11005 6f19259b-4bc3-4df7-8a09-765794883524
* Update EdkShellBinPkg to integrate a bug fix in Shell r45qhuang82010-10-183-0/+0
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10952 6f19259b-4bc3-4df7-8a09-765794883524
* Update EdkShellBinPkg to integrate a bug fix in PCI command in Shell source r42.qhuang82010-08-133-0/+0
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10794 6f19259b-4bc3-4df7-8a09-765794883524
* Update EdkShellBinPkg to integrate a patch in Shell SVN r41.qhuang82010-07-076-0/+0
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10634 6f19259b-4bc3-4df7-8a09-765794883524
* Update Shell binaries to integrate recent updates in EDK shell project and ↵qhuang82010-06-0984-0/+0
| | | | | | integrate one hot fix in hexedit. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10570 6f19259b-4bc3-4df7-8a09-765794883524
* Update shell binaries to use release build target and integrate the ↵qhuang82010-03-1884-0/+0
| | | | | | | | | | 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
* Fix a security hole in shell binaries:qhuang82010-01-2784-0/+0
| | | | | | | 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
* Update shell binaries to newer version snapshot 2009-12-14 snapshot.qhuang82010-01-0484-0/+0
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9661 6f19259b-4bc3-4df7-8a09-765794883524
* Remove the binary files of those applications which have been contained in ↵eric_tian2009-06-1871-0/+0
| | | | | | 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
* Update shell binaries to use the newest EDK shell snapshot. This version has ↵qhuang82009-06-01150-0/+0
| | | | | | 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
* update shell binary to fix one bug when reconnect -r.vanjeff2009-04-176-0/+0
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8117 6f19259b-4bc3-4df7-8a09-765794883524
* Three GUIDs had been retired, PrimaryConsoleInDeviceGuid, ↵vanjeff2009-03-1012-0/+0
| | | | | | | | 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
* Retiring the ANT/JAVA build and removing the older EDK II files that were ↵lhauch2008-12-311-182/+0
| | | | | | | | | | | 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
* Renamed remotelyvanjeff2008-09-27156-0/+182
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6008 6f19259b-4bc3-4df7-8a09-765794883524