summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2019-01-16MdeModulePkg/VarCheckLib: add MM_STANDALONE supportArd Biesheuvel1-1/+1
2019-01-16MdeModulePkg/AuthVariableLibNull: add MM_STANDALONE supportArd Biesheuvel1-1/+1
2019-01-16MdeModulePkg/MdeModulePkg/dsc: move DxeDebugSupportDxe to x86 only sectionArd Biesheuvel1-1/+1
2019-01-16MdeModulePkg: implement NULL instance of MemoryAllocationLib library classArd Biesheuvel3-0/+633
2019-01-16MdeModulePkg: implement NULL instance of HobLib library classArd Biesheuvel3-0/+600
2019-01-16MdeModulePkg/VariableRuntimeDxe: implement standalone MM versionArd Biesheuvel2-0/+231
2019-01-16MdeModulePkg/VariableRuntimeDxe: factor out boot service accessesArd Biesheuvel5-56/+222
2019-01-16MdeModulePkg/FaultTolerantWriteDxe: implement standalone MM versionArd Biesheuvel2-0/+186
2019-01-16MdeModulePkg/FaultTolerantWriteDxe: factor out boot service accessesArd Biesheuvel7-48/+233
2019-01-16MdeModulePkg/MdeModulePkg.dsc: add MmServicesTableLib resolutionArd Biesheuvel1-0/+1
2019-01-15MdeModulePkg/BootScriptExecuteorDxe: check 64BIT_WAKE_F in FACS.OSPMFlagsEric Dong2-4/+4
2019-01-10MdeModulePkg: fix comments in BaseSortLibJaben Carsey1-13/+9
2019-01-08MdeModulePkg/NonDiscoverablePciDevice: Remove the redundant checkDandan Bi1-5/+3
2019-01-05MdeModulePkg/SdMmcPciHcDxe: Fix VS2015 IA32 NOOPT build failureHao Wu1-4/+4
2019-01-03MdeModulePkg/SdMmcPciHcDxe: Add SDMMC HC v4 and above Support.Ashish Singhal6-83/+366
2019-01-02MdeModulePkg: Remove PcdPeiCoreMaxXXX PCDsStar Zeng2-25/+0
2018-12-25MdeModulePkg/Variable: Update to consume SpeculationBarrierHao Wu7-32/+38
2018-12-25MdeModulePkg/SmmLockBox: Update to consume SpeculationBarrierHao Wu1-6/+6
2018-12-25MdeModulePkg/FaultTolerantWrite: Update to consume SpeculationBarrierHao Wu1-4/+4
2018-12-24MdeModulePkg: Delete UefiPxeBcDxe in MdeModulePkg.Siyuan Fu15-7905/+0
2018-12-24MdeModulePkg: Delete IScsiDxe in MdeModulePkg.Siyuan Fu33-11846/+0
2018-12-24MdeModulePkg: Delete Tcp4Dxe in MdeModulePkg.Siyuan Fu23-12847/+0
2018-12-20MdeModulePkg/Dxe/Page: take MAX_ALLOC_ADDRESS into accountArd Biesheuvel1-26/+26
2018-12-20MdeModulePkg/Dxe/Gcd: disregard memory above MAX_ALLOC_ADDRESSArd Biesheuvel1-4/+4
2018-12-19MdeModulePkg PeiCore: Remove the using of PcdPeiCoreMaxPpiSupportedStar Zeng5-199/+254
2018-12-19MdeModulePkg PeiCore: Remove the using of PcdPeiCoreMaxFvSupportedStar Zeng4-24/+75
2018-12-19MdeModulePkg PeiCore: Remove the using of PcdPeiCoreMaxPeimPerFvStar Zeng4-108/+136
2018-12-17MdeModulePkg/PciBus: Fix system hang when no PCI Option ROM existsRuiyu Ni1-4/+6
2018-12-17MdeModulePkg/NonDiscoverablePciDeviceDxe: add missing validationVladimir Olovyannikov1-1/+49
2018-12-11MdeModulePkg/FileExplorerLib: avoid packed struct for program dataArd Biesheuvel1-2/+2
2018-12-10MdeModulePkg/PciBus: Shadow option ROM after BARs are programmedRuiyu Ni4-62/+62
2018-12-03MdeModulePkg: Correct PCD name in MdeModulePkg.uniLiming Gao1-2/+2
2018-11-29MdeModulePkg/BaseSortLib: Enable for all module typesJeff Brasen1-2/+2
2018-11-27MdeModulePkg PCD: Add DynamicEx PcdVpdBaseAddress64 for non SPI platformLiming Gao8-4/+54
2018-11-26MdeModulePkg/LockboxNullLib: clean up INF file.Jiewen Yao1-1/+1
2018-11-23MdeModulePkg/Variable: add debug logs in VariableServiceSetVariableVijayenthiran Subramaniam1-0/+30
2018-11-21MdeModulePkg/DisplayEngine: Remove useless NULL ptr check for NewPosDandan Bi1-1/+2
2018-11-20MdeModulePkg/SdMmcPciHcDxe: Allow overriding base clock frequencyMarcin Wojtas7-22/+43
2018-11-20MdeModulePkg/SdMmcPciHcDxe: Add SwitchClockFreqPost to SdMmcOverrideTomasz Michalec3-4/+46
2018-11-20MdeModulePkg/SdMmcPciHcDxe: Add UhsSignaling to SdMmcOverride protocolTomasz Michalec5-60/+181
2018-11-20MdeModulePkg/SdMmcPciHcDxe: Add an optional parameter in NotifyPhaseMarcin Wojtas2-5/+11
2018-11-19MdeModulePkg: Remove PcdIdentifyMappingPageTablePtrShenglei Zhang2-10/+0
2018-11-19MdeModulePkg/SdDxe: Fix potential NULL pointer accessJeff Brasen1-2/+3
2018-11-13MdeModulePkg/NvmExpressPei: Refine data buffer & len check in PassThruHao Wu1-15/+18
2018-11-11Revert "MdeModulePkg/DisplayEngine: Remove useless NULL ptr check for NewPos"Liming Gao1-2/+1
2018-11-08MdeModulePkg/DisplayEngine: Remove useless NULL ptr check for NewPosDandan Bi1-1/+2
2018-11-07MdeModulePkg/Core: fix ineffective guard page issueJian J Wang1-19/+17
2018-11-07MdeModulePkg/Core: fill logic hole in MemoryProtectionCpuArchProtocolNotifyJian J Wang1-4/+5
2018-11-07Revert "XhciDxe: Use common buffer for AsyncInterruptTransfer"Star Zeng3-63/+103
2018-11-07Revert "EhciDxe: Use common buffer for AsyncInterruptTransfer"Star Zeng4-57/+95