summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library
Commit message (Expand)AuthorAgeFilesLines
* 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
* clarify the logic of the print length counting functions in both PrintLib lib...jcarsey2011-08-081-25/+17
* Fix X64 compile error.lgao42011-08-041-1/+1
* Add 2 functions to UefiLib library class: CatSPrint and CatVSPrint.jcarsey2011-08-024-42/+255
* MdePkg: Fixed hang/reset in thunk code when building with GCC X64geekboy15a2011-08-021-6/+6
* For libraries that have multiple module types support, just define a [Depex] ...lzeng142011-07-2714-28/+28
* MdePkg: Update CpuSleep to use ARMv7 instruction. andrewfish2011-07-202-7/+17
* MdePkg: Fix X64 clang compile issues.andrewfish2011-07-125-29/+93
* Clarify the requirements for the Destination parameter of UnicodeStrToAsciiStr.jcarsey2011-06-281-1/+4
* Initialize data before using itydong102011-06-212-1/+12
* For BaseLib IsNull() function , update retval value comment to match its func...lgao42011-06-151-3/+3
* Add ESAL support libraries to MdePkgmdkinney2011-06-1021-0/+9365
* Change BuildGuidHob and BuildGuidDataHob to return NULL upon failure.niruiyu2011-06-093-11/+59
* Fix ICC build break.lgao42011-05-261-3/+9
* Update BasePrintLib to handle the unaligned GUID. lgao42011-05-241-4/+4
* Add BlockIO revision 3 definition. Add new API ScsiInquiryCommandEx to UefiSc...niruiyu2011-05-231-5/+115
* Update the description of Loaded Image Protocol Unload function to follow the...lgao42011-04-191-5/+6
* Refine code to follow coding style.ydong102011-03-151-3/+5