summaryrefslogtreecommitdiffstats
path: root/MdePkg
Commit message (Expand)AuthorAgeFilesLines
* Add the missing PI capsule architecture protocol.lgao42009-02-232-0/+37
* Update to fix several ECC warningqhuang82009-02-232-3/+10
* Clean up to remove unreferenced data structureqhuang82009-02-231-9/+0
* 1, Use #if defined() to judge the switching macro such as compiler macro. klu22009-02-233-24/+24
* Minor update on capitalization for ECC check.xli242009-02-232-3/+3
* Path\filename information added for Protocol/PPI/Guid section in DEC file.gikidy2009-02-181-0/+327
* Revert some code that was checked in by mistakeqhuang82009-02-181-22/+0
* Remove extra blank for arrayqhuang82009-02-181-1/+1
* Make type EFI_SAL_STATUS be type INTN instead of type UINTN to match SAL Spec...mdkinney2009-02-151-1/+1
* Update macros to make sure all RETURN_STATUS constants are defined to be of t...mdkinney2009-02-141-3/+3
* Comments synchronized with library classjji42009-02-132-61/+49
* Comments checked with specjji42009-02-131-47/+34
* Spec checkedjji42009-02-135-29/+18
* Add #defines for commonly used Base Address and Sizes.mdkinney2009-02-101-0/+110
* Add MdePkgTokenSpace Guid header file.lgao42009-02-101-0/+25
* Change style 0 == Index to Index == 0lgao42009-02-101-1/+1
* Add comments in DSC files to explain the function and design of components se...xli242009-02-101-0/+19
* Remove the workaround in DxeHobLib.inf that it over-specify UefiBootServicesT...qhuang82009-02-091-1/+0
* Comments synchronizedjji42009-02-092-8/+12
* Clean IpfMacro.i to remove unused Macro.lgao42009-02-093-53/+56
* Fix IN OUT specifiersmdkinney2009-02-063-9/+9
* Fix ICC build breakqhuang82009-02-061-5/+5
* Fix ICC build breakqhuang82009-02-061-3/+3
* Add change log for the non-backward compatibility change in EDK_7467qhuang82009-02-061-0/+9
* Retired macro value TIME_OUT in UefiUsbLib and introduce a new PCD entry PcdU...qhuang82009-02-066-22/+27
* De-unicode to pass VS2005 buildqhuang82009-02-061-5/+5
* Comments checked with spec.jji42009-02-062-10/+8
* Comments checked with spec.jji42009-02-062-10/+12
* code scrub for UefiPxeBcDxe.jgong52009-02-062-4/+223
* Fix typos in comments.qhuang82009-02-061-4/+4
* Convert macros in the DevicePathLib to functions.mdkinney2009-02-063-27/+516
* Add comment to explain use of the types "int" and "unsigned int" in the imple...mdkinney2009-02-051-0/+16
* 1) Remove UEFI specific defines from IndustryStandard/PeImage.hmdkinney2009-02-056-92/+65
* Add Ppi/Guid/Protocol header file path into the comments for user reference.lgao42009-02-051-0/+7
* Minor adjust the logic in BasePrintLib and fix several typosqhuang82009-02-042-30/+27
* use the GUIDed versions of events listed in all of our module/lib implementat...jji42009-02-033-6/+11
* Fix minor coding style issue.qhuang82009-02-021-1/+1
* The PCD library function will do ASSERT if CallBackFunction is NULL according...qwang122009-02-011-0/+4
* Add check when use *Pointer as Sd->mRight[*Pointer] to avoid out of Array bound.lgao42009-02-011-5/+7
* Fix typosmdkinney2009-01-301-3/+3
* Split out Synchronization Library from Base Librarymdkinney2009-01-3031-2482/+0
* Split out Synchronization Library from Base Librarymdkinney2009-01-3039-387/+2953
* Add check when use Index as Array [Index] to avoid out of Array bound.lgao42009-01-241-3/+3
* Add ASSERT in case SalSystemTable is NULL.qhuang82009-01-231-1/+1
* Remove volatile for local Index, and Use Memory library functions to fix the ...lgao42009-01-232-21/+12
* DuplicateDevicePath() function use wrong comment same as AppendDevicePath() f...klu22009-01-232-2/+2
* Fix typos in Pcd token numberqhuang82009-01-231-2/+2
* Add check when use Index as Array [Index] to avoid out of Array bound.lgao42009-01-221-8/+10
* DuplicateDevicePath() function use wrong comment same as AppendDevicePath() f...klu22009-01-221-1/+1
* adjust code to remove Klocwork issues.vanjeff2009-01-211-1/+1