summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Library
AgeCommit message (Expand)AuthorFilesLines
2007-05-14These updates are for IPF low level assembly library checking in.gtian1-1/+1
2007-05-14git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2593 6f1...gtian2-84/+1293
2007-05-05Update BaseLib.h to make the spaces between comments constant. Only added bla...ajfish1-0/+231
2007-03-291.Define SPIN_LOCK as "volatile UINTN" to prevent mutli-processor access harz...qhuang81-1/+1
2007-03-221. Removed AsmSwitchStackAndBackingStore from BaseLib.hvanjeff1-256/+229
2007-03-14Remove the BugBug in package header file for DXE_CORE and DXE_DRIVER which fo...qwang121-41/+3
2007-02-14Added Print, ErrorPrint, AsciiPrint, AsciiErrorPrint() to the UEFI Library.qwang121-0/+92
2007-02-131. Add two interfaces in PeCoffGetEntryPointLib.hqhuang83-25/+63
2007-02-13Add alias EFI_D_XXX to provide backward compatibilities.qhuang81-15/+34
2007-02-13Update all String related functions in BaseLib for this change introduced in ...qwang121-10/+26
2007-02-121) Added BIT0, BIT1, …, BIT63 to the Base Defines qwang126-7876/+8825
2007-01-25Make MDE package pass intel IPF compiler with /W4 /WX switched on.xli244-2/+42
2007-01-18Add two useful functions in UefiLib for the implementation of Component Name,...qhuang81-1/+58
2007-01-09Add in UefiApplicationEntryPoint library class and library instance. qwang121-0/+129
2006-12-28Refix the previous issue.qhuang81-2/+2
2006-12-28Fix a typo in UefiLib. The parameter type of Registration should be "VOID **"...qhuang81-1/+1
2006-12-14Merge R8->R9 tracker 5935 and 7080 to update runtime arch protocol to DxeCis ...lgao41-10/+0
2006-11-28Declare the alignment required for jump Buffersmdkinney1-0/+8
2006-11-031. Add the fix for the following Bugs:cwu115-15/+15
2006-10-23Follow up tracker EDKT285.yshang11-1/+1
2006-10-22Updated the Runtime Driver to use the MDE libs for cache flush and removed lo...ajfish1-16/+16
2006-10-22Removed duplicate PalCallStatic functions in different libraries. Moved ReadI...ajfish1-0/+84
2006-09-18add EFIAPI for those constructor funcitons declarationvanjeff1-9/+10
2006-09-13update GetPerformanceCounterProperties() declarevanjeff1-2/+2
2006-08-24Fix track EDKT106 & EDKT112: map LibPcdSetPtr function for PatchPcdSetPtr mac...klu21-1/+6
2006-08-17Added AsmSwitchStackAndBackingStore() to BaseLib.h for stack switching on IPF.bxing1-5/+37
2006-08-14Add more comments in UefiDriverModelLibyshang11-3/+10
2006-07-26Removed cross references from PciCf8Lib and PciExpressLib class to PciLib cla...ajfish4-4/+67
2006-07-251. Updated declaration of timer functions according to latest MWG.bxing1-2/+2
2006-07-23Adjust coding style for MemoryAllocationLib.qhuang81-216/+291
2006-07-21Change DxeRuntimeDriverLib name to UefiRuntimeLib.yshang11-3/+3
2006-07-20Remove BugBug in comments and adjust function header according to code style ...lgao41-1/+1
2006-07-20Modified comment for gDsvanjeff1-1/+1
2006-07-20added some comments in BaseLibvanjeff3-24/+32
2006-07-191. added functions header for BaseUefiDecompressLivanjeff2-0/+76
2006-07-19Fixed some naming issues and update to the EDK II name. I also fixed an issue...ajfish1-4/+4
2006-07-19Add [in,out] in the @param for PCD header and c file.qwang121-1/+9
2006-07-17map FeaturePcdGet(TokenName) to _PCD_GET_MODE_BOOL_##TokenName to follow the ...qwang121-4/+1
2006-07-13git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@954 6f19...yshang11-0/+98
2006-07-13BasePrintLib: Fix Buffer Overflow issue.qhuang81-2/+4
2006-07-13added function headervanjeff1-0/+9
2006-07-12git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@905 6f19...alfred1-1/+1
2006-07-121. Added '#pragma pack' directive in BaseLib.h for the structure IA32_DESCRIPTORbxing1-19/+21
2006-07-05 DebugLib:qhuang87-325/+401
2006-07-04Added LibPatchPcdSetPtr.qwang121-2/+30
2006-07-03Add PcdDxe and PcdPEIM to all-arch for EdkModulePkg-All-Archs.fpdqwang121-11/+12
2006-06-301.Updated some functions header of BaseLib with new MWG specvanjeff1-67/+86
2006-06-26• BaseMemoryLib:qhuang826-749/+733
2006-06-231) Add in support to traverse taken spaceqwang121-15/+55
2006-06-23Enabling use PcdSetXX macro to set value for PATCHABLE_IN_MODULE, DYNAMIC, DY...klu21-50/+51