summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library
AgeCommit message (Expand)AuthorFilesLines
2019-10-24MdeModulePkg LzmaCustomDecompressLib: Update macro to be same in CLANG toolLiming Gao1-1/+1
2019-10-09MdeModulePkg/PlatformVarCleanupLib: fix HiiConstructConfigHdr() callLaszlo Ersek1-1/+5
2019-10-09MdeModulePkg/UefiHiiLib: stop using EFI_HANDLE in place of EFI_HII_HANDLELaszlo Ersek1-2/+2
2019-10-09MdeModulePkg: fix cast in GetModuleInfoFromHandle() callsLaszlo Ersek2-10/+10
2019-10-04MdeModulePkg: strip trailing whitespaceLeif Lindholm9-158/+158
2019-10-01MdeModulePkg: Enable/Disable S3BootScript dynamically.Chasel Chiu2-3/+18
2019-09-25MdeModulePkg: Add missing sourceX for BltGris871-1/+1
2019-09-25MdeModulePkg/UefiBootManager: Unload image on EFI_SECURITY_VIOLATIONDandan Bi3-4/+33
2019-09-25MdeModulePkg/DxeCapsuleLibFmp: Unload image on EFI_SECURITY_VIOLATIONDandan Bi1-0/+9
2019-09-24MdeModulePkg/BM_UI: Add the new terminal types to related menuZhichao Gao4-34/+40
2019-09-17MdeModulePkg/ResetUtilityLib: Use STATIC_ASSERT macroVitaly Cheptsov via Groups.Io1-1/+4
2019-08-15MdeModulePkg/DxeCapsuleLibFmp: Improve comparisons in CapsuleOnDisk.cXu, Wei61-1/+1
2019-08-07MdeModulePkg/DxeCapsuleLibFmp: Add missing description for parameterZhang, Shenglei1-0/+1
2019-08-05MdeModulePkg: Remove RecoveryLib.h and PeiRecoveryLibNullZhang, Shenglei3-79/+0
2019-08-05MdeModulePkg: Remove S3Lib.h and PeiS3LibNullZhang, Shenglei3-81/+0
2019-06-28MdeModulePkg/DxeCapsuleLibFmp: Add missing NULL pointer check.Wei6 Xu1-0/+6
2019-06-26MdeModulePkg: Add Capsule On Disk APIs into CapsuleLib.Wei6 Xu9-29/+2374
2019-06-21Revert "Capsule-on-Disk entire PatchZhang, Chao B9-2375/+29
2019-06-20MdeModulePkg: Add Capsule On Disk APIs into CapsuleLib.Wei6 Xu9-29/+2375
2019-05-27NetworkPkg: Move Network library and drivers from MdeModulePkg to NetworkPkgLiming Gao20-12343/+0
2019-05-15MdeModulePkg/Library: Remove BaseUefiTianoCustomDecompressLibDandan Bi4-1336/+0
2019-04-29MdeModulePkg: BaseSerialPortLib16550: Add Mmio32 supportTien Hock, Loh2-4/+13
2019-04-28MdeModulePkg/ResetUtilityLib: Add a new API ResetSystemWithSubtypeBret Barkelew1-6/+34
2019-04-28MdeModulePkg/PeiResetSystemlib.c: Change comments of ResetSystemZhichao Gao1-3/+1
2019-04-28MdeModulePkg/RuntimeResetSystemLib.c: Change commentsZhichao Gao1-3/+1
2019-04-28MdeModulePkg/BaseResetSystemLibNull.c: Change comments of ResetSystemZhichao Gao1-4/+2
2019-04-28MdeModulePkg/DxeResetSystemLib.c: Change comments of ResetSystemZhichao Gao1-3/+1
2019-04-28MdeModulePkg/FileExplorer: Set Handle to NULL after uninstall protocolDandan Bi1-1/+2
2019-04-28MdeModulePkg/BMMUiLib: Set Handle to NULL after uninstall protocolDandan Bi1-1/+2
2019-04-23MdeModulePkg/DxeCapsuleLibFmp: clone ESRT for runtime accessArd Biesheuvel2-8/+52
2019-04-17MdeModulePkg/UefiBootManagerLib: fix crash on uninitialized ExitDataArd Biesheuvel1-6/+1
2019-04-14MdeModulePkg/UefiBootManagerLib: allow foreign Driver#### imagesArd Biesheuvel1-4/+2
2019-04-10MdeModulePkg: Move BaseUefiTianoCustomDecompressLib toDandan Bi4-0/+1336
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney338-2351/+338
2019-04-02MdeModulePkg/PeiDebugLibDebugPpi: Add PEI debug libLiming Gao2-0/+524
2019-04-02MdeModulePkg/PeiDxeDebugLibReportStatusCode: Add new APIsBret Barkelew1-30/+147
2019-03-21MdeModulePkg/UefiBootManangerLib: Fix exception issueMing Huang1-0/+3
2019-02-25MdeModulePkg/UefiBootManagerLib: fix LoadImage/StartImage status code rep.Laszlo Ersek2-18/+48
2019-02-25MdeModulePkg: Rename confusion function nameChen A Chen1-1/+2
2019-02-22MdeModulePkg: Add a runtime library instance of ResetSystemLibZhichao Gao3-0/+287
2019-02-22MdeModulePkg: Add a new API ResetSystem for PEI ResetSystemLibZhichao Gao1-1/+27
2019-02-22MdeModulePkg: Add a new API ResetSystem for Null versionZhichao Gao1-0/+27
2019-02-22MdeModulePkg: Add a new API ResetSystem for DXE ResetSystemLibZhichao Gao1-1/+27
2019-02-22MdeModulePkg/SmmLockBoxLib: Support LockBox enlarge in UpdateLockBox()Hao Wu4-8/+81
2019-02-22MdeModulePkg/SmmLockBox(PEI): Remove an ASSERT in RestoreLockBox()Hao Wu1-1/+0
2019-02-22MdeModulePkg/SmmLockBoxLib: Use 'DEBUG_' prefix instead of 'EFI_D_'Hao Wu3-63/+63
2019-02-19MdeModulePkg/BmBoot: Report status when fail to load/start boot optionDandan Bi1-6/+16
2019-02-19MdeModulePkg/ReportStatusCodeLib: Avoid using AllocatePool if possibleMax Knutsen2-28/+29
2019-02-11MdeModulePkg DxeCapsuleLibFmp: Update SupportCapsuleImage() for Fake CapsuleLiming Gao1-0/+6
2019-01-31MdeModulePkg/DxeHttpLib: Use BaseLib api AsciiCharToUpperShenglei Zhang1-23/+2