summaryrefslogtreecommitdiff
path: root/EdkModulePkg
AgeCommit message (Expand)AuthorFilesLines
2007-04-10removed ICC compile issue.vanjeff2-12/+10
2007-04-10Perfected MSA files.vanjeff8-42/+48
2007-04-09Clean up the following module msa files, they are three networt and two PCD m...lgao419-288/+157
2007-04-09Remove 3 library instances: EdkDxeDebugLibReportStatusCode, EdkUefiDebugLibCo...qwang127-1197/+1
2007-04-09A typo in comments that alignment should be 8 for IPF klu21-1/+1
2007-04-09Change the alignment of variable from 2 back to 1 for compability of test case.klu21-1/+3
2007-04-061) Initialize gBS, gST, gImageHandle in UefiBootServicesTableLib.c to NULLqwang127-63/+63
2007-04-05The ALIGNMENT definition has been moved to common header file.klu21-7/+0
2007-04-05To fix xgu32-10/+10
2007-04-05Clean up the following module msa files, they are edkmodule package ftwlit, C...lgao418-338/+747
2007-04-051) Change the alignment from 1 to 2 for IA32 and X64 arch.klu26-70/+34
2007-04-04Change BDS to get the default logo picture by default bmp logo guid. lgao43-12/+7
2007-03-301. Advance IP in case of Break(3) in breakpoint exceptionqhuang813-121/+420
2007-03-29Variable driver: add checking to make sure flash is properly initializedqhuang82-2/+9
2007-03-291. Use MemoryAllocationLib to replace boot services memory services functions...vanjeff13-394/+357
2007-03-29[Source] Useless assigning statement in ata and atapixgu32-3/+1
2007-03-281. Removed #ifndef to enable Capsule architecture protocol on IPF.vanjeff1-5/+0
2007-03-27add new blank line for GCC buildklu21-1/+2
2007-03-261. Removed definition for EFI_1_1 from module ConSplittervanjeff1-62/+7
2007-03-22Add return EFI_INVALID_PARAMETER if pointer type parameter for UEFI and Tiano...qwang121-2/+37
2007-03-22Need no zero pool for improving performance.klu21-15/+9
2007-03-221. Removed AsmSwitchStackAndBackingStore from BaseLib.hvanjeff2-4/+4
2007-03-21fix the build broken issueklu21-0/+3
2007-03-211. Removed #ifdef EDK_RELEASE_VERSION from all c files for all modulesvanjeff22-1132/+434
2007-03-20Change the TPL lock level to EFI_TPL_NOTIFY. Variable Service is called in Re...qwang122-2/+2
2007-03-20Removed #ifdef SNP_DEBUG and used debug lib to output information.vanjeff2-47/+45
2007-03-201. Removed #ifdef SNP_DEBUG and used debug lib to output informationvanjeff11-217/+202
2007-03-19Change the EfiAquireLock with RaiseTPL as the call to Boot Service UnloadImag...qwang121-10/+17
2007-03-16Cleanup the msa for PeiVariable.klu21-3/+0
2007-03-16Fix a critical bug: When reading block succeeds but detecting MBR fails, it s...qhuang81-1/+4
2007-03-16Fix the issue that the variable Unicode string may be not aligned on 16-bit b...klu28-90/+30
2007-03-161. Added PcdNtEmulator and Removed MACRO EFI_NT_EMULATORvanjeff6-64/+139
2007-03-16Perfect the msa of the following modules, DiskIo, Partition, English and Ebc.lgao413-113/+95
2007-03-16fixed a build error with Intel IPF compilervprabhal1-1/+1
2007-03-15Fix the issue that HiiGetForms does not return correct BufferLengthklu21-24/+28
2007-03-15Fix the issue of Wide char help strings cannot break into multiple lines corr...klu23-210/+200
2007-03-151. Remove #ifdef _MSC_EXTENSION_ from all source filesvanjeff14-489/+309
2007-03-14changed the guid assignment from constant array to hi and low UINT64s (Intel ...vprabhal1-10/+40
2007-03-14changed the guid assignment from constant array to hi and low UINT64s (Intel ...vprabhal1-2/+8
2007-03-14changed the guid assignment from constant array to hi and low UINT64s (Intel ...vprabhal1-8/+32
2007-03-14redefined the guids as _hi and _lo to deal with intel compiler's method of as...vprabhal1-1/+81
2007-03-14Add check whether input parameter is NULL before call freepool API defined in...lgao42-4/+8
2007-03-14Remove the BugBug in package header file for DXE_CORE and DXE_DRIVER which fo...qwang125-23/+9
2007-03-14Clean up the gBS sevice (CopyMem, SetMem, AllocatePool, FreePool) with the co...lgao416-405/+536
2007-03-13STATIC should be prefixed for internal functions to pass the stringent compil...qwang122-0/+4
2007-03-12Add a lock to protect the critical region in Service APIs for gEfiSimpleTextO...qwang121-30/+82
2007-03-12Resolve the build break caused by changes to DxeCore.qwang121-7/+63
2007-03-12Add a lock to protect the critical region in Service APIs for UEFI Runtime Va...qwang1212-125/+275
2007-03-12Add a lock to protect the critical region in Service APIs for gEfiBlockIoProt...qwang123-36/+103
2007-03-12Add a lock to protect the critical region in UEFI Boot Service API: Exit() an...qwang121-7/+25