summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-03-12Add a lock to protect the critical region in Service APIs for gEfiBlockIoProt...qwang122-41/+140
2007-03-12Add a lock to protect the critical region in Service APIs for gEfiBlockIoProt...qwang122-44/+133
2007-03-12Resolve the build break caused by changes to DxeCore.qwang121-0/+8
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-0/+8
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-12Fixed EDKT532 and EDKT533jwang363-202/+329
2007-03-12Add a lock to protect the critical region in UEFI Boot Service API: Exit() an...qwang121-7/+25
2007-03-10Commented out the pre-compile option of IPF ARCH for ICC tool chain. There's ...jwang361-3/+3
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.qwang127-80/+8
2007-03-09Update the comments.qwang121-2/+2
2007-03-081. Sync definition of EFI_DEBUG_IMAGE_INFO with UEFI specqhuang88-16/+14
2007-03-081. Fix EDKT528: Framework wizard should not force user to specify a GuidCName...hche10x6-32/+31
2007-03-08- Fixed PVCS tracker 484 by merging the GenDll and GenEfi macro in BuildMacro...jwang363-190/+147
2007-03-07Fix the issue of Linux cannot boot and reset on IPF.xli245-201/+1061
2007-03-07Update binary shell application with UEFI version and release version. These ...lgao4311-2/+2
2007-03-06Do not use return value of REPORT_STATUS_CODE_WITH_DEVICE_PATH to override th...klu21-17/+10
2007-03-06Fixed EDKT527 by adding a check on the file size in case of zero byte of bytejwang361-2/+2
2007-03-051. Change the protocol usage type in UefiDriverModelLibqhuang82-9/+4
2007-03-05Assign IDE_BLK_IO_DEV.UdmaMode when detecting the disk hardware support UDMA ...klu21-1/+5
2007-03-05Correct APPLICATION_EFI ffs key file type from EFI_FV_FILETYPE_DRIVER to EFI_...lgao41-2/+1
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_IA32vanjeff5-12/+12
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-28The token for PERF_END macro is CHAR8 but not CHAR16klu21-1/+1
2007-02-27Remove the unused library instance EdkNullCustomizedDecompressLib.lgao44-248/+2
2007-02-27Remove the unused library instance EdkNullCustomizedDecompressLib.lgao41-1/+0
2007-02-27clean up MSA file and sync FPD filevanjeff2-81/+146
2007-02-27clean up MSA/SPD files.vanjeff26-338/+144
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-26Add PcdUefiLibMaxPrintBufferSize for all modules who use UefLib library insta...klu21-0/+440
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-14Enable the building option "/Os" for IPF tip Intel Compiler building.zliu31-4/+4
2007-02-14Make DxeIpl loop find the required section type in peiprocessfile functions. lgao41-66/+51
2007-02-14Add /W4 /WX for ICC tool chain of IPF in tools_def.template.xli241-4/+4
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.qwang1210-46/+2103