summaryrefslogtreecommitdiffstats
path: root/ShellPkg
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug that BCFG creates Key#### variable bigger than it should be.niruiyu2012-10-181-2/+2
* 1. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt...sfu52012-10-172-5/+5
* Add missing braces around initializer.lzeng142012-10-115-107/+153
* Contributed-under: TianoCore Contribution Agreement 1.0mdkinney2012-10-056-121/+238
* Refine code to make it more safely.ydong102012-09-101-1/+1
* Fix always allocate memory issue.ydong102012-09-071-4/+6
* Fix display color error when scroll up/down the screen.ydong102012-09-071-1/+1
* Refine coding style.ydong102012-09-051-1/+0
* Fix build fail.ydong102012-09-041-1/+1
* Refine the code to make it more safely.ydong102012-09-031-19/+27
* Change Bcfg.c to use the new definition of EFI_KEY_OPTION.niruiyu2012-08-271-4/+14
* Change Bcfg.c to use the new definition of EFI_KEY_OPTION.niruiyu2012-08-271-4/+14
* Update the "ConErr" related variable name to the new one "ErrOut".ydong102012-08-173-15/+15
* Refine get default language logic for command "drivers".ydong102012-08-103-15/+71
* The format strings are using notations that require UINTNs (like "0x%02x") bu...ydong102012-08-071-6/+6
* Fix a width count error in ClearScreen function.ydong102012-08-071-2/+2
* Refine code to follow coding style.ydong102012-08-071-6/+14
* Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx ...niruiyu2012-07-301-9/+9
* Fix build fail for GCCydong102012-07-261-0/+1
* Fixed issues:ydong102012-07-261-35/+100
* Roll back the change which caused build failydong102012-07-261-3/+3
* ShellPkg: Update string to number conversion to correctly stop at spaces if s...jcarsey2012-07-231-3/+3
* Add logic to check the execution break flag before executing the next command...ydong102012-07-231-0/+3
* ShellPkg: update pci enumeration routine for platforms with multiple pci segm...jcarsey2012-07-111-9/+2
* ShellPkg: Fix recursion when deleting all variables.ydong102012-07-041-0/+1
* ShellPkg: Fix en-US characters that are outside the Basic Latin character set...jcarsey2012-06-126-0/+0
* ShellPkg: Fix display of 64-bit BARs in PCI dump on 32-bit systems.jcarsey2012-05-301-3/+3
* ShellPkg: Enable Runtime DXE drivers to make use of Shell libraries with the ...jcarsey2012-05-305-5/+9
* ShellPkg: Enable Ctrl-C characters to be processed over serial interfaces tha...jcarsey2012-05-221-2/+3
* Enable print error info when execute the application.ydong102012-04-272-1/+17
* Update comments in DmpStore.c to be more suitable.lzeng142012-04-271-2/+2
* Enhance code to more safely and follow coding style.ydong102012-04-264-4/+21
* Update copyright formathhtian2012-04-241-3/+1
* Update IfConfig.c to use TPL_CALLBACK instead of TPL_CALLBACK - 1 to follow U...lzeng142012-04-241-2/+2
* ShellPkg: hide flashing cursor during startup.jcarsey2012-04-231-1/+3
* ShellPkg: removed memory leak.jcarsey2012-04-231-2/+0
* EDK II Packages: Add Contributions.txt and License.txt filesjljusten2012-04-112-0/+215
* correct removal of commit 12951.jcarsey2012-03-261-2/+4
* Add SMBIOS 2.7.1 support to SmbiosView command.lzeng142012-03-1513-1097/+1072
* Improve robustness when scanning PCI Option ROM.rsun32012-03-141-10/+30
* ShellPkg: Fix ICC11 build failure.jcarsey2012-03-051-6/+10
* ShellPkg: Fix ICC11 build failure.jcarsey2012-02-241-6/+10
* ShellPkg: fix 'ls' handling of empty drives where there is not even an "." or...jcarsey2012-02-023-3/+14
* Add Missing invocations to VA_END() for VA_START().rsun32012-02-011-3/+3
* Fix type 19 print to match SBMIOS 2.7.andrewfish2012-01-312-0/+16
* ShellPkg: Update 'echo' command to print everything at once. this allows for...jcarsey2012-01-301-6/+10
* Fix clang compiler warning.andrewfish2012-01-302-2/+2
* ShellPkg: Allow for format character strings to be typed in editor without ha...jcarsey2012-01-302-2/+9
* ShellPkg: add more parenthesis to bcfg command.jcarsey2012-01-302-4/+4
* ShellPkg: fix redirection file parsing to allow spaces before filename.jcarsey2012-01-271-1/+4