summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library
Commit message (Expand)AuthorAgeFilesLines
* MdePkg/UefiLib: Avoid mis-calculate of graphic console sizeHao Wu2017-04-141-2/+9
* MdePkg: BaseIoLibIntrinsic (IoLib class) libraryLeo Duran2017-04-133-0/+646
* MdePkg/PeCoffGetEntryPointLib: Add PeCoffSerachImageBase()Jeff Fan2017-04-071-1/+71
* MdePkg: Convert files to CRLF line endingHao Wu2017-04-061-19/+20
* MdePkg/UefiDevicePathLib: Refine the DevPathFromTextiSCSI protocol parsingJiaxin Wu2017-03-301-1/+8
* MdePkg/DevicePathLib: Fix FromText bug for multi-instance devicepathRuiyu Ni2017-03-231-0/+1
* MdePkg/UefiDevicePathLib: Fix the wrong MAC address lengthJiaxin Wu2017-03-151-0/+4
* MdePkg/SmiHandlerProfile: Add Context support in UnregisterJiewen Yao2017-03-131-1/+7
* MdePkg/BasePrintLib: Refine the comment for AsciiValueToStringS APIHao Wu2017-03-131-2/+1
* MdePkg/SafeString.c: Fix code to be more readableRuiyu Ni2017-03-071-10/+16
* MdePkg: Refine casting expression result to bigger sizeHao Wu2017-03-065-15/+13
* MdePkg/BasePrintLib: Add deprecated flag for APIs [A|U]ValueToStringHao Wu2017-03-021-0/+12
* MdePkg/UefiDevicePathLib: Use BaseLib string conversion servicesRuiyu Ni2017-02-281-204/+17
* MdePkg/BaseLib: Add AsciiStrToGuid/HexToBytes/ToIpv[4/6]AddressRuiyu Ni2017-02-281-0/+591
* MdePkg/BaseLib: Add StrToGuid/StrHexToBytes/StrToIpv[4/6]AddressRuiyu Ni2017-02-281-0/+613
* MdePkg/UefiDevicePathLib: Rename StrToGuid to avoid link failureRuiyu Ni2017-02-281-9/+9
* MdePkg/SmiHandlerProfileLibNull: Add NULL instance.Jiewen Yao2017-02-223-0/+129
* MdePkg/BasePrintLib: Add safe print functions [A|U]ValueToStringSHao Wu2017-02-213-0/+393
* MdePkg/BasePrintLib: Refine the SPrint functionsHao Wu2017-02-214-213/+315
* MdePkg/BaseLib: Refine logic for (Ascii)StrnLenS to handle MaxSize = 0Hao Wu2017-02-151-4/+4
* MdePkg UefiLib: Make the event empty function publicStar Zeng2017-01-203-46/+26
* MdePkg: Avoid Non-Boolean type used as BooleanDandan Bi2017-01-203-13/+12
* MdePkg DxeHobLib: Make GetHobList working before Constructor is calledStar Zeng2017-01-201-33/+34
* MdePkg/SmmIoLibSmmCpuIo2: Add new Fifo routines in IoLib classLeo Duran2017-01-171-0/+216
* MdePkg/DxeIoLibEsal: Add new Fifo routines in IoLib classLeo Duran2017-01-171-2/+276
* MdePkg/PeiIoLibCpuIo: Add new Fifo routines in IoLib classLeo Duran2017-01-171-0/+261
* MdePkg/DxeIoLibCpuIo2: Add new Fifo routines in IoLib classLeo Duran2017-01-172-11/+320
* MdePkg: Expand BaseIoLibIntrinsic (IoLib class) libraryLeo Duran2017-01-178-1/+1077
* MdePkg/UefiFileHandleLib: Refine the check for valid Ascii characterHao Wu2017-01-121-2/+2
* MdePkg/BaseLib: Add safe string functions [U|A]StrnTo[A|U]StrSHao Wu2017-01-091-0/+237
* MdePkg/BaseLib: Enhance the return value for string to uint functionsHao Wu2017-01-091-317/+17
* MdePkg/BaseLib: Add safe string functions that convert str to valueHao Wu2017-01-092-5/+1136
* MdePkg/BaseLib: Add safe string functions [Ascii]StrnSizeSHao Wu2017-01-091-1/+90
* MdePkg, MdeModulePkg: S3BootScriptSaveMemPoll(): accept 64-bit LoopTimesLaszlo Ersek2017-01-031-1/+1
* MdePkg/BaseLib: Fix PathCleanUpDirectories to correctly handle "\.\"Ruiyu Ni2016-12-291-35/+25
* MdePkg/MemoryLib: Refine InternalMemSetMem16|32|64 functions logicHao Wu2016-12-223-27/+27
* MdePkg/BaseLib: Add an additional check within (Ascii)StrnCmpHao Wu2016-12-221-1/+3
* MdePkg/BaseLib: Refine (Ascii)StrnLenS functions logicHao Wu2016-12-221-4/+12
* MdePkg BaseLib: API PathRemoveLastItem not handle root paths properlyHao Wu2016-11-211-4/+5
* MdePkg/BaseSynchronizationLib: Fix function names in function headersMichael Kinney2016-11-1710-10/+10
* MdePkg/BaseSynchronizationLib: Add volatile Interlocked*() APIsMichael Kinney2016-11-1733-86/+86
* MdePkg/BaseMemoryLib: Fix VS2015 build errorMichael Kinney2016-11-171-4/+4
* MdePkg HobLib: Check FV alignment when building FV HOBStar Zeng2016-11-173-3/+75
* MdePkg/BaseLib: Add one wrapper on RdRand access for parameter check.Qin Long2016-11-169-61/+188
* MdePkg: Fix spec mismatch in string representation of EMMC dev nodeFeng Tian2016-11-142-2/+2
* MdePkg UefiDevicePathLib: Validate before touch input buffer.Eric Dong2016-11-091-5/+21
* MdePkg UefiDevicePathLib: Rollback former change.Eric Dong2016-11-091-16/+6
* MdePkg DevicePathLib: Validate before touch input buffer.Eric Dong2016-11-091-5/+21
* MdePkg DevicePathLib: Rollback former change.Eric Dong2016-11-091-16/+6
* MdePkg/BaseMemoryLib*: check for zero length in ZeroMem ()Ard Biesheuvel2016-11-048-8/+40