summaryrefslogtreecommitdiffstats
path: root/EdkModulePkg/Universal
Commit message (Expand)AuthorAgeFilesLines
* Retiring the ANT/JAVA build and removing the older EDK II packages that requi...lhauch2008-12-31259-103413/+0
* Fix warnings generated by gcc for ia32 builds:jljusten2008-04-081-3/+3
* Remove CommonHeader.h in StatusCodeDxe.yshang12007-07-133-26/+28
* changed the Esal call function ids all over the treevprabhal2007-07-103-18/+18
* Add the Consumption limitation for using DxeExtendSalLib in EdkFvbServiceLib....qouyang2007-07-041-2/+2
* removing the dependency on EDKDxeSalLib and EdxDxeRuntimeSalLib, instead usin...vprabhal2007-07-023-19/+17
* Add some definitions for efi event in Uefi/UefiSpec.h to follow spec.vanjeff2007-06-2526-296/+296
* Remove R2627 commit. Roll back R2626.vanjeff2007-06-053-6/+0
* 1. Merger Tracker 8448: PciHostBridgeEnumerator() error checking could lead t...vanjeff2007-06-053-9/+15
* MdePkg: qhuang82007-06-042-20/+85
* Safely use MDE StrSize(), instead of its own function calculating string size...xli242007-04-261-35/+2
* Clean up the following module msa files.lgao42007-04-2011-255/+106
* Fix the issue that Windows Server 2003 installation fails on Tiger.xli242007-04-181-2/+35
* Remove autogen.h from all dxs files, because autogen.h file has been included...lgao42007-04-1819-20/+0
* Use siaddr as the PXE server address first and use option 54 when siaddr is N...qhuang82007-04-161-7/+12
* 1. UsbMassStorage: Increase the timeout of USBFloppyRead10 and USBFloppyWrite...qhuang82007-04-162-8/+46
* Fix run broken issue for EdkUnixPkgklu22007-04-111-1/+3
* Allocate memory in DebugSupport beforehand, in order to avoid calling memory ...xli242007-04-117-84/+117
* removed ICC compile issue.vanjeff2007-04-102-12/+10
* Perfected MSA files.vanjeff2007-04-108-42/+48
* Clean up the following module msa files, they are three networt and two PCD m...lgao42007-04-0918-285/+151
* The ALIGNMENT definition has been moved to common header file.klu22007-04-051-7/+0
* Clean up the following module msa files, they are edkmodule package ftwlit, C...lgao42007-04-0517-158/+107
* 1) Change the alignment from 1 to 2 for IA32 and X64 arch.klu22007-04-055-58/+20
* 1. Advance IP in case of Break(3) in breakpoint exceptionqhuang82007-03-3013-121/+420
* Variable driver: add checking to make sure flash is properly initializedqhuang82007-03-292-2/+9
* 1. Use MemoryAllocationLib to replace boot services memory services functions...vanjeff2007-03-2913-394/+357
* add new blank line for GCC buildklu22007-03-271-1/+2
* 1. Removed definition for EFI_1_1 from module ConSplittervanjeff2007-03-261-62/+7
* 1. Removed #ifdef EDK_RELEASE_VERSION from all c files for all modulesvanjeff2007-03-2115-747/+295
* Change the TPL lock level to EFI_TPL_NOTIFY. Variable Service is called in Re...qwang122007-03-202-2/+2
* Removed #ifdef SNP_DEBUG and used debug lib to output information.vanjeff2007-03-202-47/+45
* 1. Removed #ifdef SNP_DEBUG and used debug lib to output informationvanjeff2007-03-2010-185/+202
* Cleanup the msa for PeiVariable.klu22007-03-161-3/+0
* Fix a critical bug: When reading block succeeds but detecting MBR fails, it s...qhuang82007-03-161-1/+4
* Fix the issue that the variable Unicode string may be not aligned on 16-bit b...klu22007-03-168-90/+30
* 1. Added PcdNtEmulator and Removed MACRO EFI_NT_EMULATORvanjeff2007-03-164-62/+72
* Perfect the msa of the following modules, DiskIo, Partition, English and Ebc.lgao42007-03-1613-113/+95
* fixed a build error with Intel IPF compilervprabhal2007-03-161-1/+1
* Fix the issue that HiiGetForms does not return correct BufferLengthklu22007-03-151-24/+28
* Fix the issue of Wide char help strings cannot break into multiple lines corr...klu22007-03-153-210/+200
* 1. Remove #ifdef _MSC_EXTENSION_ from all source filesvanjeff2007-03-1511-438/+285
* Add check whether input parameter is NULL before call freepool API defined in...lgao42007-03-142-4/+8
* Clean up the gBS sevice (CopyMem, SetMem, AllocatePool, FreePool) with the co...lgao42007-03-1415-162/+159
* STATIC should be prefixed for internal functions to pass the stringent compil...qwang122007-03-132-0/+4
* Add a lock to protect the critical region in Service APIs for gEfiSimpleTextO...qwang122007-03-121-30/+82
* Add a lock to protect the critical region in Service APIs for UEFI Runtime Va...qwang122007-03-1212-125/+275
* Perfect the msa of the following console, datahub and DebugPort modules.lgao42007-03-096-37/+65
* Do not use return value of REPORT_STATUS_CODE_WITH_DEVICE_PATH to override th...klu22007-03-061-17/+10
* 1. Fix an issue about the calculation of GlyphBufferSizeqhuang82007-02-284-92/+122