summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-06MdeModulePkg/Mtftp4Dxe: Fix invalid configuration of MTFTP local port.Jiaxin Wu1-1/+1
2018-11-02MdeModulePkg: Remove the trailing space in three source files.Liming Gao3-3/+3
2018-11-01MdeModulePkg/PiSmmIpl: Do not reset SMRAM to UC when CPU driver runsRuiyu Ni1-13/+2
2018-10-31MdeModulePkg/UdfDxe: Memory free/use after free in ResolveSymlink()Hao Wu1-3/+11
2018-10-31MdeModulePkg/UdfDxe: Content check for 'File' in ResolveSymlink()Hao Wu1-0/+17
2018-10-31MdeModulePkg/UdfDxe: Check 'Component Type' within a Path ComponentHao Wu1-0/+7
2018-10-30MdeModulePkg/Core: fix an issue of potential NULL pointer accessJian J Wang1-1/+1
2018-10-30MdeModulePkg/UsbBusDxe: Add missing "return NULL" in UsbCreateDesc()Ruiyu Ni1-0/+1
2018-10-29MdeModulePkg/UsbBusPei: Reject descriptor whose length is badRuiyu Ni1-0/+14
2018-10-29MdeModulePkg/UsbBusPei: Fix out-of-bound read access to descriptorsRuiyu Ni2-37/+53
2018-10-29MdeModulePke/Mtftp4Dxe: Correct the total received and saved block number.Jiaxin Wu5-17/+27
2018-10-28MdeModulePkg EhciDxe: Use common buffer for AsyncInterruptTransferStar Zeng4-95/+57
2018-10-28MdeModulePkg XhciDxe: Use common buffer for AsyncInterruptTransferStar Zeng3-103/+63