summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library
Commit message (Expand)AuthorAgeFilesLines
* Build the registered guid HOB and SystemTable to record the GUID itself in Pe...lzeng142012-11-084-6/+32
* Fix memory out of band access in AsmFxSave() and AsmFxRestore(). lgao42012-10-302-4/+4
* Add new API IsDevicePathValid() to UefiDevicePathLib.niruiyu2012-09-244-34/+188
* Enhance the error code info.ydong102012-09-111-4/+54
* Enhance the comments.ydong102012-09-111-0/+2
* Should pass in bytes of string buffer to UnicodeSPrint() rather than Unicode ...erictian2012-08-292-4/+4
* Enhance the check for some fields in the PE image before use it.ydong102012-08-221-0/+15
* Enhance the check when ImageRead function return.ydong102012-08-211-16/+30
* Enhance the code to make the code logic more clear.ydong102012-08-211-0/+3
* Enable wide string support for CreatePopUp function in UefiLib.ydong102012-08-061-10/+107
* Update HobLib and Hob Service to avoid data over flow. lgao42012-07-173-10/+16
* Add comment for modules which have external input.jyao12012-06-122-3/+26
* Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info....ydong102012-05-301-2/+110
* Correct a bug in AsmCpuidEx() to return correct ECX and EDX.niruiyu2012-05-252-10/+10
* Update the logic related to get section header offset for TE image.ydong102012-05-041-2/+10
* Patch include:ydong102012-04-261-8/+0
* Add new extension PerformanceLib APIs to store ID info.lzeng142012-04-241-1/+140
* Validate some fields in PE image to make sure not access violation for later ...ydong102012-04-241-1/+195
* Update function comments to remove confused description on PerformanceLib End...lgao42012-04-171-2/+1
* Correct function comments on DxeServicesLib GetFileBufferByFilePath API. lgao42012-04-171-5/+4
* Current IPF version SwitchStack implementation uses loadrs instruction to res...li-elvin2012-04-111-2/+4
* Update the offset when read every debug entries info.ydong102012-03-161-3/+3
* Clarify alignment of GetSpinLockProperties() is byte alignment.lgao42012-03-073-9/+9
* Update the modifier of ThunkContext parameter for AsmPrepareThunk16() in Base...lgao42012-02-271-2/+2
* Add code check to avoid access violation.ydong102012-02-272-0/+12
* MdePkg: Add a new macro VA_COPY for variable argument support. Fix a bug in t...rsun32012-02-221-1/+4
* Add Missing invocations to VA_END() for VA_START().rsun32012-02-015-11/+38
* Roll back the previous change in MdePkg BaseLib Ia32 Thunk16.S and EcpPkg Glu...lgao42011-12-281-43/+20
* Clean up the hard code offset in MdePkg BaseLib Ia32 Thunk16.S and EcpPkg Glu...lgao42011-12-201-20/+43
* Fix the issue to clear the high 16-bit of EAX before use it Thunk code.lgao42011-12-154-8/+12
* add missing <BR>hhtian2011-11-251-1/+1
* Add the missing supported module type in MdePkg DxeServicesTableLib instance.lgao42011-11-231-2/+2
* MdePkg DxeServicesLib: Search further in GetFileBufferByFilePathjljusten2011-11-221-6/+17
* Update comments in BaseExtractGuidedSectionLib library instance to say its us...lgao42011-11-221-3/+7
* MdePkg/BaseLib: Replaced inline assembly for ARMGCC by GCC assembly source fileoliviermartin2011-11-083-77/+69
* Add core FFS3 support, ExtractGuidedSectionLib/GuidedSectionExtractionLib/PiF...lzeng142011-10-273-10/+52
* Update Base type SecPeiDxeTimerLibCpu to support all module type.lgao42011-10-241-3/+6
* Fix Xcode link failure. Relocations are not supported in .text sections.andrewfish2011-10-081-1/+1
* Refine code to follow coding style.ydong102011-09-141-1/+1
* Minor copyright format updatehhtian2011-09-131-1/+1
* MdePkg: Add missing implementation of GetTimeInNanoSecond() to TimerLib libra...xdu22011-09-081-0/+44
* Refine code to follow coding style.ydong102011-09-051-1/+1
* Move generic IA32_SEGMENT_DESCRIPTOR definition to BaseLib.h.li-elvin2011-09-021-24/+1
* Add check before use to make code run more safer.ydong102011-09-021-8/+9
* MdePkg: Add S3 library interfaces and base implementationsjljusten2011-08-2910-0/+5865
* Add new API GetTimeInNanoSecond() to TimerLib to convert elapsed ticks to tim...xdu22011-08-253-3/+112
* Refine code to follow coding style.ydong102011-08-241-1/+1
* Simplify the SmmPeriodicSmiLib to call AllocatePool() for every entry in the ...niruiyu2011-08-191-43/+11
* Use linked list to replace the current array solution to store the periodic S...niruiyu2011-08-151-123/+173
* Fix X64 compile error.lgao42011-08-091-1/+1