summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellDebug1CommandsLib
AgeCommit message (Expand)AuthorFilesLines
2013-01-25Fixed some alignment faults in IPF platformydong101-3/+3
2013-01-17ShellPkg: Minor change to EDIT and HEXEDIT commands to make the title bars co...jcarsey2-2/+2
2012-12-19ShellPkg: Updates to DumpHex() and ‘dmem’ command for correct output formatjcarsey2-3/+3
2012-12-13ShellPkg: Updates to 'help' commandjcarsey1-0/+0
2012-12-13ShellPkg: Updates to 'smbiosview' commandjcarsey3-1/+7
2012-10-11Add missing braces around initializer.lzeng142-6/+4
2012-09-10Refine code to make it more safely.ydong101-1/+1
2012-09-05Refine coding style.ydong101-1/+0
2012-09-04Fix build fail.ydong101-1/+1
2012-09-03Refine the code to make it more safely.ydong101-19/+27
2012-08-27Change Bcfg.c to use the new definition of EFI_KEY_OPTION.niruiyu1-4/+14
2012-08-07The format strings are using notations that require UINTNs (like "0x%02x") bu...ydong101-6/+6
2012-08-07Refine code to follow coding style.ydong101-6/+14
2012-07-26Fix build fail for GCCydong101-0/+1
2012-07-26Fixed issues:ydong101-35/+100
2012-07-11ShellPkg: update pci enumeration routine for platforms with multiple pci segm...jcarsey1-9/+2
2012-07-04ShellPkg: Fix recursion when deleting all variables.ydong101-0/+1
2012-06-12ShellPkg: Fix en-US characters that are outside the Basic Latin character set...jcarsey1-0/+0
2012-05-30ShellPkg: Fix display of 64-bit BARs in PCI dump on 32-bit systems.jcarsey1-3/+3
2012-04-27Update comments in DmpStore.c to be more suitable.lzeng141-2/+2
2012-04-26Enhance code to more safely and follow coding style.ydong101-2/+8
2012-03-15Add SMBIOS 2.7.1 support to SmbiosView command.lzeng1413-1097/+1072
2012-03-14Improve robustness when scanning PCI Option ROM.rsun31-10/+30
2012-03-05ShellPkg: Fix ICC11 build failure.jcarsey1-6/+10
2012-01-31Fix type 19 print to match SBMIOS 2.7.andrewfish2-0/+16
2012-01-30Fix clang compiler warning.andrewfish1-1/+1
2012-01-30ShellPkg: Allow for format character strings to be typed in editor without ha...jcarsey1-2/+4
2012-01-30ShellPkg: add more parenthesis to bcfg command.jcarsey1-2/+2
2012-01-27ShellPkg: Add support for adding optional data to the bcfg command in debug p...jcarsey2-6/+402
2011-11-29ShellPkg: Fix handling of empty files in Hexeditjcarsey1-1/+4
2011-11-11Shellpkg: Add support for filenames with spaces.jcarsey1-1/+1
2011-10-14ShellPkg: Add checking for memory allocation and pointer returns from functions.jcarsey3-1/+5
2011-10-10ShellPkg: Add checks for NULL pointers. jcarsey1-2/+2
2011-10-10ShellPkg: Add checks for NULL pointers. jcarsey6-16/+41
2011-09-21Clean up the private GUID definition in module Level.lgao43-7/+3
2011-09-08ShellPkg: allow for mm command to properly write PCIe in non-interactive mode.jcarsey1-19/+19
2011-09-02Refine comments and two code style.ydong1014-79/+81
2011-08-23ShellPkg: fix build error when converting INTN to INT32.jcarsey1-1/+1
2011-08-10ShellPkg: bug fix for edit search/replace functionjcarsey1-13/+16
2011-08-08remove CatSPrint from ShellPkg.jcarsey2-77/+0
2011-08-03ShellPkg: Added the Ctrl based hot key for hexeditjcarsey2-10/+10
2011-08-01cleanup function and eliminate build error.jcarsey1-6/+12
2011-07-20ShellPkg: Added the Ctrl based hot key and changed text editor's UI.jcarsey10-59/+361
2011-06-27Clarify that the shared variables of the shell protocols are properly named.jcarsey2-4/+4
2011-06-27Make sure size is correct.jcarsey1-0/+1
2011-06-07update copyright line formathhtian1-1/+1
2011-05-16add support to easily remove profiles and shell levels. the libraries will n...jcarsey1-1/+1
2011-05-02fix printout from SmbiosView command.jcarsey1-1/+1
2011-04-12update Bcfg to correctly remove by option index not variable name and add dri...jcarsey3-63/+185
2011-04-12ShellPkg: Fix GCC 4.4 build issuesjljusten9-32/+15