summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Library
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg VarCheckLib: R18611 was thoughtless for property setStar Zeng2015-10-191-12/+17
* MdeModulepkg VarCheckLib: Return NULL when no property setStar Zeng2015-10-161-2/+10
* MdeModulePkg PiDxeS3BootScriptLib: Use PcdSet64S to instead of PcdSet64Star Zeng2015-10-101-2/+4
* MdeModulePkg UefiBootManagerLib: Do not assume perf entry count has no changeStar Zeng2015-09-301-85/+35
* MdeModulePkg: Add SMBIOS 3.0 support in NetLibGetSystemGuid.Samer El-Haj-Mahmoud2015-09-302-12/+20
* MdeModulePkg:Fix the bug the incorrect change of StrCpyS functionDandan Bi2015-09-171-2/+2
* MdeModulePkg PiDxeS3BootScriptLib: Remove a hidden assumption.Star Zeng2015-09-153-157/+341
* MdeModulePkg: Fix a performance data buffer overrun issueRuiyu Ni2015-09-091-0/+5
* MdeModulePkg: Remove unused variables from both UefiBootManagerLib and BdsDxe...Sunny Wang2015-08-282-5/+2
* MdeModulePkg: Add the missing module UNI files.Liming Gao2015-08-284-0/+2
* MdeModulePkg: Replace deprecated function.Eric Dong2015-08-271-1/+1
* MdeModulePkg: Convert the UNIX to DOS end of line formatJiaxin Wu2015-08-272-1435/+1435
* MdeModulePkg: Fix UefiBootManagerLib.inf license header.Ruiyu Ni2015-08-251-0/+1
* MdeModulePkg: Add PlatformVarCleanupLib libraryStar Zeng2015-08-257-0/+1531
* MdeModulePkg: Add VarCheckPcdLib NULL class libraryStar Zeng2015-08-254-0/+615
* MdeModulePkg: Add VarCheckHiiLib NULL class libraryStar Zeng2015-08-259-0/+2877
* MdeModulePkg: Add VarCheckUefiLib NULL class libraryStar Zeng2015-08-253-0/+1018
* MdeModulePkg: Add VarCheckLib libraryStar Zeng2015-08-253-0/+701
* MdeModulePkg: Add codes to support trailer parse in HttpLib.Zhang Lubo2015-08-121-6/+40
* MdeModulePkg: Use monotonic count to initialize the NetLib random seed.Fu Siyuan2015-08-071-4/+8
* Support get string from configuration string packages.Eric Dong2015-07-271-1/+8
* MdeModulePkg: Make boot option description uniqueRuiyu Ni2015-07-261-0/+61
* MdeModulePkg PiSmmCore: Remove a hidden assumption of SMRAM reservationStar Zeng2015-07-262-5/+2
* MdeModulePkg/DxePrintLibPrint2Protocol: make mStatusString array CONSTArd Biesheuvel2015-07-161-1/+1
* MdeModulePkg: Remove two protocols and add HttpLib accessfanwang22015-07-151-2/+0
* MdeModulePkg: Fix potential integer overflow issueRuiyu Ni2015-07-102-15/+20
* MdeModulePkg: Replace unsafe string functions.Zhang Lubo2015-07-081-1/+1
* MdeModulePkg: Remove NetLib and Ip4Config Protocol dependency.jiaxinwu2015-07-082-184/+25
* MdeModulePkg: Refine code to use Strn**S safe functions instead of Str**S one...Qiu Shumin2015-07-082-4/+4
* MdeModulePkg: Add HttpLib.Fu Siyuan2015-07-073-0/+1401
* MdeModulePkg: Update UefiBootManagerLib to support HTTP boot option creationRuiyu Ni2015-07-072-1/+12
* MdeModulePkg: Use StrnCpyS instead of StrCpyS to indicate the copy length fro...Qiu Shumin2015-07-072-3/+3
* MdeModulePkg: UefiBootManagerLib to handle LoadFile DevicePathLiming Gao2015-07-021-1/+10
* MdeModulePkg: SecurityManagementLib to handle LoadFile DevicePathLiming Gao2015-07-022-4/+26
* MdeModulePkg/Library/UefiBootManagerLib: Use safe string functions to refine ...Qiu Shumin2015-07-012-16/+28
* MdeModulePkg/Library/SmmCorePerformanceLib: Use safe string functions to refi...Qiu Shumin2015-07-011-2/+2
* MdeModulePkg/Library/PeiPerformanceLib: Use safe string functions to refine c...Qiu Shumin2015-07-011-3/+3
* MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode: Use safe string function...Qiu Shumin2015-07-011-1/+1
* MdeModulePkg/Library/DxeCorePerformanceLib: Use safe string functions to refi...Qiu Shumin2015-07-011-5/+5
* MdeModulePkg: Add AuthVariableLib LibraryClassStar Zeng2015-07-013-0/+118
* MdeModulePkg: Move TpmMeasurementLib LibraryClass from SecurityPkgStar Zeng2015-07-013-0/+79
* MdeModulePkg:Use safe string functionsDandan Bi2015-06-291-10/+15
* MdeModulePkg: Enhance the comments for PiSmmCoreMemoryAllocationLib instance.Qiu Shumin2015-06-191-12/+21
* MdeModulePkg/UefiBootManagerLib: Add gEfiFormBrowser2ProtocolGuid reference i...Ruiyu Ni2015-06-111-0/+1
* Refine code to keep code alignmentDandan Bi2015-06-091-1/+1
* Fix build bugDandan Bi2015-06-091-1/+1
* EDKII:Display engine should not depend on the framework codeDandan Bi2015-06-092-3/+29
* MdeModulePkg: Add %u and %lu support for PrintLib and DebugLib.Qiu Shumin2015-06-082-4/+24
* MdeModulePkg DxeSmmPerformanceLib: Cover no SMM performance data case.Star Zeng2015-06-041-7/+40
* MdeModulepkg DxeSmmPerformanceLib: Dump all PEI/DXE/SMM performance data.Star Zeng2015-06-022-30/+244