summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellDebug1CommandsLib
AgeCommit message (Expand)Author
2015-09-18ShellPkg: Added SMBIOS 2.8 Type 17 changes to smbiosviewSamer El-Haj-Mahmoud
2015-09-18ShellPkg: Added SMBIOS 3.0 support in dmem.Samer El-Haj-Mahmoud
2015-09-15ShellPkg: Update the help information for 'setvar' command to follow Shell be...Qiu Shumin
2015-08-25ShellPkg: use UEFI_APPLICATION module type for Shell componentsArd Biesheuvel
2015-07-14ShellPkg: decode serial console attribute set failure status when used thru s...Tapan Shah
2015-07-09ShellPkg: Refine code to use Strn**S safe functions instead of Str**S ones in...Qiu Shumin
2015-06-30ShellPkg: Use safe string functions to refine code.Qiu Shumin
2015-04-29ShellPkg: Update CopyRight to 2015Liming Gao
2015-04-29ShellPkg: Update Shell MemMap command to show PersistentMemory rangeLiming Gao
2015-04-07ShellPkg: UefiShellDebug1CommandsLib: fix hex string parsing in SETVARLaszlo Ersek
2015-04-07ShellPkg: UefiShellDebug1CommandsLib: fix SETVAR option summaryLaszlo Ersek
2015-04-02ShellPkg: Added newline at the end of source filesOlivier Martin
2015-03-17ShellPkg: update smbiosview for SMBIOS 3.0.Elvin Li
2015-03-09ShellPkg: Help and Error Messages UpdateTapan Shah
2015-03-04ShellPkg: smbiosview shows wrong information for Type 27.Elvin Li
2015-03-03ShellPkg: Fixed EBC build error.Elvin Li
2015-02-27ShellPkg: Update Intel copyright to 2015.Elvin Li
2015-02-27ShellPkg: Parse new SMBIOS 3.0 fields.Elvin Li
2015-02-04ShellPkg: Standardized HP Copyright Message StringTapan Shah
2015-02-03ShellPkg: Update Debug1 profile commands response outputTapan Shah
2015-02-02ShellPkg: Fix typos.Qiu Shumin
2015-01-22ShellPkg: Refine the fomat in INF/DEC files to follow spec.Qiu Shumin
2014-10-07ShellPkg: hexedit command does not return lasterror equal to 0 when exiting f...jcarsey
2014-10-07Dmpstore command does not return lasterror equal to 0 when ā€˜-sā€™ flag used...jcarsey
2014-10-02ShellPkg: Update SetVar to use existing attributes for updating existing vari...Jaben Carsey
2014-09-10ShellPkg: Use the new library for "bcfg" commandJaben Carsey
2014-09-04ShellPkg: Update BCFG command for correct use and errors on movingJaben Carsey
2014-09-02Cleanup UefiShellDebug1CommandsLib strings to :Samer El-Haj-Mahmoud elhaj
2014-09-02Update SmbiosView Shell command to display additional CPU Family Samer El-Haj-Mahmoud elhaj
2014-08-29This patch replaces StrCpy with StrnCpy or refactors out the usage of StrCpy ...Jaben Carsey
2014-08-25ShellPkg: Replace non-ASCII character in Pci.c to fix GCC build errorQiu Shumin
2014-08-22ShellPkg: Update 'pci' command for updated class codesJaben Carsey
2014-08-21ShellPkg: Fixes and updates for the 'memmap' commandChris Phillips
2014-08-20ShellPkg: Fix typo in 'uni' files.Qiu Shumin
2014-08-14ShellPkg add size cast to bit operationsJaben Carsey
2014-08-05Updates the total size logic and the SFO output per UEFI Shell 2.1 changesJaben Carsey
2014-08-05Updates the logic to allow DmpStore to specify a name independent of specifyi...Jaben Carsey
2014-07-29Update code to support VS2013 tool chain.Eric Dong
2014-07-28ShellPkg: fix typo.Jeff Bobzin (jeff.bobzin
2014-07-25ShellPkg: Fix calls to SimpleTextOut->SetAttribute to not use reserved bitsJaben Carsey
2014-06-30ShellPkg: Fix Ctrl+C support for dmpstore command.Tapan Shah
2014-06-26Refine code to make it more safely.Eric Dong
2014-06-16ShellPkg: Fix duplicate String IDsJaben Carsey
2014-06-05ShellPkg: fix Comp command outputJaben Carsey
2014-05-14ShellPkg: report error when EfiDecompress is run on a non-compressed fileJaben Carsey
2014-03-10ShellPkg: ShellCommands/SetVar: Make '-rt' imply '-bs'Brendan Jackman
2014-02-25ShellPkg: Add missing header filesJaben Carsey
2014-01-23Update prints of variable attributes from 'RS' to 'RT' for 'Dmpstore' command.Shumin Qiu
2014-01-23Update the comments in function headers to follow Doxygen special documentati...Shumin Qiu
2014-01-22Fix CRLF formatTian, Hot