summaryrefslogtreecommitdiff
path: root/EdkModulePkg
AgeCommit message (Expand)AuthorFilesLines
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
2007-03-09Perfect the msa of the following console, datahub and DebugPort modules.lgao46-37/+65
2007-03-09The latest IPF boot failure is found and is not caused by this fixing, so che...klu25-1066/+206
2007-03-091) Replace BdsLibGetBootMode with GetBootMode from HobLib of MdePkg.qwang122-38/+2
2007-03-081. Sync definition of EFI_DEBUG_IMAGE_INFO with UEFI specqhuang85-14/+8
2007-03-07Fix the issue of Linux cannot boot and reset on IPF.xli245-201/+1061
2007-03-06Do not use return value of REPORT_STATUS_CODE_WITH_DEVICE_PATH to override th...klu21-17/+10
2007-03-05Assign IDE_BLK_IO_DEV.UdmaMode when detecting the disk hardware support UDMA ...klu21-1/+5
2007-03-05Removed EFI_SIZE_REDUCTION_APPLIED and SIZE_REDUCTION_ISA_COMBINED because on...vanjeff2-26/+13
2007-03-05Rollback wrong commit in r2414klu21-0/+6
2007-03-05Fix case-sensitive build issue for filename in Linuxklu24-9/+3
2007-03-05Add blank line at end of file to pass GCC build.klu21-1/+1
2007-03-02In IdeBus driver block I/O read/write interface, it will always try to use UD...klu24-1061/+197
2007-03-021.replace macros EFI32 with MDE_CPU_IA32vanjeff3-7/+7
2007-02-281. Fix an issue about the calculation of GlyphBufferSizeqhuang84-92/+122
2007-02-28Add range checking of partition for MBR.xli241-3/+3
2007-02-281) add && MDE_CPU_EBC guard for MSC specific pragma in Decode.c as EBC C comp...qwang121-2/+12
2007-02-27Remove the unused library instance EdkNullCustomizedDecompressLib.lgao44-248/+2