summaryrefslogtreecommitdiff
path: root/EdkModulePkg
AgeCommit message (Expand)AuthorFilesLines
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
2007-02-27Remove the unused library instance EdkNullCustomizedDecompressLib.lgao41-1/+0
2007-02-271) add __MSC_EXTENSIONS__ guard for MSC specific pragma in Decode.cqwang122-2/+4
2007-02-26Clean up MSA file of the checked in modules which include:qwang1222-154/+376
2007-02-25Add the definition of IsaIoProtocol.qhuang81-0/+1
2007-02-15clean up msa files in EdkModulePkg, removed unnecessary library definitions a...vanjeff10-398/+182
2007-02-15Remove the unreferenced local variable.qwang121-1/+0
2007-02-14Make DxeIpl loop find the required section type in peiprocessfile functions. lgao41-66/+51
2007-02-14Temporarily disable /WX for HelloWorld module, for there is a bug in tool, wh...xli241-0/+5
2007-02-14Added Print, ErrorPrint, AsciiPrint, AsciiErrorPrint() to the UEFI Library.qwang123-28/+1218
2007-02-14Clean up Lib MSAs for EdkModulePkgqhuang813-109/+53
2007-02-12Updated for added packagetgingold1-0/+11
2007-02-12Logo addedtgingold2-0/+34
2007-02-12EdkGenericPlatformBdsLib addedtgingold40-0/+15657
2007-02-12EdkGenericBdsLib addedtgingold10-0/+5016
2007-02-12Update MDE and EdkModule packages for ICC build with /W4 /WX /Ox switches, fo...xli242-5/+8