summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-01-31Update the code to follow the spec when evaluate the expression.ydong105-182/+274
2012-01-31Enable nest for suppressif/grayoutif/diableif for form/question/option.ydong109-127/+606
2012-01-31Fix type 19 print to match SBMIOS 2.7.andrewfish2-0/+16
2012-01-30cleanup SmbiosLib.h definitions, and the code that depends on them. andrewfish3-52/+64
2012-01-30ShellPkg: Update 'echo' command to print everything at once. this allows for...jcarsey1-6/+10
2012-01-30Fix clang compiler warning.andrewfish2-2/+2
2012-01-30Oops missed these items in 12966. Also forgot the signoff, this signoff inclu...andrewfish2-0/+404
2012-01-30Add a new SMBIOS Library, and platform SMBIOS driver that does not use Framew...andrewfish7-2/+825
2012-01-30ShellPkg: Allow for format character strings to be typed in editor without ha...jcarsey2-2/+9
2012-01-30ShellPkg: add more parenthesis to bcfg command.jcarsey2-4/+4
2012-01-27ShellPkg: fix redirection file parsing to allow spaces before filename.jcarsey1-1/+4
2012-01-27ShellPkg: Add support for adding optional data to the bcfg command in debug p...jcarsey2-6/+402
2012-01-27ShellPkg: parameters with spaces need quotes.jcarsey1-17/+34
2012-01-27ShellPkg: Add support for adding optional data to the bcfg command.jcarsey2-6/+402
2012-01-27AppPkg/Applications/Python: Fix a mis-located module and establish the minimu...darylm5032-97/+57
2012-01-26AppPkg/Applications/Python: Get Python startup process fully working for EDK II.darylm50317-298/+12508
2012-01-26StdLib/Include/netdb.h: Re-enable macros needed by socket applications and pe...darylm5031-198/+129
2012-01-26Fix bug where { NULL } did not terminate with a double NULL. Add support for ...andrewfish1-10/+37
2012-01-24Remove Framework concepts and fully port to PI. Remove the use of Hii for har...andrewfish6-119/+195
2012-01-20ShellPkg: This patch fixes the redirection support for a Shell2 application r...jcarsey1-4/+6
2012-01-20ShellPkg: Fix rm CWD protection to be better at catching similarly named dire...jcarsey1-2/+5
2012-01-19ShellPkg: Fix SimpleTextInputEx based "CTRL-S" by emptying the buffer to prev...jcarsey1-3/+9
2012-01-18DuetPkg BootSector: fix a bug in st32_64.S that the size for GDTR.limit is wr...rsun31-1/+1
2012-01-16Add new DEBUG_VERBOSE print error level.lgao43-8/+13
2012-01-15correct license header.jyao11-1/+1
2012-01-14Initialize LockBox.Attribute to 0 in SaveLockBox, or it will be random value.jyao11-1/+2
2012-01-13DuetPkg BootSector: fix bugs in .S files so that 32-bit and 64-bit DUET can b...rsun36-57/+58
2012-01-12Correct definition to follow spec.ydong103-6/+6
2012-01-12Update copyright.ydong101-1/+1
2012-01-12Add check when get boot option variable to avoid system hang.ydong101-1/+115
2012-01-11Fix bug in SNP driver where default values for SNP mode are not filled in. Th...andrewfish1-10/+38
2012-01-11ShellPkg: Check for Abort flag in main 'for' loop of ls command and propagate...jcarsey1-3/+12
2012-01-11BeagleBaordPkg: Removed out of date comment in FDF file about USB stackoliviermartin1-2/+0
2012-01-10ShellPkg: Propagate verbose flag down so it can be used in all DH command use...jcarsey1-2/+12
2012-01-10ShellPkg: Add dump information for PCI Root Bridge IO protocol.jcarsey2-1/+121
2012-01-10DuetPkg BootSector: Clean up .S files for 64-bit Duet for GCC build.rsun35-46/+62
2012-01-09ShellPkg: Add protocols / protocol GUIDs to display and input mapping.jcarsey4-113/+232
2012-01-07Fix bug where open() mode was not being set based on type of device being emu...andrewfish1-0/+2
2012-01-06StdLib: Add a file was missed and should have been included in check-in 12061.darylm5031-0/+132
2012-01-06Add an error print and exit if SEC core is not found. andrewfish1-0/+6
2012-01-05ShellPkg: fix copyright date.jcarsey1-1/+1
2012-01-05ShellPkg: fix For command parsing list of values.jcarsey1-5/+3
2012-01-05ShellPkg: Fix swapping of reset behavior.jcarsey1-4/+4
2012-01-05Remove illegal TPL usage.gdong11-5/+1
2012-01-04Fix the issue in PeiCore that doesn’t handle Unix style file path of PDB file.lgao41-2/+2
2012-01-04Add the missing DebugPrintErrorLevelLib library class in MdePkg.declgao41-1/+4
2012-01-02ShellPkg: print error when column index is out of range instead of ASSERT.jcarsey1-16/+20
2012-01-02ShellPkg: fix Pipe usage verification.jcarsey2-3/+8
2011-12-29BeagleBoard: Support bash script when 'set -u'oliviermartin1-4/+4
2011-12-29BeagleBoard: Allow to overwrite the default toolchainoliviermartin1-6/+9