summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-02-12add NULL pointer check.vanjeff1-1/+7
2009-02-11Fix entry point prototype error.qhuang82-19/+18
2009-02-11Use apply PeiServicesLib to locate PPIqhuang81-7/+7
2009-02-11Fix the typo in commentsqhuang81-1/+1
2009-02-11Adjust code to fix potential array out-bound issues.qhuang84-6/+19
2009-02-11Remove several unicode in comments.qhuang82-8/+8
2009-02-11Fix the potential illegal EBC opcode issue.qhuang82-22/+16
2009-02-111) Replace IA32API with EFIAPI to standardise the calling convention.qwang122-22/+18
2009-02-11Include the missing Guid header file to refer the global Guidlgao42-6/+3
2009-02-10Add #defines for commonly used Base Address and Sizes.mdkinney1-0/+110
2009-02-10Add the missing Guid header file.lgao43-0/+75
2009-02-10Add MdePkgTokenSpace Guid header file.lgao41-0/+25
2009-02-10Correct typo in comments, clean IfrSupportLib.hlgao425-112/+99
2009-02-10Change style 0 == Index to Index == 0lgao41-1/+1
2009-02-10clean K8.eric_tian1-4/+6
2009-02-10Add in ASSERT to avoid NULL point dereference.qwang121-0/+2
2009-02-10Add comments in DSC files to explain the function and design of components se...xli247-40/+115
2009-02-10Add comments in DSC files to explain the function and design of components se...xli241-0/+19
2009-02-10Add comments in DSC files to explain the function and design of components se...xli241-0/+18
2009-02-10Add comments in DSC files to explain the function and design of components se...xli241-11/+19
2009-02-09Remove the workaround in DxeHobLib.inf that it over-specify UefiBootServicesT...qhuang81-1/+0
2009-02-09Update ReportStatusCodeLib mapping: Use DxeCoreReportStatusLibFromHob DXE_COR...qhuang81-2/+2
2009-02-09Add DxeCoreReportStatusCodeLibFromHob library instance. For now, it is dedica...qhuang84-0/+901
2009-02-09update meta.vanjeff3-8/+23
2009-02-09ECC cleanup: Non-Boolean comparisons should use a compare operator (==, !=, >...qwang123-10/+10
2009-02-09Comments synchronizedjji42-8/+12
2009-02-09Clean Network Driver to include Uefi.h, not PiDxe.h. lgao410-10/+10
2009-02-09Clean IpfMacro.i to remove unused Macro.lgao43-53/+56
2009-02-09Roll back the DEBUG mask change which cause SerialIo read_conf test item fail...niry15-50/+50
2009-02-06Fix build break for missing PeCoffLib mappingmdkinney1-0/+1
2009-02-06Add parenthesis to expression to make order of operations clearmdkinney1-1/+1
2009-02-06Fix IN OUT specifiersmdkinney3-9/+9
2009-02-06Fix ICC build breakqhuang81-5/+5
2009-02-06Fix ICC build breakqhuang81-3/+3
2009-02-06Clean up FaultTolerantWriteDxe to remove the duplicated definition.lgao47-103/+92
2009-02-06fix the operator priority bug.niry1-1/+1
2009-02-06Corrected the case of file namejwang363-15/+15
2009-02-06Add change log for the non-backward compatibility change in EDK_7467qhuang81-0/+9
2009-02-06Retired macro value TIME_OUT in UefiUsbLib and introduce a new PCD entry PcdU...qhuang86-22/+27
2009-02-06De-unicode to pass VS2005 buildqhuang81-5/+5
2009-02-06Fix minor build issue. qhuang81-1/+1
2009-02-06Comments checked with spec.jji42-10/+8
2009-02-06Comments checked with spec.jji42-10/+12
2009-02-06K8: Add in ASSERT to detect possible NULL pointer dereference.qwang121-1/+6
2009-02-06clean ecceric_tian2-9/+6
2009-02-06Pass ECCjgong51-3/+3
2009-02-06Coding style checkedjji41-2/+2
2009-02-06Coding style checkedjji42-9/+9
2009-02-06fixed more issues by scrubbing.jgong55-63/+39
2009-02-06fix ecc warningeric_tian3-17/+33