summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Library
Commit message (Expand)AuthorAgeFilesLines
...
* MdeModulePkg: Add DisplayUpdateProgressLib instancesMichael D Kinney2018-05-286-0/+798
* MdeModulePkg/UefiBootManagerLib: fix AddLoadOptionVariable docs/prototypeRuiyu Ni2018-04-231-4/+8
* MdeModulePkg DxeCapsuleLibFmp: Fix wrong Index is usedStar Zeng2018-04-201-1/+1
* MdeModulePkg: Fix coding style issues in file/function commentsDandan Bi2018-03-192-0/+2
* MdeModulePkg/DxeCapsuleLibFmp: Add more check for the UX capsuleRuiyu Ni2018-03-161-2/+19
* MdeModulePkg BrotliLib: Rename function with the specific lib nameLiming Gao2018-03-164-13/+13
* MdeModulePkg LockBoxLib: Support LOCK_BOX_ATTRIBUTE_RESTORE_IN_S3_ONLYStar Zeng2018-03-083-5/+236
* MdeModulePkg/UefiBootManagerLib: limit recursive call depthHeyi Guo2018-03-073-15/+24
* MdeModulePkg/DxeCorePerfLib: Add status check instead of ASSERTDandan Bi2018-03-021-3/+2
* MdeModulePkg/DebugLibReportStatusCode: Fix hang if format is too longRuiyu Ni2018-03-021-0/+5
* MdeModulePkg/BootLogoLib: Use Boot Logo 2 ProtocolKinney, Michael D2018-02-282-2/+32
* MdeModulePkg/ResetUtilityLib: Fix GCC build failureRuiyu Ni2018-02-141-2/+2
* MdeModulePkg/BmpSupportLib: Refine type cast for pointer subtractionHao Wu2018-02-141-1/+1
* MdeModulePkg/UefiBootManagerLib: remove superfluous TimerLib dependencyLaszlo Ersek2018-02-132-2/+0
* MdeModulePkg/UefiBootManagerLib: Remove the useless perf codesDandan Bi2018-02-124-339/+26
* MdeModulePkg/DxeCapsuleLibFmp: Verify nested capsule with FMPKinney, Michael D2018-02-112-12/+14
* MdeModulePkg/DxeCapsuleLibFmp: Use BmpSupportLibMichael D Kinney2018-02-113-264/+10
* MdeModulePkg: Add BmpSupportLib class and instanceKinney, Michael D2018-02-113-0/+652
* MdeModulePkg/PerfLib: Add NULL pointer check for "Token"Dandan Bi2018-02-113-3/+15
* MdeModulePkg: Add ResetUtility library class and BASE instanceMichael D Kinney2018-02-092-0/+260
* MdeModulePkg: Add ResetSystemLib instances that call core servicesMichael D Kinney2018-02-096-0/+316
* MdeModulePkg/SmmCorePerformanceLib:Track FPDT record in SMM phaseDandan Bi2018-02-083-440/+649
* MdeModulePkg/DxeCorePerformanceLib:Track FPDT record in DXE phaseDandan Bi2018-02-083-318/+1086
* MdeModulePkg/PeiPerformance:Updated to track FPDT record in PEI phaseDandan Bi2018-02-082-199/+382
* MdeModulePkg/UefiBootManagerLib: Skip the DNS device path node check.Jiaxin Wu2018-01-251-1/+9
* MdeModulePkg/DxeIpIoLib: Fixed the error ASSERT incorrectly used in IpIoAddIp().Wang Fan2018-01-171-1/+1
* MdeModulePkg/FrameBufferBltLib: Fix copying of unaligned memoryRuiyu Ni2018-01-161-0/+2
* MdeModulePkg/FrameBufferBltLib: Fix a bug causing display corruptedRuiyu Ni2018-01-161-21/+25
* MdeModulePkg/FrameBufferBltLib: Use UINT32 type for internal dataRuiyu Ni2018-01-161-11/+10
* MdeModulePkg: Did some code enhancement for DxeIpIoLib.Wang Fan2018-01-161-19/+33
* MdeModulePkg: Freed the received packet buffer if it is not expected.Wang Fan2018-01-161-4/+14
* MdeModulePkg/DebugLib: Print partial when format string is too longRuiyu Ni2018-01-151-4/+7
* MdeModulePkg/DxeNetLib: Add array range check in NetIp6IsNetEqual().Wang Fan2018-01-121-2/+6
* MdeModulePkg/VarCheckHii: Update data type for variable "ArrayIndex"Bi, Dandan2018-01-101-3/+3
* MdeModulePkg/DxeUdpIoLib: Did some code enhancement for UdpIoLibWang Fan2018-01-091-28/+64
* MdeModulePkg/DxeNetLib: Fix an error in packet length counting.Wang Fan2018-01-041-2/+1
* MdeModulePkg/DxeNetLib: Add parameter check and ASSERT handling.Wang Fan2018-01-041-14/+105
* MdeModulePkg/DxeNetLib: Fix a potential issue in macro definition.Wang Fan2018-01-041-1/+1
* MdeModulePkg/DxePrintLibPrint2Protocol: Fix incomplete print outputWang, Jian J2018-01-021-2/+6
* MdeModulePkg VarCheckPcd: Make sure the bin at required alignmentStar Zeng2018-01-021-1/+5
* MdeModulePkg VarCheckHii: Make sure the bin at required alignmentStar Zeng2018-01-021-0/+4
* MdeModulePkg/DxePrintLibPrint2Protocol: fix GCC5 build breakWang, Jian J2017-12-291-1/+1
* MdeModulePkg/DxePrintLibPrint2Protocol: Fix error in Precision position calcu...Jian J Wang2017-12-281-2/+5
* MdeModulePkg/DxeHttpLib: Refine some coding style.Jiaxin Wu2017-12-271-60/+58
* MdeModulePkg/DxeHttpLib: Correct some return Status.Jiaxin Wu2017-12-271-5/+6
* MdeModulePkg/DxeHttpLib: Check the input parameters for some APIs.Jiaxin Wu2017-12-271-5/+20
* MdeModulePkg/DxeHttpLib: Avoid the potential memory leak when error happen.Jiaxin Wu2017-12-271-0/+5
* MdeModulePkg/DxeHttpLib: Add boundary condition check.Jiaxin Wu2017-12-271-4/+34
* MdeModulePkg/NetLib: Refine coding style for API NetLibDetectMediaWaitTimeoutWang Fan2017-12-261-3/+2
* MdeModulePkg/DpcLib: return error if failed to locate DPC protocol.Fu Siyuan2017-12-221-1/+1