summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library
Commit message (Expand)AuthorAgeFilesLines
* 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
* Enhance inf to follow spec.ydong102011-03-141-6/+6
* Update DebugLib to provide support for "err" command in the EFI Shell to adju...mdkinney2011-03-109-25/+123
* A minor change for the format of usage align with spec.gikidy2011-02-211-1/+1
* Update inappropriate comments.ydong102011-02-171-4/+4
* Per PI1.2B spec, for the case that TE Image Relocation Data Directory Entry V...lgao42011-02-161-1/+9
* Add SmmPeriodicSmiLib to MdePkg.mdkinney2011-02-112-0/+1215
* Replace INTERWORK_FUNC, with GCC_ASM_EXPORT() and GCC_ASM_IMPORT() and update...andrewfish2011-02-018-43/+21
* Fix InternalMemScanMem* functions so that they return the pointer to the matc...darylm5032011-01-071-8/+12
* Fix issue when BaseDebugLibSerialPort is combined with BaseSerialPortLibNull....mdkinney2010-12-301-3/+1
* Update inappropriate comments.ydong102010-12-221-3/+3
* Add CONSTRUCTOR to BaseDebugLibSerialPort to call SerialPortInitialize() in t...mdkinney2010-12-182-4/+25
* Remove CONSTRUCTOR from DxePcdLib aligning the DxePcdLib design with the PeiP...mdkinney2010-12-182-91/+70
* Add an empty CONSTRUCTOR to the UefiLib to resolve library dependency issues.mdkinney2010-12-182-0/+23