summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-13MdeModulePkg/UefiBootManagerLib: remove superfluous TimerLib dependencyLaszlo Ersek2-2/+0
2018-02-12MdeModulePkg/UefiBootManagerLib: Remove the useless perf codesDandan Bi4-339/+26
2018-02-11MdeModulePkg/DxeCapsuleLibFmp: Verify nested capsule with FMPKinney, Michael D2-12/+14
2018-02-11MdeModulePkg/DxeCapsuleLibFmp: Use BmpSupportLibMichael D Kinney3-264/+10
2018-02-11MdeModulePkg: Add BmpSupportLib class and instanceKinney, Michael D3-0/+652
2018-02-11MdeModulePkg/PerfLib: Add NULL pointer check for "Token"Dandan Bi3-3/+15
2018-02-09MdeModulePkg: Add ResetUtility library class and BASE instanceMichael D Kinney2-0/+260
2018-02-09MdeModulePkg: Add ResetSystemLib instances that call core servicesMichael D Kinney6-0/+316
2018-02-08MdeModulePkg/SmmCorePerformanceLib:Track FPDT record in SMM phaseDandan Bi3-440/+649
2018-02-08MdeModulePkg/DxeCorePerformanceLib:Track FPDT record in DXE phaseDandan Bi3-318/+1086
2018-02-08MdeModulePkg/PeiPerformance:Updated to track FPDT record in PEI phaseDandan Bi2-199/+382
2018-01-25MdeModulePkg/UefiBootManagerLib: Skip the DNS device path node check.Jiaxin Wu1-1/+9
2018-01-17MdeModulePkg/DxeIpIoLib: Fixed the error ASSERT incorrectly used in IpIoAddIp().Wang Fan1-1/+1
2018-01-16MdeModulePkg/FrameBufferBltLib: Fix copying of unaligned memoryRuiyu Ni1-0/+2
2018-01-16MdeModulePkg/FrameBufferBltLib: Fix a bug causing display corruptedRuiyu Ni1-21/+25
2018-01-16MdeModulePkg/FrameBufferBltLib: Use UINT32 type for internal dataRuiyu Ni1-11/+10
2018-01-16MdeModulePkg: Did some code enhancement for DxeIpIoLib.Wang Fan1-19/+33
2018-01-16MdeModulePkg: Freed the received packet buffer if it is not expected.Wang Fan1-4/+14
2018-01-15MdeModulePkg/DebugLib: Print partial when format string is too longRuiyu Ni1-4/+7
2018-01-12MdeModulePkg/DxeNetLib: Add array range check in NetIp6IsNetEqual().Wang Fan1-2/+6
2018-01-10MdeModulePkg/VarCheckHii: Update data type for variable "ArrayIndex"Bi, Dandan1-3/+3
2018-01-09MdeModulePkg/DxeUdpIoLib: Did some code enhancement for UdpIoLibWang Fan1-28/+64
2018-01-04MdeModulePkg/DxeNetLib: Fix an error in packet length counting.Wang Fan1-2/+1
2018-01-04MdeModulePkg/DxeNetLib: Add parameter check and ASSERT handling.Wang Fan1-14/+105
2018-01-04MdeModulePkg/DxeNetLib: Fix a potential issue in macro definition.Wang Fan1-1/+1
2018-01-02MdeModulePkg/DxePrintLibPrint2Protocol: Fix incomplete print outputWang, Jian J1-2/+6
2018-01-02MdeModulePkg VarCheckPcd: Make sure the bin at required alignmentStar Zeng1-1/+5