summaryrefslogtreecommitdiffstats
path: root/EdkModulePkg/Library
Commit message (Expand)AuthorAgeFilesLines
* changed the Esal call function ids all over the treevprabhal2007-07-103-20/+20
* Add the Consumption limitation for using DxeExtendSalLib in EdkFvbServiceLib....qouyang2007-07-042-4/+4
* removing the dependency on EDKDxeSalLib and EdxDxeRuntimeSalLib, instead usin...vprabhal2007-07-025-24/+24
* Add some definitions for efi event in Uefi/UefiSpec.h to follow spec.vanjeff2007-06-254-135/+135
* Remove the DXE_DRIVER from Supported Module Type List.yshang12007-05-291-1/+1
* Add supported module type.yshang12007-05-291-1/+1
* Remove some unnecessary #if/#ifdef from some header files.vanjeff2007-05-212-6/+2
* Fix the bug that destructor should sync with constructorqhuang82007-05-171-8/+6
* To cleanup typo error.yshang12007-04-181-4/+4
* To fix the GP convert issue, which results in the GP of registered EsalServic...yshang12007-04-181-2/+6
* Remove autogen.h from all dxs files, because autogen.h file has been included...lgao42007-04-181-1/+0
* Fix the inconsistent guid for terminal driver which is used in GeneralBds lib...klu22007-04-161-13/+6
* 1. Added EdkPciIncompatibleDeviceSupportLib in EdkModulePkg, this library is ...vanjeff2007-04-123-0/+641
* Remove 3 library instances: EdkDxeDebugLibReportStatusCode, EdkUefiDebugLibCo...qwang122007-04-096-1193/+0
* Change BDS to get the default logo picture by default bmp logo guid. lgao42007-04-042-6/+1
* fix the build broken issueklu22007-03-211-0/+3
* 1. Removed #ifdef EDK_RELEASE_VERSION from all c files for all modulesvanjeff2007-03-212-32/+12
* 1. Remove #ifdef _MSC_EXTENSION_ from all source filesvanjeff2007-03-151-19/+14
* 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
* 1) Replace BdsLibGetBootMode with GetBootMode from HobLib of MdePkg.qwang122007-03-091-33/+2
* 1. Sync definition of EFI_DEBUG_IMAGE_INFO with UEFI specqhuang82007-03-082-1/+5
* Rollback wrong commit in r2414klu22007-03-051-0/+6
* Fix case-sensitive build issue for filename in Linuxklu22007-03-051-6/+0
* 1.replace macros EFI32 with MDE_CPU_IA32vanjeff2007-03-021-2/+2
* Remove the unused library instance EdkNullCustomizedDecompressLib.lgao42007-02-274-248/+2
* Clean up Lib MSAs for EdkModulePkgqhuang82007-02-1413-109/+53
* EdkGenericPlatformBdsLib addedtgingold2007-02-1239-0/+15517
* EdkGenericBdsLib addedtgingold2007-02-129-0/+4616
* 1.Drop the support of UEFI_APPLICATION for UefiDriverLibqhuang82007-02-054-24/+24
* There is a bug in original EdkModulePkg\Library\EdkUefiRuntimeLib\Common\Runt...klu22007-02-011-12/+10
* 1. Remove the dead code of DxeSalVirtualNotifyEvent() in DxeSalLib so that th...qhuang82007-01-313-35/+1
* Make EdkModulePkg pass Intel IPF compiler with /W4 /WX switches, solving warn...xli242007-01-311-0/+6
* Add supported module type filter for most libraries in EdkModulePkg to filter...qhuang82007-01-3019-153/+148
* Further check-in to smooth Intel IPF compiler building.xli242007-01-295-10/+17
* Make MDE and EdkModule packages avoid all Intel IPF compiler warnings except ...xli242007-01-261-9/+2
* Remove some unused internal functions.xli242007-01-251-1/+10
* Partially make EdkModulePkg pass intel IPF compiler with /W4 /WX switched on.xli242007-01-2511-68/+307
* 1) Added prototype of constructor and destructor in the library's AutoGen.h. ...jwang362007-01-192-2/+4
* Removed the DxeSalLibConstructor() from the EdkDxeSalLib and EdkDxeRuntimeSal...zliu32007-01-124-60/+34
* Add Guid HOB type for these three library instances.qhuang82006-12-293-6/+21
* gEfiMdePkgTokenSpaceGuid should be used instead of FIX_ME_PcdDebugClearMemory...qwang122006-12-221-1/+1
* Add runtime checking for EdkFvbServiceLib.klu22006-12-203-476/+616
* Add more check for index whether exceed maximum value of fv count.klu22006-12-191-1/+2
* Add more check for index whether exceed maximum value of fv count.klu22006-12-191-1/+5
* Remove some non-existent files from msa files.bbahnsen2006-12-191-2/+1
* Remove commented out inclusion of SalApi.hmdkinney2006-12-181-1/+0
* Only include SAL related definitions if the CPU Arch is IPF mdkinney2006-12-183-3/+3
* GetCurrentLanguage() in IFR Support Library treats language variable incorrec...xli242006-12-121-1/+1