summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library
Commit message (Expand)AuthorAgeFilesLines
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1245 6f1...yshang12006-08-141-1/+1
* Add function headers in UefiDriverModuleLibyshang12006-08-141-1/+15
* Fixed bugs found when this code was ported into R8. ajfish2006-08-111-5/+7
* Removed unnecessary MSR access in InternalX86Delay()bxing2006-08-101-2/+0
* 1. Added ReadWriteBarrier() before and after each I/O read/write function.bxing2006-08-091-24/+46
* Fix a typo.qhuang82006-08-021-1/+1
* 1. cleanup functions header in PeCoffLoaderEx.cvanjeff2006-08-022-74/+56
* 1. Updated function headers for all assembly functionbxing2006-07-28106-453/+1002
* TeImage Signature should be got from Te pointer, not Pe pointerlgao42006-07-281-1/+1
* Fix a warning issue under CYGWIN_GCC building: klu22006-07-271-32/+32
* Added back safety check for PE/COFF image walking. I think the safety check i...ajfish2006-07-261-0/+9
* Removed cross references from PciCf8Lib and PciExpressLib class to PciLib cla...ajfish2006-07-2612-460/+1370
* Added a 64-bit version of EnablePaging64() on X64. AsmEnablePaging64() is the...bxing2006-07-253-43/+62
* Updated function headers according to latest MWG.bxing2006-07-251-5/+5
* 1. Updated declaration of timer functions according to latest MWG.bxing2006-07-253-75/+227
* Fix a bug in UefiDevicePathLibqhuang82006-07-241-0/+1
* Remove the instance of BaseSmbusLibqhuang82006-07-233-1016/+0
* Adjust coding style for MemoryAllocationLib.qhuang82006-07-234-364/+709
* 1. Updated function headers in all assembly files.bxing2006-07-21252-2009/+1840
* Modified comment for gDsvanjeff2006-07-201-5/+5
* added some comments in BaseLibvanjeff2006-07-202-22/+24
* 1.Added EFIAPI for some assembly functions declarevanjeff2006-07-206-48/+56
* 1. added functions header for BaseUefiDecompressLivanjeff2006-07-1924-65/+1195
* Fixed some naming issues and update to the EDK II name. I also fixed an issue...ajfish2006-07-192-35/+41
* Add [in,out] in the @param for PCD header and c file.qwang122006-07-192-4/+4
* Fix track EDKT104: If a module use PCD, MSA of this module should use PcdLib ...klu22006-07-171-0/+3
* Modified coding style, removed unnecessary comments and "offset" key words.bxing2006-07-172-60/+53
* Add missing ASSERT()s in PeiPcdLibqhuang82006-07-141-10/+21
* Port thunk16 code from MSFT to GCC assembly.qhuang82006-07-141-21/+184
* Added license & copyright declarationjwang362006-07-1359-0/+590
* Revised GetPowerOfTwo32() and GetPowerOfTwo64() to be more efficient.bxing2006-07-132-7/+9
* Fix bug in .S files.qhuang82006-07-136-6/+6
* Enforced case-sensitive on the file names;jwang362006-07-131-2/+2
* 1. Add Assert in SetJump.Sqhuang82006-07-132-4/+7
* 1.Fix SetMem64.S to not use SSE3 instructionqhuang82006-07-133-65/+61
* BasePrintLib: Fix Buffer Overflow issue.qhuang82006-07-135-48/+52
* added function headervanjeff2006-07-135-0/+73
* Fix a typo BaseLib.msa and add the missing file in BaseSmbusLib.qhuang82006-07-122-2/+3
* 1. Updated some files’ description files in MdePkg, EdkModulePkg & EdkNt32Pkg.qhuang82006-07-1249-147/+198
* Remove some junk informatin.qwang122006-07-121-6816/+2
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@910 6f19...yshang12006-07-127-14/+16
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@906 6f19...alfred2006-07-121-1/+6815
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@905 6f19...alfred2006-07-1242-42/+42
* 1. Added '#pragma pack' directive in BaseLib.h for the structure IA32_DESCRIPTORbxing2006-07-123-36/+34
* Add in Abstract and Description for a few MSA files.qwang122006-07-123-17/+23
* sync GCC assembly files with MASM assembly filesqhuang82006-07-1120-90/+82
* 1. Fix one bug on EBC for GetPowerOfTwo64.cvanjeff2006-07-112-3/+5
* Change UINAME to CName of GUID/PPI/Protocol in all Msa file and change tool ...qouyang2006-07-1018-137/+131
* 1. BaseSmbusLib: Make SmbusReadDataByte() & SmbusWriteBlock() function well ...qhuang82006-07-102-157/+126
* Fixed a syntax error in BasePciCf8Lib/PciLib.cbxing2006-07-101-2/+2