summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Library/UefiLib.h
AgeCommit message (Expand)Author
2016-12-26MdePkg: Move to new locationGuo Mang
2012-05-30Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info....ydong10
2011-08-02Add 2 functions to UefiLib library class: CatSPrint and CatVSPrint.jcarsey
2010-06-11Add ASSERT() conditions to UEFI Library Print() and AsciiPrint() functions if...mdkinney
2010-04-23Update the copyright notice formathhtian
2010-03-12Grammatical and disclaimer changes (does not follow internal C coding stds.)myronporter
2010-02-02wrap ASSERT_LOCKED macro with MDEPKG_NDEBUG.erictian
2009-06-04Second set of changes based on a review of the code comments in the Include d...pkandel
2009-05-21update the file description of PrintXY and AsciiPrintXY. and also refine the ...eric_tian
2009-05-08Clarify clipping behavior of PrintXY() and AsciiPrintXY().mdkinney
2009-04-15Fix several minor coding style issues.qhuang8
2009-04-02Add CreatePopUp API into UefiLiblgao4
2009-04-02Fix some typo.gikidy
2009-03-24Add GetVariabe(), GetEfiGlobalVariable() and GetBestLanguage() to UefiLib.qhuang8
2009-02-25Fix typo in API prototypeqhuang8
2009-02-09Comments synchronizedjji4
2009-02-06Comments checked with spec.jji4
2008-12-07Use BIT8-1 insetad of UINT8_MAXmdkinney
2008-12-07Move NEXT_MEMORY_DESCRIPTOR() from UefiSpec.h to UEFI Librarymdkinney
2008-11-27Remove GetCurrentLanguage () from UefiLib in MdePkgqhuang8
2008-11-25Function headers in .h and .c files synchronized with specjji4
2008-11-20Code and comments have been checked with spec.jji4
2008-11-201.Removed PrintXY from Graphics Library.vanjeff
2008-11-19Update doxygen comment for VarArg list parameter. "..."'s description is added.qwang12
2008-11-17Add 3 macros to manager Timer events.qhuang8
2008-11-14Synchronization of MDE Library Spec., Mde.dec, and corresponding head files i...jji4
2008-11-07Add extra DriverConfiguration2 protocol parameter for EfiLibInstallAllDriverb...qhuang8
2008-10-10Update library class and library instance description for UefiLib to follows ...klu2
2008-09-261) Move RFC_3066_ENTRY_SIZE and ISO_639_2_ENTRY_SIZE to UefiBaseType.h.qwang12
2008-09-22Cleanup "Tiano" word.klu2
2008-09-21HiiLibGetCurrentLanguage returns the current UEFI variable "PlatformLang" (if...qwang12
2008-09-04clean up the un-suitable ';' location when declaring the functions.vanjeff
2008-08-14Use doxygen comment style for document entity such as struct, enum, variable ...klu2
2008-07-21Code Scrub of MdePkg/Inlcude/Libraryyshang1
2008-04-22Fix missing include header file and fix typo in comment.klu2
2007-12-071. Move some status code related PCDs to MdePkgqhuang8
2007-09-171. Add EfiLibInstallDriverBindingComponentName2() to install DriverBinding Pr...qhuang8
2007-07-06Enable Intel IPF compilation for MdePkg.qwang12
2007-06-26Remove prefix EFI_ from some TPL macros reference in some commentsvanjeff
2007-06-22Checked in part of MDE library instances following PI and UEFI. It includes:yshang1
2007-06-19Import Library Class from original MDE package. Also I added the EFI_PEI_CORE...yshang1
2007-06-01Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch
2007-02-14Added Print, ErrorPrint, AsciiPrint, AsciiErrorPrint() to the UEFI Library.qwang12
2007-02-131. Add two interfaces in PeCoffGetEntryPointLib.hqhuang8
2007-02-121) Added BIT0, BIT1, …, BIT63 to the Base Defines qwang12
2007-01-18Add two useful functions in UefiLib for the implementation of Component Name,...qhuang8
2006-12-28Refix the previous issue.qhuang8
2006-12-28Fix a typo in UefiLib. The parameter type of Registration should be "VOID **"...qhuang8
2006-11-031. Add the fix for the following Bugs:cwu11
2006-07-19Fixed some naming issues and update to the EDK II name. I also fixed an issue...ajfish