summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove BINARY_MODULE = true attribute from binary module inf file, because th...lgao42007-10-101-1/+0
* Remove BINARY_MODULE = true attribute from binary module inf file, because th...lgao42007-10-101-1/+0
* Remove BINARY_MODULE = true attribute from binary module inf file, because th...lgao42007-10-102-2/+0
* Use VirtualAlloc() to allocate enough memory space for Nt32 emulator in place...lgao42007-10-103-52/+36
* 0) Change the PEI core behavior to not install FV HOB for each FV INFO PPI in...qwang122007-10-106-436/+153
* 0) Change the PEI core behavior to not install FV HOB for each FV INFO PPI in...qwang122007-10-102-4/+12
* Remove assemble file for different arch, klu22007-10-105-152/+0
* Fixed NT32 Build break.AJFISH2007-10-091-2/+2
* Cleaned the code for passing Visual Studio 2005 buildjwang362007-10-091-1/+1
* Clean up Network Components to support GCC build.yshang12007-10-0917-38/+40
* Cleaned the code for passing Visual Studio 2005 buildjwang362007-10-091-2/+2
* Add SetPeiServicesTablePointer() interface implement in PeiServicesTablePoint...jlin162007-10-091-0/+14
* PI Enabling: the address of PeiServices Pointer should be klu22007-10-0910-19/+165
* Correct ExtractGuidedSectionLib library instance for PEIM and DXE lgao42007-10-096-8/+11
* Add compiler hint of "GLOBAL_REMOVE_IF_UNREFERENCED" to prevent component nam...qhuang82007-10-0943-182/+182
* Fix a bug. FindVariable now search volatile variable first (previously NV var...qwang122007-10-091-3/+5
* Add BINARY_MODULE = true attribute in binary module inf file.lgao42007-10-092-0/+2
* Add BINARY_MODULE = true attribute in binary module inf file.lgao42007-10-091-0/+1
* Add BINARY_MODULE = true attribute in binary module inf file.lgao42007-10-091-0/+1
* Add Unicode Collation related PCD entries in DSC file.qhuang82007-10-091-0/+2
* Add Unicode Collation related feature flags:qhuang82007-10-091-0/+2
* Add Unicode Collation related PCD entries in DSC file.qhuang82007-10-091-0/+2
* Update English Module to selectively install Unicode Collation and Unicode Co...qhuang82007-10-093-11/+68
* Add Unicode Collation 2 protocol GUID value according to UEFI Spec 2.1bqhuang82007-10-092-3/+6
* Update FIT_SIGNATURE from "_FIT_" to "_FIT_ "mdkinney2007-10-081-0/+0
* Updated the revision number of build.exe and GenFds.exejwang362007-10-081-8/+8
* Fixed build hang issue in multi-thread mode and in configuration loading errorjwang362007-10-081-0/+0
* Add support for MACRO in key string list of INF.jlin162007-10-082-0/+0
* Added the "#include <Library/PalCallLib.h>" to pass build (the tracker is #592)zliu32007-10-081-0/+1
* Use return GetUtilityStatus (); to exit and report the tool status.htao2007-10-081-0/+0
* Correct CpuLib.inf format in DSC filelgao42007-10-081-1/+1
* error/warn/debug message format has been updated so update the tool binary.htao2007-10-083-0/+0
* Support ICC build .yshang12007-10-088-13/+13
* Fixed unexpected timeout in Usb MassStorage Driver.yshang12007-10-0822-248/+372
* Change NT32 to use optimized BaseMemoryLibsmdkinney2007-10-061-1/+4
* Add BaseMemoryLib optimized for DXEmdkinney2007-10-0648-0/+3062
* Add BaseMemoryLib optimized for PEImdkinney2007-10-0648-0/+2982
* Make header consistent with other files.mdkinney2007-10-061-1/+1
* Restore original algorithm and add commentsmdkinney2007-10-061-3/+2
* Return buffer in raxmdkinney2007-10-061-4/+5
* Sync with other libsmdkinney2007-10-061-14/+10
* Fix a bug with changing the NVRAM properties of a VariableAJFISH2007-10-061-7/+8
* added the CpuLibvprabhal2007-10-051-0/+1
* added the CpuLibvprabhal2007-10-051-0/+1
* added the CpuLibvprabhal2007-10-051-0/+1
* added the CpuLibvprabhal2007-10-051-0/+1
* created a new library instance with CpuSleep and CpuFlushTlbvprabhal2007-10-051-0/+42
* moved CpuSleep and CpuFlushTlb to the CpuLib to use PalCall in those function...vprabhal2007-10-051-28/+0
* moved CpuSleep and CpuFlushTlb to the CpuLib to use PalCall in those function...vprabhal2007-10-054-74/+0
* removed the use of PalCallStatic and changed to PalCallvprabhal2007-10-052-3/+7