summaryrefslogtreecommitdiff
path: root/MdePkg/Library/UefiLib
AgeCommit message (Expand)AuthorFilesLines
2013-09-05This patch uses dummy routine as NotifyFunction to make sure those 2 APIs pro...Mars Lin1-7/+27
2013-07-10Fill the ImageHandle and DriverBindingHandle field of Driver Binding Protocol...Ruiyu Ni1-105/+103
2013-01-08Allocate temp buffer instead of change the input string to avoid crush.ydong101-13/+12
2012-11-15Enhance CreatePopup to call ReadKeyStroke() before calling WaitForEvent(). Th...niruiyu1-2/+15
2012-08-06Enable wide string support for CreatePopUp function in UefiLib.ydong101-10/+107
2012-05-30Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info....ydong101-2/+110
2012-02-22MdePkg: Add a new macro VA_COPY for variable argument support. Fix a bug in t...rsun31-1/+4
2012-02-01Add Missing invocations to VA_END() for VA_START().rsun31-2/+10
2011-08-02Add 2 functions to UefiLib library class: CatSPrint and CatVSPrint.jcarsey1-1/+95
2011-03-14Enhance inf to follow spec.ydong101-6/+6
2010-12-18Add an empty CONSTRUCTOR to the UefiLib to resolve library dependency issues.mdkinney2-0/+23
2010-07-29Use FreePool() library API to replace gBS->FreePool() service.lgao41-11/+11
2010-06-30Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter5-36/+36
2010-06-25Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter7-19/+19
2010-06-11Add ASSERT() conditions to UEFI Library Print() and AsciiPrint() functions if...mdkinney1-8/+26
2010-04-23Update the copyright notice formathhtian7-14/+14
2010-02-241. Correct File header to ## @filelgao41-6/+6
2009-12-23PI 1.1 SMM Feature Check-indavidhuang1-2/+2
2009-06-04fix the issue when passing a L"" string to PrintXY.eric_tian1-4/+20
2009-05-26update comments on implementationeric_tian1-1/+1
2009-05-26sync the StrToImage flag of UGA to consistent with GOPeric_tian1-1/+3
2009-05-21update the file description of PrintXY and AsciiPrintXY. and also refine the ...eric_tian1-42/+36
2009-05-11In PrintXY() and AsciiPrintXY(), the number of chartacter returned is at most...eric_tian1-2/+1
2009-05-08Clarify clipping behavior of PrintXY() and AsciiPrintXY().mdkinney1-4/+6
2009-04-15Fix several minor coding style issues.qhuang81-23/+23
2009-04-15add security checkvanjeff1-1/+2
2009-04-02Add CreatePopUp API into UefiLiblgao41-0/+173
2009-04-02Fix some typo.gikidy3-71/+72
2009-03-24Fix minor formatting issue.qhuang81-3/+3
2009-03-24Add GetVariabe(), GetEfiGlobalVariable() and GetBestLanguage() to UefiLib.qhuang83-2/+230
2009-02-25Fix typo in API prototypeqhuang81-1/+1
2009-02-09Comments synchronizedjji41-4/+6
2009-02-06Comments checked with spec.jji41-5/+6
2009-01-14INF extension reviewedjji41-11/+11
2009-01-09INF extension reviewedjji41-20/+19
2009-01-08minimum update function header.vanjeff1-2/+2
2008-12-29Update copyright for files modified in this yearqhuang84-4/+4
2008-12-29fixed potential NULL pointer reference issue.vanjeff1-71/+71
2008-12-16Fix Some typo.gikidy1-1/+1
2008-12-10Synchronize interface function comment from declaration in library class head...klu22-18/+17
2008-12-01Remove several over-specific issues.qhuang83-7/+5
2008-12-01Refine MdePkg library instances: Remove unnecessary EFIAPI modifier for libra...qhuang81-1/+1
2008-11-27Remove GetCurrentLanguage () from UefiLib in MdePkgqhuang82-50/+0
2008-11-25Function headers in .h and .c files synchronized with specjji45-230/+229
2008-11-25Clean up the unused EDK_RELEASE_VERSION, PI_SPECIFICATION_VERSION and EFI_SPE...lgao41-1/+0
2008-11-20Code and comments have been checked with spec.jji44-179/+170
2008-11-201.Removed PrintXY from Graphics Library.vanjeff3-8/+415
2008-11-19Update doxygen comment for VarArg list parameter. "..."'s description is added.qwang121-4/+8
2008-11-111, Move device path utility macros from protocol's header file to DevicePathL...klu22-2/+3
2008-11-07Add gEfiDriverConfigurationProtocolGuid GUID C Name in INF.qhuang81-2/+3