summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Library
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg UefiBootManagerLib: Update LoadFile boot descriptionLiming Gao2016-08-011-0/+47
* MdeModulePkg UefiBootManagerLib: Support LoadFile Protocol based on FVLiming Gao2016-08-011-40/+76
* MdeModulePkg UefiBootManagerLib: Add BmIsBootMenuAppFilePath internal APILiming Gao2016-08-011-19/+30
* MdeModulePkg: Fix typos in comments and variablesGiri P Mudusuru2016-07-112-6/+6
* MdeModulePkg/BootMaintUiLib: Update menus when open BMM formDandan Bi2016-07-073-9/+46
* MdeModulePkg/Bds: MemoryTypeInformation excludes boot option mem useRuiyu Ni2016-07-073-40/+19
* MdeModulePkg/BootMaintUi: Add error handling codes when AllocatePool failBi, Dandan2016-07-063-26/+35
* MdeModulePkg/UefiHiiLib: Add error handling codes when AllocatePool failBi, Dandan2016-07-061-2/+12
* MdeModulePkg: Skip registering BootManagerMenu if absentSunny Wang2016-07-051-7/+32
* MdeModulePkg PiSmmCoreMemoryAllocLib: Extend to support MemoryProfileLibStar Zeng2016-07-018-23/+488
* MdeModulePkg DxeCoreMemoryAllocationLib: Extend to support MemoryProfileLibStar Zeng2016-07-018-29/+502
* MdeModulePkg: Implement new library instance SmmMemoryAllocationProfileLibStar Zeng2016-07-014-0/+1368
* MdeModulePkg: Implement new library instance UefiMemoryAllocationProfileLibStar Zeng2016-07-014-0/+1235
* MdeModulePkg DxeSmmPerformanceLib: Add missing UefiLib in *.inf at de2459dStar Zeng2016-06-291-0/+1
* MdeModulePkg PiDxeS3BootScriptLib: Use a specific name for mSmstStar Zeng2016-06-271-40/+40
* MdeModulePkg/UefiBootManagerLib: Fix data in MemoryTypeInformationSunny Wang2016-06-271-1/+3
* MdeModulePkg: Replace UnicodeStrToAsciiStr/AsciiStrToUnicodeStrStar Zeng2016-06-213-11/+17
* MdeModulePkg/BootManagerUiLib: No need to connect all devicesDandan Bi2016-06-211-5/+2
* MdeModulePkg DxeS3BootScriptLib: Check (mSmst != NULL) before freeing SMRAMStar Zeng2016-06-131-1/+1
* MdeModulePkg: Correct the usage of gPerformanceProtocolGuid in infStar Zeng2016-06-121-1/+1
* MdeModulePkg DxeS3BootScriptLib: Revert git commit 058196bbb345Star Zeng2016-06-072-5/+0
* MdeModulePkg DxeS3BootScriptLib: Add DESTRUCTOR S3BootScriptLibDeinitializeStar Zeng2016-06-072-34/+124
* MdeModulePkg SmmLockBoxSmmLib: Add DESTRUCTOR SmmLockBoxSmmDestructorStar Zeng2016-06-072-0/+40
* MdeModulePkg SmmLockBoxSmmLib: Fix typo in SmmLockBoxSmmConstructuorStar Zeng2016-06-072-7/+7
* MdeModulePkg:Prevent the BmRepairAllControllers routine in an infinite loopGary Li2016-06-032-3/+11
* MdeModulePkg: Make function comments and function match in UI codesDandan Bi2016-05-252-12/+6
* MdeModulePkg BootManagerUiLib: Remove invalid keyword "bds".Dong, Eric2016-05-191-4/+3
* BootMaintenanceManagerUiLib: Remove invalid keyword "bds"Dong, Eric2016-05-193-6/+4
* BootMaintenanceMangerUiLib: Save mode info for later use.Dong, Eric2016-05-192-1/+78
* MdeModulePkg BootManagerUiLib: Save mode info for later use.Dong, Eric2016-05-192-1/+78
* BootMaintenanceManagerUiLib: Rollback changes for BootNext.Eric Dong2016-05-181-30/+39
* MdeModulePkg: Refine the code for DxeHttpLibJiaxin Wu2016-05-171-5/+7
* MdeModulePkg/BootMaintenanceManagerUiLib: hide library-internal symbolLaszlo Ersek2016-05-171-1/+1
* MdeModulePkg/BootMaintenanceManagerUiLib: remove unused but set variableLaszlo Ersek2016-05-171-2/+0
* BootMaintenanceManagerUiLib: change code for customization.Dong, Eric2016-05-1311-381/+812
* MdeModulePkg:DxeHttpLib: Add checks in HttpGenRequestMessage APINagaraj Hegde2016-05-131-90/+125
* MdeModulePkg: FileExplorerLib: prevent freeing null pointerMichael Zimmermann2016-05-091-1/+3
* MdeModulePkg/FileExplore: Make LibraryClass & Depex module type consistentDandan Bi2016-05-061-1/+1
* MdeModulePkg FileExplorerLib: Add UefiHiiServicesLib dependency.Dong, Eric2016-05-051-0/+1
* MdeModulePkg: VarCheckUefiLib: Remove DeployedMode/AuditMode var check logicZhang, Chao B2016-05-041-23/+1
* MdeModulePkg/UefiBootManagerLib: Expose *GetLoadOptionBuffer() APIRuiyu Ni2016-05-043-25/+7
* MdeModulePkg-FPDT(4): Use fixed buffer for SMM_PERF_COMMUNICATE in PerfLib.Liming Gao2016-04-292-35/+122
* MdeModulePkg: PiDxeS3BootScriptLib: honor PcdAcpiS3EnableLaszlo Ersek2016-04-282-0/+5
* MdeModulePkg:DxeHttpLib: Update to DxeHttpLib APINagaraj Hegde2016-04-271-13/+30
* MdeModulePkg: Correct PlatformHookLibSerialPortPpi module type.Liming Gao2016-04-251-2/+2
* MdeModulePkg: Update Guid/Protocol usages in INF files.Liming Gao2016-04-131-39/+39
* MdeModulePkg: Update PerformanceLib instances not to check Identifier.Liming Gao2016-04-116-20/+17
* MdeModulePkg: Add new macros and refine codesZhang Lubo2016-04-111-3/+3
* MdeModulePkg/UefiBootManagerLib: API BmIsValidLoadOptionVariableNameThomas Palmer2016-04-081-14/+24
* MdeModulePkg/Bds: Fix build failures of VS tool chainRuiyu Ni2016-04-072-1/+2