summaryrefslogtreecommitdiffstats
path: root/EdkShellBinPkg/MinimumShell/X64/Shell.efi
Commit message (Collapse)AuthorAgeFilesLines
* EdkShellBinPkg: Remove EdkShellBinPkgshenglei2018-11-191-0/+0
| | | | | | | | | | | | | | EdkShellBinPkg is removed. https://bugzilla.tianocore.org/show_bug.cgi?id=1108 Cc: Andrew Fish <afish@apple.com> Cc: Laszlo Ersek <lersek@redhat.com> Cc: Leif Lindholm <leif.lindholm@linaro.org> Cc: Michael D Kinney <michael.d.kinney@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org> Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
* New EdkShell binaries.Ruiyu Ni2014-01-101-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(r59).niruiyu2012-05-301-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-051-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
* New EDK Shell binary(r51)niruiyu2011-04-091-0/+0
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11515 6f19259b-4bc3-4df7-8a09-765794883524
* New EDK Shell binary (r50).niruiyu2011-03-161-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-141-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-161-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 date & time command for shell ↵qhuang82010-08-251-0/+0
| | | | | | binaries. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10820 6f19259b-4bc3-4df7-8a09-765794883524
* Update EdkShellBinPkg to integrate a bug fix date & time command for x64 ↵qhuang82010-08-241-0/+0
| | | | | | shell binaries. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10819 6f19259b-4bc3-4df7-8a09-765794883524
* Update Shell binaries to integrate recent updates in EDK shell project and ↵qhuang82010-06-091-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-181-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-271-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-041-0/+0
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9661 6f19259b-4bc3-4df7-8a09-765794883524
* Update shell binaries to use the newest EDK shell snapshot. This version has ↵qhuang82009-06-011-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
* Three GUIDs had been retired, PrimaryConsoleInDeviceGuid, ↵vanjeff2009-03-101-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
* Renamed remotelyvanjeff2008-09-271-0/+0
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6001 6f19259b-4bc3-4df7-8a09-765794883524