summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* make change to support UnixPkg build. The changes are listed as follows:eric_tian2008-06-303-10/+16
* Port EdkUnixPkg to UnixPkg. The changes are listed as follows:eric_tian2008-06-30165-0/+30405
* Boolean values and variable type BOOLEAN should not use explicit comparisons ...qwang122008-06-301-2/+2
* Boolean values and variable type BOOLEAN should not use explicit comparisons ...qwang122008-06-301-1/+1
* Boolean values and variable type BOOLEAN should not use explicit comparisons ...qwang122008-06-301-2/+2
* Clean ICC buildvanjeff2008-06-271-5/+5
* [Description]:vanjeff2008-06-277-222/+688
* Change the ASSERT condition from “ASSERT (RowInfoArraySize == 1);” to “...qwang122008-06-271-2/+2
* Clean up for GCC and Intel ICC build.qwang122008-06-262-5/+9
* add a PCI_CLASS_MASS_STORAGE_AHCI alias.qwang122008-06-261-2/+1
* [Description]qwang122008-06-251-4/+5
* [Description]:vanjeff2008-06-256-16/+23
* Remove the OPTIONAL modifier as HiiHandle is a compulsory para.qwang122008-06-251-1/+1
* Fix an issue in the implementation of GetDriverName() in Con splitter driver....qhuang82008-06-251-1/+5
* remove ACPI_DISPLAY_ADR definition, since it has been defined in MdePkg.vanjeff2008-06-241-12/+0
* [Description]:vanjeff2008-06-242-38/+22
* [Description]:vanjeff2008-06-241-2/+5
* Fix doxygen issue:klu22008-06-2498-734/+736
* Fix doxygen issue:klu22008-06-246-181/+298
* Fix issue broken doxygen parsing. The issue is that when declaring a function...klu22008-06-241-37/+64
* Merged in the following trackers from EDK:qwang122008-06-2318-684/+1416
* Merged in the following trackers from EDK:qwang122008-06-2314-113/+348
* Add parameter checking for PCI IO protocol according to UEFI spec.xli242008-06-211-1/+17
* Correct print Error message lgao42008-06-211-0/+0
* get the definition for EFI_PEI_PCI_CFG_PPI_WIDTH from PciCfg2.hqwang122008-06-201-0/+4
* Remove unrecognized chars in comment in source file.qhuang82008-06-192-2/+2
* Remove unrecognized chars in comment in assembly file.qhuang82008-06-191-1/+1
* Remove unrecognized chars in comment for all source C/h files.qhuang82008-06-1917-57/+57
* 1) Add in EBC build support.qwang122008-06-191-4/+21
* Updated copyright.qwang122008-06-191-1/+1
* Update call-by-value to call-by-reference for EFI_HII_GLYPH_INFO type.qwang122008-06-191-15/+15
* Fixed HSD tracker 201036jwang362008-06-191-0/+0
* Name the module based on the rule belowqwang122008-06-171-1/+1
* Name the module based on the rule belowqwang122008-06-172-0/+0
* Rename the module based on the naming rule qwang122008-06-172-3/+3
* add a comment about why gEfiPeiMemoryDiscoveredPpiGuid is used as dpx.qwang122008-06-171-0/+2
* Add FvHobToFvInfoThunk.qwang122008-06-172-0/+172
* Remove unused include file.qwang122008-06-171-1/+0
* Add more comments.qwang122008-06-122-1/+9
* clean EBC build.vanjeff2008-06-121-23/+12
* fixed a typolhauch2008-06-111-1/+1
* remove reference to the obsolete EFI_LIGHT_ISA_IO_PROTOCOL. This protocol is ...qwang122008-06-112-189/+4
* remove reference to the obsolete EFI_LIGHT_ISA_IO_PROTOCOL. qwang122008-06-111-1/+1
* install mReadOnlyVariableThunkPresent PPI to insure that only one ReadOnlyVar...qwang122008-06-102-2/+14
* Change notification function to the correct protocol.qwang122008-06-101-1/+1
* fix a typo.qwang122008-06-101-2/+2
* Add "-l" to make VFR Compiler to generate .lst file to assist debug.qwang122008-06-051-1/+1
* Added dependency of makefile to source files in order to let source files be ...jwang362008-06-052-0/+5
* change >> to RShiftU64 function call to avoid compiler to insert __aullshr in...qwang122008-06-051-1/+1
* Install a Framework SetupBrowser protocol interface. But this interface will ...qwang122008-06-053-0/+89