summaryrefslogtreecommitdiffstats
path: root/EdkModulePkg
Commit message (Expand)AuthorAgeFilesLines
* 1. Remove #ifdef _MSC_EXTENSION_ from all source filesvanjeff2007-03-1514-489/+309
* changed the guid assignment from constant array to hi and low UINT64s (Intel ...vprabhal2007-03-141-10/+40
* changed the guid assignment from constant array to hi and low UINT64s (Intel ...vprabhal2007-03-141-2/+8
* changed the guid assignment from constant array to hi and low UINT64s (Intel ...vprabhal2007-03-141-8/+32
* redefined the guids as _hi and _lo to deal with intel compiler's method of as...vprabhal2007-03-141-1/+81
* Add check whether input parameter is NULL before call freepool API defined in...lgao42007-03-142-4/+8
* Remove the BugBug in package header file for DXE_CORE and DXE_DRIVER which fo...qwang122007-03-145-23/+9
* Clean up the gBS sevice (CopyMem, SetMem, AllocatePool, FreePool) with the co...lgao42007-03-1416-405/+536
* 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
* Resolve the build break caused by changes to DxeCore.qwang122007-03-121-7/+63
* Add a lock to protect the critical region in Service APIs for UEFI Runtime Va...qwang122007-03-1212-125/+275
* Add a lock to protect the critical region in Service APIs for gEfiBlockIoProt...qwang122007-03-123-36/+103
* Add a lock to protect the critical region in UEFI Boot Service API: Exit() an...qwang122007-03-121-7/+25
* Perfect the msa of the following console, datahub and DebugPort modules.lgao42007-03-096-37/+65
* The latest IPF boot failure is found and is not caused by this fixing, so che...klu22007-03-095-1066/+206
* 1) Replace BdsLibGetBootMode with GetBootMode from HobLib of MdePkg.qwang122007-03-092-38/+2
* 1. Sync definition of EFI_DEBUG_IMAGE_INFO with UEFI specqhuang82007-03-085-14/+8
* Fix the issue of Linux cannot boot and reset on IPF.xli242007-03-075-201/+1061
* Do not use return value of REPORT_STATUS_CODE_WITH_DEVICE_PATH to override th...klu22007-03-061-17/+10
* Assign IDE_BLK_IO_DEV.UdmaMode when detecting the disk hardware support UDMA ...klu22007-03-051-1/+5
* Removed EFI_SIZE_REDUCTION_APPLIED and SIZE_REDUCTION_ISA_COMBINED because on...vanjeff2007-03-052-26/+13
* Rollback wrong commit in r2414klu22007-03-051-0/+6
* Fix case-sensitive build issue for filename in Linuxklu22007-03-054-9/+3
* Add blank line at end of file to pass GCC build.klu22007-03-051-1/+1
* In IdeBus driver block I/O read/write interface, it will always try to use UD...klu22007-03-024-1061/+197
* 1.replace macros EFI32 with MDE_CPU_IA32vanjeff2007-03-023-7/+7
* 1. Fix an issue about the calculation of GlyphBufferSizeqhuang82007-02-284-92/+122
* Add range checking of partition for MBR.xli242007-02-281-3/+3
* 1) add && MDE_CPU_EBC guard for MSC specific pragma in Decode.c as EBC C comp...qwang122007-02-281-2/+12
* Remove the unused library instance EdkNullCustomizedDecompressLib.lgao42007-02-274-248/+2
* Remove the unused library instance EdkNullCustomizedDecompressLib.lgao42007-02-271-1/+0
* 1) add __MSC_EXTENSIONS__ guard for MSC specific pragma in Decode.cqwang122007-02-272-2/+4
* Clean up MSA file of the checked in modules which include:qwang122007-02-2622-154/+376
* Add the definition of IsaIoProtocol.qhuang82007-02-251-0/+1
* clean up msa files in EdkModulePkg, removed unnecessary library definitions a...vanjeff2007-02-1510-398/+182
* Remove the unreferenced local variable.qwang122007-02-151-1/+0
* Make DxeIpl loop find the required section type in peiprocessfile functions. lgao42007-02-141-66/+51
* Temporarily disable /WX for HelloWorld module, for there is a bug in tool, wh...xli242007-02-141-0/+5
* Added Print, ErrorPrint, AsciiPrint, AsciiErrorPrint() to the UEFI Library.qwang122007-02-143-28/+1218
* Clean up Lib MSAs for EdkModulePkgqhuang82007-02-1413-109/+53
* Updated for added packagetgingold2007-02-121-0/+11
* Logo addedtgingold2007-02-122-0/+34
* EdkGenericPlatformBdsLib addedtgingold2007-02-1240-0/+15657
* EdkGenericBdsLib addedtgingold2007-02-1210-0/+5016
* Update MDE and EdkModule packages for ICC build with /W4 /WX /Ox switches, fo...xli242007-02-122-5/+8
* Fix an issue in page allocation.xli242007-02-121-1/+1
* fix a typo in a commenttgingold2007-02-111-1/+1
* fix a typo in a commenttgingold2007-02-111-1/+1
* fix a typo in a commenttgingold2007-02-111-1/+1