summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2019-05-27NetworkPkg: Move Network library header file from MdeModulePkg to NetworkPkgLiming Gao6-4017/+0
2019-05-27NetworkPkg: Move Network library and drivers from MdeModulePkg to NetworkPkgLiming Gao144-64881/+0
2019-05-23MdeModulePkg: Update MdeModulePkg.dsc to remove Network related modulesLiming Gao1-19/+0
2019-05-15MdeModulePkg/Library: Remove BaseUefiTianoCustomDecompressLibDandan Bi7-1363/+0
2019-05-10MdeModulePkg: BaseSerialPortLib16550: Add missing Pcd to UNITien Hock, Loh1-0/+6
2019-05-09MdeModulePkg: Remove BootInRecoveryMode PPIxuwei67-7/+7
2019-05-09MdeModulePkg: Remove PcdFrameworkCompatibilitySupportDandan Bi2-14/+0
2019-05-09MdeModulePkg/Setup: Remove PcdFrameworkCompatibilitySupport usageDandan Bi2-90/+2
2019-05-09MdeModulePkg/CdExpress: Remove PcdFrameworkCompatibilitySupport usageDandan Bi2-13/+2
2019-05-09MdeModulePkg/Core: Remove PcdFrameworkCompatibilitySupport usageDandan Bi5-286/+3
2019-05-08MdeModulePkg/DumpDynPcd: Add application to dump dynamic PCD settingsZhang, Shenglei4-0/+689
2019-04-29MdeModulePkg: BaseSerialPortLib16550: Add Mmio32 supportTien Hock, Loh3-4/+20
2019-04-28MdeModulePkg/StatusCodeHandlerRuntimeDxe: make global variable staticZhichao Gao1-2/+2
2019-04-28MdeModulePkg/FirmwarePerformanceDxe: make global variable staticZhichao Gao1-2/+2
2019-04-28MdeModulePkg/ResetUtilityLib: Add a new API ResetSystemWithSubtypeBret Barkelew1-6/+34
2019-04-28MdeModulePkg/ResetUtilityLib: Add a new API ResetSystemWithSubtypeBret Barkelew1-4/+30
2019-04-28MdeModulePkg/NvmExpressHci.c: Change commentsZhichao Gao1-4/+1
2019-04-28MdeModulePkg/PeiMain: Change comments of PeiResetSystem2Zhichao Gao2-7/+3
2019-04-28MdeModulePkg/ResetSystemPei: Change comments of ResetSystem2Zhichao Gao2-9/+3
2019-04-28MdeModulePkg/ResetSystemRuntimeDxe: Change commentsZhichao Gao2-8/+2
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/ResetSystemLib.h: Change comments of ResetSystemZhichao Gao1-3/+1
2019-04-28MdeModulePkg/HiiDB: Minimize memory allocation times after ReadyToBootDandan Bi1-7/+17
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-28MdeModulePkg/DxeCore: Please static checker for false reportHao Wu1-9/+14
2019-04-24MdeModulePkg/AhciPei: Add PEI BlockIO supportHao Wu6-0/+960
2019-04-24MdeModulePkg/AhciPei: Limit max transfer blocknum for 48-bit addressHao Wu1-1/+7
2019-04-24MdeModulePkg/HiiDatabaseDxe: Release lock on all error return pathDandan Bi1-1/+6
2019-04-23MdeModulePkg/DxeCapsuleLibFmp: clone ESRT for runtime accessArd Biesheuvel2-8/+52
2019-04-22MdeModulePkg: Change the SMM debug lib instanceZhichao Gao1-1/+1
2019-04-17MdeModulePkg/UefiBootManagerLib: fix crash on uninitialized ExitDataArd Biesheuvel1-6/+1
2019-04-16MdeModulePkg/CapsulePei: Update the debug code to print 64bit dataBret Barkelew1-9/+9
2019-04-16MdeModulePkg/CapsulePei: Change debug MACROZhichao Gao2-68/+68
2019-04-14MdeModulePkg/DxeCore: remove explicit EBC handlingArd Biesheuvel3-54/+3
2019-04-14MdeModulePkg/EbcDxe: implement the PE/COFF emulator protocolArd Biesheuvel4-4/+126
2019-04-14MdeModulePkg/UefiBootManagerLib: allow foreign Driver#### imagesArd Biesheuvel1-4/+2
2019-04-14MdeModulePkg/PciBusDxe: dispatch option ROMs for foreign architecturesArd Biesheuvel1-7/+0
2019-04-14MdeModulePkg/DxeCore: invoke the emulator protocol for foreign imagesArd Biesheuvel3-11/+164
2019-04-14MdeModulePkg: introduce PE/COFF image emulator protocolArd Biesheuvel2-0/+111
2019-04-10MdeModulePkg: Move BaseUefiTianoCustomDecompressLib toDandan Bi7-0/+1363
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1717-12061/+1717
2019-04-02MdeModulePkg: Add PEIM and lib to dsc fileZhichao Gao1-0/+3
2019-04-02MdeModulePkg/PeiDebugLibDebugPpi: Add PEI debug libLiming Gao2-0/+524
2019-04-02MdeModulePkg: Add a PEIM to install Debug PPIZhichao Gao4-0/+227
2019-04-02MdeModulePkg: Add definitions for EDKII DEBUG PPIZhichao Gao2-0/+85
2019-04-02MdeModulePkg/PeiDxeDebugLibReportStatusCode: Add new APIsBret Barkelew1-30/+147