summaryrefslogtreecommitdiffstats
path: root/ShellPkg
Commit message (Expand)AuthorAgeFilesLines
* EDK II Contributions.txt: Note acceptable contribution licensesJordan Justen2014-08-251-0/+14
* ShellPkg: Replace non-ASCII character in Pci.c to fix GCC build errorQiu Shumin2014-08-251-2/+2
* ShellPkg: Update 'pci' command for updated class codesJaben Carsey2014-08-221-18/+430
* ShellPkg: Fixes and updates for the 'devices' commandChris Phillips2014-08-222-34/+24
* ShellPkg: Refactor string manipulationJaben Carsey2014-08-222-6/+5
* ShellPkg: leave quotes around paramsJaben Carsey2014-08-211-1/+5
* ShellPkg: Fixes and updates for the 'parse' commandChris Phillips2014-08-212-33/+41
* ShellPkg: Fixes and updates for the 'memmap' commandChris Phillips2014-08-212-40/+61
* ShellPkg: Add support for UEFI Shell 2.1 spec command line commentsChris Phillips2014-08-211-0/+18
* ShellPkg: Fixes and updates for the 'drivers' commandChris Phillips2014-08-212-14/+41
* ShellPkg: Fix 'ls -sfo' and 'map -sfo' output format to match UEFI Shell 2.1 ...Chris Phillips2014-08-211-0/+0
* ShellPkg: Fix typo in 'uni' files.Qiu Shumin2014-08-202-0/+0
* ShellPkg: Move mHandleParsingHiiHandle init out of the constructorChris Phillips2014-08-191-5/+30
* ShellPkg: Fixes for timezone handling and 'date -sfo'Chris Phillips2014-08-192-53/+153
* ShellPkg: Refactor string manipulation in UefiShellLib commandJaben Carsey2014-08-191-38/+40
* ShellPkg: Check while string up to space, not the characterJaben Carsey2014-08-191-1/+1
* ShellPkg: Fix EFI_SHELL_PROTOCOL to contain new members from UEFI Shell 2.1 specChris Phillips2014-08-184-60/+40
* ShellPkg: Fix comments. Refine code style. Qiu Shumin2014-08-185-12/+16
* ShellPkg: Fix EFI_SHELL_DYNAMIC_COMMAND_PROTOCOL_GUID to match UEFI Shell 2.1...Chris Phillips2014-08-142-5/+5
* ShellPkg add size cast to bit operationsJaben Carsey2014-08-141-4/+4
* ShellPkg: Refactor string manipulation in cp commandJaben Carsey2014-08-071-20/+20
* Updates the UEFI Shell to produce the new protocol with additional 4 functions.Jaben Carsey2014-08-063-38/+182
* ShellPkg: add size cast to bit operationsJaben Carsey2014-08-061-24/+24
* ShellPkg: Remove double typedef for same structJaben Carsey2014-08-051-2/+2
* Updates the logic to allow devices to support SFO output modeJaben Carsey2014-08-052-16/+36
* Fix the use of ASSERT and other fixes to memory allocation failures (like fre...Jaben Carsey2014-08-051-4/+11
* Updates the total size logic and the SFO output per UEFI Shell 2.1 changesJaben Carsey2014-08-052-8/+28
* Updates the logic to allow DmpStore to specify a name independent of specifyi...Jaben Carsey2014-08-051-2/+9
* Updates the logic to allow help to ouput help information from a dynamic shel...Jaben Carsey2014-08-052-11/+112
* Updates the logic to allow RM and CP to have silent/quiet mode work successfu...Jaben Carsey2014-08-052-2/+6
* This searches for handles that produce the dynamic command protocol after sea...Jaben Carsey2014-08-053-117/+270
* ShellPkg: Add Dynamic GUID registration into the current GUID<->String conver...Jaben Carsey2014-08-053-5/+141
* This adds the new APIs for UEFI Shell 2.1 and makes a new structure for shell...Jaben Carsey2014-08-051-2/+156
* ShellPkg: Add new UEFI Shell 2.1 protocol and fix comments in handle parsingJaben Carsey2014-08-042-4/+15
* ShellPkg: Fix commentsJaben Carsey2014-08-041-3/+5
* Update the en-US definition in 'UefiShellInstall1CommandsLib.uni', 'UefiShell...Qiu Shumin2014-08-044-0/+0
* ShellPkg: Add new dynamic command protocolJaben Carsey2014-07-312-5/+92
* ShellPkg: UpdateStdInStdOutStdErr(): append BOM to new unicode fileLaszlo Ersek2014-07-311-4/+10
* ShellPkg: UpdateStdInStdOutStdErr(): extract WriteFileTag()Laszlo Ersek2014-07-311-15/+33
* Update code to support VS2013 tool chain.Eric Dong2014-07-295-4/+12
* ShellPkg: fix typo.Jeff Bobzin (jeff.bobzin2014-07-282-33/+33
* ShellPkg: Fix calls to SimpleTextOut->SetAttribute to not use reserved bitsJaben Carsey2014-07-256-31/+31
* ShellPkg: Fix Ctrl+C support for dmpstore command.Tapan Shah2014-06-301-1/+7
* Refine code to make it more safely.Eric Dong2014-06-267-52/+73
* ShellPkg: Fix 'mv' command to not attempt moving a file from write-protected ...Chris Phillips2014-06-242-10/+16
* ShellPkg: Move UpdateMapping() out of Map command and added to UefiShellComma...Tapan Shah2014-06-233-110/+124
* ShellPkg: Remove use of ASSERT to test parametersJaben Carsey2014-06-181-77/+67
* ShellPkg: Fix duplicate String IDsJaben Carsey2014-06-163-2/+2
* Use a compare operator for Non-Boolean comparison in 'map.c'.Qiu Shumin2014-06-061-2/+2
* ShellPkg: fix Comp command outputJaben Carsey2014-06-051-9/+20