summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix DxeHobLib to also support a module type of SMM_CORE.mdkinney2010-12-171-2/+1
* Add support for ARM MOVW/MOVT instructions that were added in the latest PE/C...andrewfish2010-12-161-5/+164
* Fix issue with CodeSourcery gcc requiring assembly functions to have a .type ...andrewfish2010-12-158-2/+37
* MdePkg: Fix GCC Thunk support for IA32jljusten2010-12-061-2/+2
* Add a new Timer Library instance SecPeiDxeTimerLibUefiCpu into UefiCpuPkg. Th...rsun32010-11-291-0/+3
* Fix the issue that the high 16-bit of EAX may contain invalid data, which cau...li-elvin2010-11-124-8/+8
* Add API to ExtractGuidedSectionLib.h to retrieve the set of registered handlers.ydong102010-11-043-0/+211
* Update UefiDriverEntryPoint library by adding BaseLib library class required ...lgao42010-10-184-1/+7
* Update MODULE_TYPE to be DXE_RUNTIME_DRIVER mdkinney2010-09-141-1/+1
* Update this library to restrict usage to DXE_RUNTIME_DRIVER and DXE_SAL_DRIVE...mdkinney2010-09-101-1/+1
* Sync bug fix in Edk r10821 to PeiMemoryLib and UefiMemoryLib instances.qhuang82010-08-262-8/+8
* Fix the InternalMemScanMem* functions. They were returning the character AFT...darylm5032010-08-251-4/+4
* Refine code.sfu52010-08-161-44/+8
* Minor refinement on source code.qhuang82010-08-141-2/+2
* Refine code.sfu52010-08-134-22/+23
* Fixed K9 scan issues.hhuan132010-08-093-11/+11
* Use FreePool() library API to replace gBS->FreePool() service.lgao42010-07-291-11/+11