summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library
AgeCommit message (Expand)AuthorFilesLines
2018-11-29MdeModulePkg/BaseSortLib: Enable for all module typesJeff Brasen1-2/+2
2018-11-26MdeModulePkg/LockboxNullLib: clean up INF file.Jiewen Yao1-1/+1
2018-10-19MdeModulePkg BrotliDecompressLib: Add the checker to avoid array out of boundLiming Gao1-5/+8
2018-10-09MdeModulePkg: Update Brotli DecompressLib to the latest v1.0.6Liming Gao28-11270/+8642
2018-10-09MdeModulePkg Lzma: Update LZMA SDK version to 18.05Liming Gao15-351/+772
2018-09-29MdeModulePkg/DxeCapsuleLibFmp: Remove unused PCDsshenglei2-12/+0
2018-09-13MdeModulePkg/Library/DxeHttpLib: Handle the blank value in HTTP header.Jiaxin Wu1-13/+44
2018-09-06MdeModulePkg: Removing ipf which is no longer supported from edk2.Chen A Chen54-95/+95
2018-09-06MdeModulePkg: Remove trailing white spaceStar Zeng2-3/+3
2018-09-03MdeModulePkg/Network: Add 32bit subnet mask support for IP4 PXE boot.Fu Siyuan1-5/+8
2018-08-22MdeModulePkg/SmmCorePerfLib: Add DxeServicesLib library class in INFBi, Dandan1-0/+1
2018-08-06MdeModulePkg: Remove DxeSmmPerformanceLibDandan Bi3-958/+0
2018-08-03MdeModulePkg DxeCapsuleLibFmp: Add NULL check to the return buffersStar Zeng1-1/+3
2018-08-01MdeModulePkg DxeCapsuleLibFmp: Free HandleBuffer after it is usedStar Zeng1-0/+4
2018-08-01MdeModulePkg DxeCapsuleLib: Use Attr to know whether reset is requiredStar Zeng2-40/+134
2018-07-28MdeModulePkg DxeCapsuleLibFmp: Fix typo "EsrtSyncFmp" to "SyncEsrtFmp"Star Zeng1-1/+1
2018-07-27MdeModulePkg DxeCapsuleLibFmp: Refine the code to check FmpImageSizeStar Zeng1-4/+4
2018-07-27MdeModulePkg/PlatformBootManager: Add PlatformBootManagerUnableToBootRuiyu Ni1-1/+18
2018-07-11MdeModulePkg DxeCapsuleLibFmp: Fix typo 'Press' to 'Process'Star Zeng1-1/+1
2018-07-06MdeModulePkg/UefiBootManagerLib: Fix small LoadOptionToVariable leakThomas Palmer1-8/+11
2018-07-04MdeModulePkg/SmmCorePerformanceLib: Update mPerformanceLengthDandan Bi1-4/+4
2018-07-03MdeModulePkg/[Pei|Dxe]ResetSystemLib: Add PPI/Protocol dependencyRuiyu Ni2-0/+5
2018-07-03MdeModulePkg/ResetUtilityLib: Add pack(1) for reset data structureRuiyu Ni1-1/+8
2018-07-03MdeModulePkg/BmpSupportLib: Check PixelHeight/PixelWidth against 0Ruiyu Ni1-0/+9
2018-07-03MdeModulePkg/BmpSupportLib: Correct debug messageRuiyu Ni1-2/+2
2018-06-28MdeModulePkg/PerformanceLib: Add NULL pointer checkDandan Bi3-17/+32
2018-06-28MdeModulePkg: Clean up source filesLiming Gao158-2028/+2028
2018-06-26MdeModulePkg: Use new added Perf macrosBi, Dandan2-7/+4
2018-06-26MdeModulePkg: Update performance library instancesBi, Dandan7-714/+1565
2018-06-26MdeModulePkg: Update Performance instances to use new protocolBi, Dandan10-1078/+283
2018-06-25MdeModulePkg BootMaintenanceManagerUiLib: Move refresh boot option laterLiming Gao1-2/+1
2018-06-15MdeModulePkg/DxeCapsuleLibFmp: pass progress callback only if it worksArd Biesheuvel1-3/+10
2018-06-11MdeModulePkg/Library/BaseSerialPortLib16550: Ensure FIFO Polled ModeLeo Duran1-4/+12
2018-06-08MdeModulePkg/DxeCapsuleLibFmp: Add progress bar supportKinney, Michael D5-36/+131
2018-06-07MdeModulePkg/DisplayUpdateProgressLib: Fix ECC issuesDandan Bi2-4/+4
2018-06-05MdeModulePkg/DxeResetSystemLib: Avoid depending on UefiRuntimeLibRuiyu Ni2-8/+7
2018-05-29MdeModulePkg/DxeCorePerformanceLib: use AllocatePeiAccessiblePagesArd Biesheuvel1-41/+7
2018-05-28MdeModulePkg: Add DisplayUpdateProgressLib instancesMichael D Kinney6-0/+798
2018-04-23MdeModulePkg/UefiBootManagerLib: fix AddLoadOptionVariable docs/prototypeRuiyu Ni1-4/+8
2018-04-20MdeModulePkg DxeCapsuleLibFmp: Fix wrong Index is usedStar Zeng1-1/+1
2018-03-19MdeModulePkg: Fix coding style issues in file/function commentsDandan Bi2-0/+2
2018-03-16MdeModulePkg/DxeCapsuleLibFmp: Add more check for the UX capsuleRuiyu Ni1-2/+19
2018-03-16MdeModulePkg BrotliLib: Rename function with the specific lib nameLiming Gao4-13/+13
2018-03-08MdeModulePkg LockBoxLib: Support LOCK_BOX_ATTRIBUTE_RESTORE_IN_S3_ONLYStar Zeng3-5/+236
2018-03-07MdeModulePkg/UefiBootManagerLib: limit recursive call depthHeyi Guo3-15/+24
2018-03-02MdeModulePkg/DxeCorePerfLib: Add status check instead of ASSERTDandan Bi1-3/+2
2018-03-02MdeModulePkg/DebugLibReportStatusCode: Fix hang if format is too longRuiyu Ni1-0/+5
2018-02-28MdeModulePkg/BootLogoLib: Use Boot Logo 2 ProtocolKinney, Michael D2-2/+32
2018-02-14MdeModulePkg/ResetUtilityLib: Fix GCC build failureRuiyu Ni1-2/+2
2018-02-14MdeModulePkg/BmpSupportLib: Refine type cast for pointer subtractionHao Wu1-1/+1