summaryrefslogtreecommitdiffstats
path: root/MdePkg
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
* Sync this file with MiscSubClass spec and add some struture alias to use them...lgao42006-08-091-47/+65
* 1. Added ReadWriteBarrier() before and after each I/O read/write function.bxing2006-08-091-24/+46
* Move FileInfo.h, FileSystemInfo.h, FileSystemVolumeLabelInfo.h from protocol ...lgao42006-08-075-16/+15
* Modify dispatch opcode for standalone boot script executorxgu32006-08-071-0/+1
* Change PcdReportStatusCodePropertyMask default value from 0x7 to 0x6, don't p...lgao42006-08-031-1/+1
* 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
* Rename guid variable gEfiSmmPeiSmramMemoryReserve to gEfiSmmPeiSmramMemoryRes...lgao42006-07-272-2/+2
* 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-2617-508/+1517
* Remove duplicated module definition (the same module with the same arch) in F...wuyizhong2006-07-251-2756/+2556
* 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-254-77/+229
* Add some comments for translator parameterljin62006-07-241-1/+5
* 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-237-605/+1000
* 1. Updated function headers in all assembly files.bxing2006-07-21252-2009/+1840
* Change DxeRuntimeDriverLib name to UefiRuntimeLib.yshang12006-07-212-7/+7
* Remove BugBug in comments and adjust function header according to code style ...lgao42006-07-2076-2790/+2152
* Modified comment for gDsvanjeff2006-07-202-6/+6
* added some comments in BaseLibvanjeff2006-07-205-46/+56
* 1.Added EFIAPI for some assembly functions declarevanjeff2006-07-206-48/+56
* 1. added functions header for BaseUefiDecompressLivanjeff2006-07-1926-65/+1271
* Add specific flag definition according to ACPI specification.klu22006-07-191-0/+28
* Fixed some naming issues and update to the EDK II name. I also fixed an issue...ajfish2006-07-197-59/+57
* Add [in,out] in the @param for PCD header and c file.qwang122006-07-195-167/+215
* Add DevicePathUtilities DevicePathToText DevciePathFromText USB2HostControlle...ljin62006-07-185-18/+51
* 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
* map FeaturePcdGet(TokenName) to _PCD_GET_MODE_BOOL_##TokenName to follow the ...qwang122006-07-171-4/+1
* Add in function description and comments.qwang122006-07-172-11/+1084
* 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-1361-0/+610
* Revised GetPowerOfTwo32() and GetPowerOfTwo64() to be more efficient.bxing2006-07-132-7/+9
* Added all header files in the packages's include directory into spd files.jwang362006-07-131-0/+946
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@954 6f19...yshang12006-07-131-0/+98
* 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