summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library
Commit message (Expand)AuthorAgeFilesLines
* MdePkg/BaseLib: Add new AsmLfence APIHao Wu2018-11-143-0/+76
* MdePkg BaseUefiDecompressLib: Fix UEFI Decompression logic issueLiming Gao2018-11-141-0/+6
* MdePkg: Add more checker in UefiDecompressLib to access the valid buffer only...Liming Gao2018-10-241-2/+15
* MdePkg/SmmMemLib: Check EFI_MEMORY_RO in UEFI mem attrib table.Jiewen Yao2018-07-262-4/+60
* MdePkg/SmmMemLib: Check for untested memory in GCDJiewen Yao2018-07-262-7/+93
* MdePkg/SmmPeriodicSmiLib: Get Periodic SMI Context More RobustlyRuiyu Ni2018-05-211-23/+15
* MdePkg: Fix Xcode 9 Beta treating 32-bit left shift as undefinedAndrew Fish2018-04-111-3/+3
* MdePkg/UefiDevicePathLib: Add DevPathFromTextDns and DevPathToTextDns librariesJiaxin Wu2018-04-082-0/+139
* MdePkg/DevicePath: Add BluetoothLe device path node supportRuiyu Ni2017-06-072-0/+72
* MdePkg/DevicePathLib: Reverse the byte order of BD_ADDR for BluetoothHao Wu2017-05-312-32/+17
* MdePkg DxeServicesLib: Handle potential NULL FvHandleStar Zeng2017-05-081-3/+13
* MdePkg/SmmIoLib: Add sample instance.Jiewen Yao2017-04-283-0/+406
* PeCoffGetEntryPointLib: Fix spelling issueJeff Fan2017-04-261-1/+1
* MdePkg/UefiLib: Avoid mis-calculate of graphic console sizeHao Wu2017-04-141-2/+9
* 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