summaryrefslogtreecommitdiff
path: root/MdePkg/Library
AgeCommit message (Expand)Author
2006-09-19Add GLOBAL_REMOVE_IF_REFERENCED to the declaration of module globals in the P...mdkinney
2006-09-18add EFIAPI for those constructor funcitons declarationvanjeff
2006-09-15typecast some return valuesvanjeff
2006-09-14Added an extra GDT entry to the GDT used by thunk code. SS register will alwa...bxing
2006-09-13update GetPerformanceCounterProperties() declarevanjeff
2006-09-09Fixed a bug in WriteBackInvalidDataCache() that always flush cache lines even...bxing
2006-09-07Change PcdDebugPrintErrorLevel PCD declare in msa as DYNAMIC, because this PC...lgao4
2006-08-22Changed GetPerformanceCounter() to use the most efficient mean to unsigned ex...bxing
2006-08-21A workaround to a compiler bug that causes the high order 32 bits of GetPerfo...bxing
2006-08-211. Added Non-existing.c in BaseLib to assert no invocations of SwitchStack() ...bxing
2006-08-18Fixed a bug causing the high order double word of values returned by GetPerfo...bxing
2006-08-17Continue to fix EDKT187.klu2
2006-08-17Added AsmSwitchStackAndBackingStore() to BaseLib.h for stack switching on IPF.bxing
2006-08-151. Adjust might be 64bit, so we need to typecast it to UINT32 firstly.vanjeff
2006-08-14git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1245 6f1...yshang1
2006-08-14Add function headers in UefiDriverModuleLibyshang1
2006-08-11Fixed bugs found when this code was ported into R8. ajfish
2006-08-10Removed unnecessary MSR access in InternalX86Delay()bxing
2006-08-091. Added ReadWriteBarrier() before and after each I/O read/write function.bxing
2006-08-02Fix a typo.qhuang8
2006-08-021. cleanup functions header in PeCoffLoaderEx.cvanjeff
2006-07-281. Updated function headers for all assembly functionbxing
2006-07-28TeImage Signature should be got from Te pointer, not Pe pointerlgao4
2006-07-27Fix a warning issue under CYGWIN_GCC building: klu2
2006-07-26Added back safety check for PE/COFF image walking. I think the safety check i...ajfish
2006-07-26Removed cross references from PciCf8Lib and PciExpressLib class to PciLib cla...ajfish
2006-07-25Added a 64-bit version of EnablePaging64() on X64. AsmEnablePaging64() is the...bxing
2006-07-25Updated function headers according to latest MWG.bxing
2006-07-251. Updated declaration of timer functions according to latest MWG.bxing
2006-07-24Fix a bug in UefiDevicePathLibqhuang8
2006-07-23Remove the instance of BaseSmbusLibqhuang8
2006-07-23Adjust coding style for MemoryAllocationLib.qhuang8
2006-07-211. Updated function headers in all assembly files.bxing
2006-07-20Modified comment for gDsvanjeff
2006-07-20added some comments in BaseLibvanjeff
2006-07-201.Added EFIAPI for some assembly functions declarevanjeff
2006-07-191. added functions header for BaseUefiDecompressLivanjeff
2006-07-19Fixed some naming issues and update to the EDK II name. I also fixed an issue...ajfish
2006-07-19Add [in,out] in the @param for PCD header and c file.qwang12
2006-07-17Fix track EDKT104: If a module use PCD, MSA of this module should use PcdLib ...klu2
2006-07-17Modified coding style, removed unnecessary comments and "offset" key words.bxing
2006-07-14Add missing ASSERT()s in PeiPcdLibqhuang8
2006-07-14Port thunk16 code from MSFT to GCC assembly.qhuang8
2006-07-13Added license & copyright declarationjwang36
2006-07-13Revised GetPowerOfTwo32() and GetPowerOfTwo64() to be more efficient.bxing
2006-07-13Fix bug in .S files.qhuang8
2006-07-13Enforced case-sensitive on the file names;jwang36
2006-07-131. Add Assert in SetJump.Sqhuang8
2006-07-131.Fix SetMem64.S to not use SSE3 instructionqhuang8
2006-07-13BasePrintLib: Fix Buffer Overflow issue.qhuang8