summaryrefslogtreecommitdiff
path: root/MdePkg/Library
AgeCommit message (Expand)AuthorFilesLines
2017-04-13MdePkg: BaseIoLibIntrinsic (IoLib class) libraryLeo Duran3-0/+646
2017-04-07MdePkg/PeCoffGetEntryPointLib: Add PeCoffSerachImageBase()Jeff Fan1-1/+71
2017-04-06MdePkg: Convert files to CRLF line endingHao Wu1-19/+20
2017-03-30MdePkg/UefiDevicePathLib: Refine the DevPathFromTextiSCSI protocol parsingJiaxin Wu1-1/+8
2017-03-23MdePkg/DevicePathLib: Fix FromText bug for multi-instance devicepathRuiyu Ni1-0/+1
2017-03-15MdePkg/UefiDevicePathLib: Fix the wrong MAC address lengthJiaxin Wu1-0/+4
2017-03-13MdePkg/SmiHandlerProfile: Add Context support in UnregisterJiewen Yao1-1/+7
2017-03-13MdePkg/BasePrintLib: Refine the comment for AsciiValueToStringS APIHao Wu1-2/+1
2017-03-07MdePkg/SafeString.c: Fix code to be more readableRuiyu Ni1-10/+16
2017-03-06MdePkg: Refine casting expression result to bigger sizeHao Wu5-15/+13
2017-03-02MdePkg/BasePrintLib: Add deprecated flag for APIs [A|U]ValueToStringHao Wu1-0/+12
2017-02-28MdePkg/UefiDevicePathLib: Use BaseLib string conversion servicesRuiyu Ni1-204/+17
2017-02-28MdePkg/BaseLib: Add AsciiStrToGuid/HexToBytes/ToIpv[4/6]AddressRuiyu Ni1-0/+591
2017-02-28MdePkg/BaseLib: Add StrToGuid/StrHexToBytes/StrToIpv[4/6]AddressRuiyu Ni1-0/+613
2017-02-28MdePkg/UefiDevicePathLib: Rename StrToGuid to avoid link failureRuiyu Ni1-9/+9
2017-02-22MdePkg/SmiHandlerProfileLibNull: Add NULL instance.Jiewen Yao3-0/+129
2017-02-21MdePkg/BasePrintLib: Add safe print functions [A|U]ValueToStringSHao Wu3-0/+393
2017-02-21MdePkg/BasePrintLib: Refine the SPrint functionsHao Wu4-213/+315
2017-02-15MdePkg/BaseLib: Refine logic for (Ascii)StrnLenS to handle MaxSize = 0Hao Wu1-4/+4
2017-01-20MdePkg UefiLib: Make the event empty function publicStar Zeng3-46/+26
2017-01-20MdePkg: Avoid Non-Boolean type used as BooleanDandan Bi3-13/+12
2017-01-20MdePkg DxeHobLib: Make GetHobList working before Constructor is calledStar Zeng1-33/+34
2017-01-17MdePkg/SmmIoLibSmmCpuIo2: Add new Fifo routines in IoLib classLeo Duran1-0/+216
2017-01-17MdePkg/DxeIoLibEsal: Add new Fifo routines in IoLib classLeo Duran1-2/+276
2017-01-17MdePkg/PeiIoLibCpuIo: Add new Fifo routines in IoLib classLeo Duran1-0/+261
2017-01-17MdePkg/DxeIoLibCpuIo2: Add new Fifo routines in IoLib classLeo Duran2-11/+320
2017-01-17MdePkg: Expand BaseIoLibIntrinsic (IoLib class) libraryLeo Duran8-1/+1077
2017-01-12MdePkg/UefiFileHandleLib: Refine the check for valid Ascii characterHao Wu1-2/+2
2017-01-09MdePkg/BaseLib: Add safe string functions [U|A]StrnTo[A|U]StrSHao Wu1-0/+237
2017-01-09MdePkg/BaseLib: Enhance the return value for string to uint functionsHao Wu1-317/+17
2017-01-09MdePkg/BaseLib: Add safe string functions that convert str to valueHao Wu2-5/+1136
2017-01-09MdePkg/BaseLib: Add safe string functions [Ascii]StrnSizeSHao Wu1-1/+90
2017-01-03MdePkg, MdeModulePkg: S3BootScriptSaveMemPoll(): accept 64-bit LoopTimesLaszlo Ersek1-1/+1
2016-12-29MdePkg/BaseLib: Fix PathCleanUpDirectories to correctly handle "\.\"Ruiyu Ni1-35/+25
2016-12-22MdePkg/MemoryLib: Refine InternalMemSetMem16|32|64 functions logicHao Wu3-27/+27
2016-12-22MdePkg/BaseLib: Add an additional check within (Ascii)StrnCmpHao Wu1-1/+3
2016-12-22MdePkg/BaseLib: Refine (Ascii)StrnLenS functions logicHao Wu1-4/+12
2016-11-21MdePkg BaseLib: API PathRemoveLastItem not handle root paths properlyHao Wu1-4/+5
2016-11-17MdePkg/BaseSynchronizationLib: Fix function names in function headersMichael Kinney10-10/+10
2016-11-17MdePkg/BaseSynchronizationLib: Add volatile Interlocked*() APIsMichael Kinney33-86/+86
2016-11-17MdePkg/BaseMemoryLib: Fix VS2015 build errorMichael Kinney1-4/+4
2016-11-17MdePkg HobLib: Check FV alignment when building FV HOBStar Zeng3-3/+75
2016-11-16MdePkg/BaseLib: Add one wrapper on RdRand access for parameter check.Qin Long9-61/+188
2016-11-14MdePkg: Fix spec mismatch in string representation of EMMC dev nodeFeng Tian2-2/+2
2016-11-09MdePkg UefiDevicePathLib: Validate before touch input buffer.Eric Dong1-5/+21
2016-11-09MdePkg UefiDevicePathLib: Rollback former change.Eric Dong1-16/+6
2016-11-09MdePkg DevicePathLib: Validate before touch input buffer.Eric Dong1-5/+21
2016-11-09MdePkg DevicePathLib: Rollback former change.Eric Dong1-16/+6
2016-11-04MdePkg/BaseMemoryLib*: check for zero length in ZeroMem ()Ard Biesheuvel8-8/+40
2016-11-04MdePkg/BaseLib: Move CHAR_NULL definition to Base.h in BaseLibSong, BinX1-2/+0