summaryrefslogtreecommitdiffstats
path: root/EdkShellBinPkg/ReadMe.txt
Commit message (Collapse)AuthorAgeFilesLines
* Update EdkShellBinPkg to integrate a bug fix date & time command for x64 ↵qhuang82010-08-241-2/+2
| | | | | | shell binaries. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10819 6f19259b-4bc3-4df7-8a09-765794883524
* Update EdkShellBinPkg to integrate a bug fix in PCI command in Shell source r42.qhuang82010-08-131-1/+1
| | | | 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-071-2/+2
| | | | 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-091-9/+5
| | | | | | 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-10/+12
| | | | | | | | | | 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-2/+3
| | | | | | | 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-6/+6
| | | | 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-181-9/+5
| | | | | | 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-011-11/+7
| | | | | | 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
* Fix the wrong SVN address for EdkShellPkg.qhuang82008-12-111-1/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6987 6f19259b-4bc3-4df7-8a09-765794883524
* Update Shell binaries to integrate a fix to solve "CHAR8" compatibility ↵qhuang82008-09-031-5/+5
| | | | | | issue in edit command and shell script execution. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5784 6f19259b-4bc3-4df7-8a09-765794883524
* Update ReadMe.txt for the new EdkShellPkg.qhuang82008-08-181-12/+13
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5685 6f19259b-4bc3-4df7-8a09-765794883524
* Update shell binaries to Shell 1.05 release and integrate an issue to solve ↵qhuang82008-07-091-12/+9
| | | | | | RFC3066 language compatibility issues. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5440 6f19259b-4bc3-4df7-8a09-765794883524
* Update Shell Binary to integrate an aligned issue in shell binaries.qhuang82008-03-251-16/+4
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4950 6f19259b-4bc3-4df7-8a09-765794883524
* Fix several typos for the instructions to build shell binaries with ECP & ↵qhuang82008-02-191-7/+7
| | | | | | EDK II tools. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4704 6f19259b-4bc3-4df7-8a09-765794883524
* Update the instruction for the customization build of EDK Shell binaries ↵qhuang82008-01-251-12/+30
| | | | | | since EDKII build tool now support build EDK module with EDK compatibility package. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4639 6f19259b-4bc3-4df7-8a09-765794883524
* Update the build instructions and change log:qhuang82007-10-291-20/+17
| | | | | | The shell binaries are now built with Edk Shell source 1.03 release + EdkCompatiblityPkg(r2246) so that it can be built and customized under EDKII environment. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4231 6f19259b-4bc3-4df7-8a09-765794883524
* Add detailed instructions on the generation of binaries under current EDK ↵qhuang82007-10-181-2/+20
| | | | | | shell project. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4160 6f19259b-4bc3-4df7-8a09-765794883524
* Add ReadMe.txt to contain shell source version information for the shell binary.lgao42007-10-111-0/+2
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4089 6f19259b-4bc3-4df7-8a09-765794883524