summaryrefslogtreecommitdiff
path: root/MdePkg
AgeCommit message (Expand)AuthorFilesLines
2006-07-26Added back safety check for PE/COFF image walking. I think the safety check i...ajfish1-0/+9
2006-07-26Removed cross references from PciCf8Lib and PciExpressLib class to PciLib cla...ajfish17-508/+1517
2006-07-25Remove duplicated module definition (the same module with the same arch) in F...wuyizhong1-2756/+2556
2006-07-25Added a 64-bit version of EnablePaging64() on X64. AsmEnablePaging64() is the...bxing3-43/+62
2006-07-25Updated function headers according to latest MWG.bxing1-5/+5
2006-07-251. Updated declaration of timer functions according to latest MWG.bxing4-77/+229
2006-07-24Add some comments for translator parameterljin61-1/+5
2006-07-24Fix a bug in UefiDevicePathLibqhuang81-0/+1
2006-07-23Remove the instance of BaseSmbusLibqhuang83-1016/+0
2006-07-23Adjust coding style for MemoryAllocationLib.qhuang87-605/+1000
2006-07-211. Updated function headers in all assembly files.bxing252-2009/+1840
2006-07-21Change DxeRuntimeDriverLib name to UefiRuntimeLib.yshang12-7/+7
2006-07-20Remove BugBug in comments and adjust function header according to code style ...lgao476-2790/+2152
2006-07-20Modified comment for gDsvanjeff2-6/+6
2006-07-20added some comments in BaseLibvanjeff5-46/+56
2006-07-201.Added EFIAPI for some assembly functions declarevanjeff6-48/+56
2006-07-191. added functions header for BaseUefiDecompressLivanjeff26-65/+1271
2006-07-19Add specific flag definition according to ACPI specification.klu21-0/+28
2006-07-19Fixed some naming issues and update to the EDK II name. I also fixed an issue...ajfish7-59/+57
2006-07-19Add [in,out] in the @param for PCD header and c file.qwang125-167/+215
2006-07-18Add DevicePathUtilities DevicePathToText DevciePathFromText USB2HostControlle...ljin65-18/+51
2006-07-17Fix track EDKT104: If a module use PCD, MSA of this module should use PcdLib ...klu21-0/+3
2006-07-17Modified coding style, removed unnecessary comments and "offset" key words.bxing2-60/+53
2006-07-17map FeaturePcdGet(TokenName) to _PCD_GET_MODE_BOOL_##TokenName to follow the ...qwang121-4/+1
2006-07-17Add in function description and comments.qwang122-11/+1084
2006-07-14Add missing ASSERT()s in PeiPcdLibqhuang81-10/+21
2006-07-14Port thunk16 code from MSFT to GCC assembly.qhuang81-21/+184
2006-07-13Added license & copyright declarationjwang3661-0/+610
2006-07-13Revised GetPowerOfTwo32() and GetPowerOfTwo64() to be more efficient.bxing2-7/+9
2006-07-13Added all header files in the packages's include directory into spd files.jwang361-0/+946
2006-07-13git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@954 6f19...yshang11-0/+98
2006-07-13Fix bug in .S files.qhuang86-6/+6
2006-07-13Enforced case-sensitive on the file names;jwang361-2/+2
2006-07-131. Add Assert in SetJump.Sqhuang82-4/+7
2006-07-131.Fix SetMem64.S to not use SSE3 instructionqhuang83-65/+61
2006-07-13BasePrintLib: Fix Buffer Overflow issue.qhuang86-50/+56
2006-07-13added function headervanjeff6-0/+82
2006-07-12Fix a typo BaseLib.msa and add the missing file in BaseSmbusLib.qhuang82-2/+3
2006-07-121. Updated some files’ description files in MdePkg, EdkModulePkg & EdkNt32Pkg.qhuang850-157/+222
2006-07-12Remove some junk informatin.qwang121-6816/+2
2006-07-12git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@910 6f19...yshang17-14/+16
2006-07-12git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@906 6f19...alfred1-1/+6815
2006-07-12git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@905 6f19...alfred44-44/+44
2006-07-121. Added '#pragma pack' directive in BaseLib.h for the structure IA32_DESCRIPTORbxing4-55/+55
2006-07-12Add in Abstract and Description for a few MSA files.qwang123-17/+23
2006-07-11sync GCC assembly files with MASM assembly filesqhuang820-90/+82
2006-07-111. Fix one bug on EBC for GetPowerOfTwo64.cvanjeff2-3/+5
2006-07-11Merge back to one fpd file that does it all.bbahnsen2-3758/+2770
2006-07-10 Change UINAME to CName of GUID/PPI/Protocol in all Msa file and change tool ...qouyang18-137/+131
2006-07-10 1. BaseSmbusLib: Make SmbusReadDataByte() & SmbusWriteBlock() function well ...qhuang82-157/+126