summaryrefslogtreecommitdiff
path: root/MdePkg/Library
AgeCommit message (Expand)AuthorFilesLines
2012-04-26Patch include:ydong101-8/+0
2012-04-24Add new extension PerformanceLib APIs to store ID info.lzeng141-1/+140
2012-04-24Validate some fields in PE image to make sure not access violation for later ...ydong101-1/+195
2012-04-17Update function comments to remove confused description on PerformanceLib End...lgao41-2/+1
2012-04-17Correct function comments on DxeServicesLib GetFileBufferByFilePath API. lgao41-5/+4
2012-04-11Current IPF version SwitchStack implementation uses loadrs instruction to res...li-elvin1-2/+4
2012-03-16Update the offset when read every debug entries info.ydong101-3/+3
2012-03-07Clarify alignment of GetSpinLockProperties() is byte alignment.lgao43-9/+9
2012-02-27Update the modifier of ThunkContext parameter for AsmPrepareThunk16() in Base...lgao41-2/+2
2012-02-27Add code check to avoid access violation.ydong102-0/+12
2012-02-22MdePkg: Add a new macro VA_COPY for variable argument support. Fix a bug in t...rsun31-1/+4
2012-02-01Add Missing invocations to VA_END() for VA_START().rsun35-11/+38
2011-12-28Roll back the previous change in MdePkg BaseLib Ia32 Thunk16.S and EcpPkg Glu...lgao41-43/+20
2011-12-20Clean up the hard code offset in MdePkg BaseLib Ia32 Thunk16.S and EcpPkg Glu...lgao41-20/+43
2011-12-15Fix the issue to clear the high 16-bit of EAX before use it Thunk code.lgao44-8/+12
2011-11-25add missing <BR>hhtian1-1/+1
2011-11-23Add the missing supported module type in MdePkg DxeServicesTableLib instance.lgao41-2/+2
2011-11-22MdePkg DxeServicesLib: Search further in GetFileBufferByFilePathjljusten1-6/+17
2011-11-22Update comments in BaseExtractGuidedSectionLib library instance to say its us...lgao41-3/+7
2011-11-08MdePkg/BaseLib: Replaced inline assembly for ARMGCC by GCC assembly source fileoliviermartin3-77/+69
2011-10-27Add core FFS3 support, ExtractGuidedSectionLib/GuidedSectionExtractionLib/PiF...lzeng143-10/+52
2011-10-24Update Base type SecPeiDxeTimerLibCpu to support all module type.lgao41-3/+6
2011-10-08Fix Xcode link failure. Relocations are not supported in .text sections.andrewfish1-1/+1
2011-09-14Refine code to follow coding style.ydong101-1/+1
2011-09-13Minor copyright format updatehhtian1-1/+1
2011-09-08MdePkg: Add missing implementation of GetTimeInNanoSecond() to TimerLib libra...xdu21-0/+44
2011-09-05Refine code to follow coding style.ydong101-1/+1
2011-09-02Move generic IA32_SEGMENT_DESCRIPTOR definition to BaseLib.h.li-elvin1-24/+1
2011-09-02Add check before use to make code run more safer.ydong101-8/+9
2011-08-29MdePkg: Add S3 library interfaces and base implementationsjljusten10-0/+5865
2011-08-25Add new API GetTimeInNanoSecond() to TimerLib to convert elapsed ticks to tim...xdu23-3/+112
2011-08-24Refine code to follow coding style.ydong101-1/+1
2011-08-19Simplify the SmmPeriodicSmiLib to call AllocatePool() for every entry in the ...niruiyu1-43/+11
2011-08-15Use linked list to replace the current array solution to store the periodic S...niruiyu1-123/+173
2011-08-09Fix X64 compile error.lgao41-1/+1
2011-08-08clarify the logic of the print length counting functions in both PrintLib lib...jcarsey1-25/+17
2011-08-04Fix X64 compile error.lgao41-1/+1
2011-08-02Add 2 functions to UefiLib library class: CatSPrint and CatVSPrint.jcarsey4-42/+255
2011-08-02MdePkg: Fixed hang/reset in thunk code when building with GCC X64geekboy15a1-6/+6
2011-07-27For libraries that have multiple module types support, just define a [Depex] ...lzeng1414-28/+28
2011-07-20MdePkg: Update CpuSleep to use ARMv7 instruction. andrewfish2-7/+17
2011-07-12MdePkg: Fix X64 clang compile issues.andrewfish5-29/+93
2011-06-28Clarify the requirements for the Destination parameter of UnicodeStrToAsciiStr.jcarsey1-1/+4
2011-06-21Initialize data before using itydong102-1/+12
2011-06-15For BaseLib IsNull() function , update retval value comment to match its func...lgao41-3/+3
2011-06-10Add ESAL support libraries to MdePkgmdkinney21-0/+9365
2011-06-09Change BuildGuidHob and BuildGuidDataHob to return NULL upon failure.niruiyu3-11/+59
2011-05-26Fix ICC build break.lgao41-3/+9
2011-05-24Update BasePrintLib to handle the unaligned GUID. lgao41-4/+4
2011-05-23Add BlockIO revision 3 definition. Add new API ScsiInquiryCommandEx to UefiSc...niruiyu1-5/+115