summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library
AgeCommit message (Expand)AuthorFilesLines
2017-03-06MdeModulePkg: Refine type cast for pointer subtractionHao Wu5-9/+9
2017-03-02MdeModulePkg/PrintLib: Add deprecated flag for APIs [A|U]ValueToStringHao Wu1-0/+12
2017-03-02MdeModulePkg: Replace [Ascii|Unicode]ValueToStringHao Wu5-15/+78
2017-02-28MdeModulePkg: Fix coding style issuesDandan Bi1-1/+1
2017-02-28MdeModulePkg/BMMUiLib: Replace same logic with API in UefiBootManagerLibDandan Bi2-228/+11
2017-02-28MdeModulePkg/NetLib: Use StrToIpv4/6Address in BaseLibRuiyu Ni1-351/+31
2017-02-24MdeModulePkg PerformanceLib: Fix GCC build failure caused by cfb0abaStar Zeng2-3/+3
2017-02-24MdeModulePkg SmmSmiHandlerProfileLib: Fix GCC build failureStar Zeng1-1/+1
2017-02-23MdeModulePkg: Add performance property configuration tableStar Zeng5-4/+47
2017-02-22MdeModulePkg/SmmSmiHandlerProfileLib: Add SMM instance.Jiewen Yao3-0/+173
2017-02-21MdeModulePkg/BMMUiLib: Remove old useless data before new save actionDandan Bi2-2/+47
2017-02-21MdeModulePkg/PrintLib: Add safe print functions [A|U]ValueToStringSHao Wu1-0/+127
2017-02-21MdeModulePkg/PrintLib: Use EFI_PRINT2S_PROTOCOL for this instanceHao Wu3-21/+49
2017-02-21MdeModulePkg/PrintLib: Refine the SPrint functionsHao Wu2-225/+344
2017-02-16MdeModulePkg UefiBootManagerLib: Correct usages of GUID and ProtocolLiming Gao1-25/+29
2017-02-09MdeModulePkg/DxeHttpLib: Correct the return status for the HTTP Port/ContentL...Jiaxin Wu1-5/+3
2017-02-08MdeModulePkg/UefiBootManagerLib: Initialize Handle before using itRuiyu Ni1-4/+6
2017-02-08MdeModulePkg: Fix some typos of "according"Liming Gao1-1/+1
2017-01-24MdeModulePkg/FrameBufferBltLib: Use dynamic allocated line bufferRuiyu Ni1-12/+12
2017-01-24MdeModulePkg/FrameBufferBltLib: Refine ConfigurePixelBitMaskFormatRuiyu Ni1-28/+43
2017-01-20MdeModulePkg: Use EfiEventEmptyFunction from UefiLibStar Zeng1-17/+2
2017-01-19MdeModulePkg/FileExplorer: Enable functionality of creating new file/folderDandan Bi5-6/+267
2017-01-19MdeModulePkg/FileExplorer: Update QuesrionId when Updating FileExplore formDandan Bi2-5/+9
2017-01-19MdeModulePkg/FileExplorer: Remove the codes of searching load file protocolDandan Bi3-59/+3
2017-01-13MdeModulePkg DxeCorePerformanceLib: Only support linking with DxeCoreStar Zeng1-2/+2
2017-01-12MdeModulePkg/NonDiscoverable: Compare SIZE_4GB with address typeHao Wu1-1/+1
2017-01-12MdeModulePkg/UefiBootManagerLib: Remove redundant type castHao Wu1-3/+3
2017-01-06MdeModulePkg/Bds: Fix a bug that may causes S4 fails to resumeRuiyu Ni1-6/+13
2017-01-05MdeModulePkg/DxeCapsuleLibFmp: Fix incorrect MODULE_TYPEDandan Bi1-1/+1
2017-01-03MdePkg, MdeModulePkg: S3BootScriptSaveMemPoll(): accept 64-bit LoopTimesLaszlo Ersek1-1/+1
2017-01-03MdeModulePkg/PrintLib: Add missing return status check for Print APIsHao Wu1-38/+56
2016-12-26MdeModulePkg/CapsuleLib: Follow UEFI 22.2.3 to process FMP.Jiewen Yao4-560/+785
2016-12-26MdeModulePkg/CapsuleLib: Support result rolling over.Jiewen Yao1-5/+4
2016-12-26MdeModulePkg/CapsuleLib: Add CapsuleTarget support.Jiewen Yao3-9/+40
2016-12-23MdeModulePkg/CapsuleLib: remove ImageIndex check.Jiewen Yao1-2/+1
2016-12-23MdeModulePkg/CapsuleLib: Add NULL capsule name in record.Jiewen Yao1-3/+8
2016-12-22MdeModulePkg/DxeNetLib: Rewrite NetblockChecksum function logicHao Wu1-8/+8
2016-12-20MdeModulePkg/NonDiscoverableDeviceRegistrationLib: Fix coding style issuesDandan Bi2-12/+24
2016-12-14MdeModulePkg: Make the comments align with the functionDandan Bi1-2/+2
2016-12-13MdeModulePkg/CapsuleLib: Correct debug message.Jiewen Yao1-1/+1
2016-12-07MdeModulePkg: introduce helper library to register non-discoverable devicesArd Biesheuvel2-0/+250
2016-11-28MdeModulePkg/NetLib: Handle an invalid IPv6 address caseJiaxin Wu1-0/+11
2016-11-23MdeModulePkg/DxeNetLib: Allow the IPv4/prefix case when AsciiStrToIp4Jiaxin Wu1-1/+9
2016-11-23MdeModulePkg/DxeCapsuleLibFmp: Use AllocatePool for CapsuleResultVariableDandan Bi1-6/+14
2016-11-18MdeModulePkg/UefiBootManagerLib: Refine the debug messageRuiyu Ni1-3/+4
2016-11-18MdeModulePkg/CpuExceptionHanderLibNull: RegisterCpuInterruptHandler()Jeff Fan1-2/+2
2016-11-15MdeModulePkg/BMMUI: add comments for function parameterDandan Bi1-0/+1
2016-11-11MdeModulePkg/BootLogoLib: Remove invalid if judgmentsSong, BinX1-4/+0
2016-11-10MdeModulePkg/UefiBootManager: Add EfiBootManagerDispatchDeferredImagesRuiyu Ni3-0/+115
2016-11-08MdeModulePkg/DxeCapsuleLibFmp: Add DxeCapsuleLibFmp instance.Jiewen Yao10-0/+2795