summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/Dxe/Page: take MAX_ALLOC_ADDRESS into accountArd Biesheuvel2018-12-201-26/+26
* MdeModulePkg/Dxe/Gcd: disregard memory above MAX_ALLOC_ADDRESSArd Biesheuvel2018-12-201-4/+4
* MdeModulePkg PeiCore: Remove the using of PcdPeiCoreMaxPpiSupportedStar Zeng2018-12-195-199/+254
* MdeModulePkg PeiCore: Remove the using of PcdPeiCoreMaxFvSupportedStar Zeng2018-12-194-24/+75
* MdeModulePkg PeiCore: Remove the using of PcdPeiCoreMaxPeimPerFvStar Zeng2018-12-194-108/+136
* MdeModulePkg/PciBus: Fix system hang when no PCI Option ROM existsRuiyu Ni2018-12-171-4/+6
* MdeModulePkg/NonDiscoverablePciDeviceDxe: add missing validationVladimir Olovyannikov2018-12-171-1/+49
* MdeModulePkg/FileExplorerLib: avoid packed struct for program dataArd Biesheuvel2018-12-111-2/+2
* MdeModulePkg/PciBus: Shadow option ROM after BARs are programmedRuiyu Ni2018-12-104-62/+62
* MdeModulePkg: Correct PCD name in MdeModulePkg.uniLiming Gao2018-12-031-2/+2
* MdeModulePkg/BaseSortLib: Enable for all module typesJeff Brasen2018-11-291-2/+2
* MdeModulePkg PCD: Add DynamicEx PcdVpdBaseAddress64 for non SPI platformLiming Gao2018-11-278-4/+54
* MdeModulePkg/LockboxNullLib: clean up INF file.Jiewen Yao2018-11-261-1/+1
* MdeModulePkg/Variable: add debug logs in VariableServiceSetVariableVijayenthiran Subramaniam2018-11-231-0/+30
* MdeModulePkg/DisplayEngine: Remove useless NULL ptr check for NewPosDandan Bi2018-11-211-1/+2
* MdeModulePkg/SdMmcPciHcDxe: Allow overriding base clock frequencyMarcin Wojtas2018-11-207-22/+43
* MdeModulePkg/SdMmcPciHcDxe: Add SwitchClockFreqPost to SdMmcOverrideTomasz Michalec2018-11-203-4/+46
* MdeModulePkg/SdMmcPciHcDxe: Add UhsSignaling to SdMmcOverride protocolTomasz Michalec2018-11-205-60/+181
* MdeModulePkg/SdMmcPciHcDxe: Add an optional parameter in NotifyPhaseMarcin Wojtas2018-11-202-5/+11
* MdeModulePkg: Remove PcdIdentifyMappingPageTablePtrShenglei Zhang2018-11-192-10/+0
* MdeModulePkg/SdDxe: Fix potential NULL pointer accessJeff Brasen2018-11-191-2/+3
* MdeModulePkg/NvmExpressPei: Refine data buffer & len check in PassThruHao Wu2018-11-131-15/+18
* Revert "MdeModulePkg/DisplayEngine: Remove useless NULL ptr check for NewPos"Liming Gao2018-11-111-2/+1
* MdeModulePkg/DisplayEngine: Remove useless NULL ptr check for NewPosDandan Bi2018-11-081-1/+2
* MdeModulePkg/Core: fix ineffective guard page issueJian J Wang2018-11-071-19/+17
* MdeModulePkg/Core: fill logic hole in MemoryProtectionCpuArchProtocolNotifyJian J Wang2018-11-071-4/+5
* Revert "XhciDxe: Use common buffer for AsyncInterruptTransfer"Star Zeng2018-11-073-63/+103
* Revert "EhciDxe: Use common buffer for AsyncInterruptTransfer"Star Zeng2018-11-074-57/+95
* MdeModulePkg/Mtftp4Dxe: Fix invalid configuration of MTFTP local port.Jiaxin Wu2018-11-061-1/+1
* MdeModulePkg: Remove the trailing space in three source files.Liming Gao2018-11-023-3/+3
* MdeModulePkg/PiSmmIpl: Do not reset SMRAM to UC when CPU driver runsRuiyu Ni2018-11-011-13/+2
* MdeModulePkg/UdfDxe: Memory free/use after free in ResolveSymlink()Hao Wu2018-10-311-3/+11
* MdeModulePkg/UdfDxe: Content check for 'File' in ResolveSymlink()Hao Wu2018-10-311-0/+17
* MdeModulePkg/UdfDxe: Check 'Component Type' within a Path ComponentHao Wu2018-10-311-0/+7
* MdeModulePkg/Core: fix an issue of potential NULL pointer accessJian J Wang2018-10-301-1/+1
* MdeModulePkg/UsbBusDxe: Add missing "return NULL" in UsbCreateDesc()Ruiyu Ni2018-10-301-0/+1
* MdeModulePkg/UsbBusPei: Reject descriptor whose length is badRuiyu Ni2018-10-291-0/+14
* MdeModulePkg/UsbBusPei: Fix out-of-bound read access to descriptorsRuiyu Ni2018-10-292-37/+53
* MdeModulePke/Mtftp4Dxe: Correct the total received and saved block number.Jiaxin Wu2018-10-295-17/+27
* MdeModulePkg EhciDxe: Use common buffer for AsyncInterruptTransferStar Zeng2018-10-284-95/+57
* MdeModulePkg XhciDxe: Use common buffer for AsyncInterruptTransferStar Zeng2018-10-283-103/+63
* MdeModulePkg EhciDxe: Extract new EhciInsertAsyncIntTransfer functionStar Zeng2018-10-283-25/+111
* MdeModulePkg XhciDxe: Extract new XhciInsertAsyncIntTransfer functionStar Zeng2018-10-283-17/+94
* MdeModulePkg/Core: correct one coding styleJian J Wang2018-10-271-1/+1
* MdeModulePkg RegularExpressionDxe: Remove unknown build option for XCODELiming Gao2018-10-261-0/+4
* MdeModulePkg/Core: fix an IA32 build failureJian J Wang2018-10-261-5/+5
* MdeModulePkg/HiiDB: Make sure database update behaviors are atomicDandan Bi2018-10-264-1/+75
* MdeModulePkg/HiiDB: Reorganize codes of exporting HII settingsDandan Bi2018-10-263-47/+37
* MdeModulePkg/Core: add freed-memory guard featureJian J Wang2018-10-266-34/+525
* MdeModulePkg/Core: prevent re-acquire GCD memory lockJian J Wang2018-10-261-25/+62