summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2020-11-06MdeModulePkg/Core/Dxe: log memory base and length, after lib ctors againLaszlo Ersek1-0/+8
2020-11-05MdeModulePkg/Gcd: Check memory allocation when initializing memoryJeff Brasen1-0/+58
2020-11-02MdeModulePkg/XhciDxe: Retry device slot init on failureJon Hunter2-10/+25
2020-10-30MdeModulePkg/AcpiTableDxe: use pool allocation for RSDP if possibleArd Biesheuvel1-9/+24
2020-10-30MdeModulePkg/AcpiTableDxe: use pool allocation for RSDT/XSDT if possibleArd Biesheuvel1-46/+72
2020-10-30MdeModulePkg/AcpiTableDxe: use pool allocations when possibleArd Biesheuvel3-28/+66
2020-10-29MdeModulePkg/Core: Support standalone MM in FV2 protocol GetNextFile().Siyuan Fu1-3/+3
2020-10-27MdeModulePkg/XhciDxe: Error handle for USB slot initialization failureLuo, Heng1-1/+8
2020-10-20Revert "MdeModulePkg/PartitionDxe: Fix the incorrect LBA size in child ..."Zhichao Gao1-3/+9
2020-10-16MdeModulePkg: Fix constructor invocation orderingSami Mujawar2-0/+19
2020-10-13MdeModulePkg: Remove code wrapped by DISABLE_NEW_DEPRECATED_INTERFACESZhang, Shenglei3-177/+6
2020-10-10MdeModulePkg/Core/Dxe: expose SP and CRYPTO capabilities in UEFI memmapMalgorzata Kukiello1-6/+6
2020-10-07MdeModulePkg/HiiDatabase: Do not modify CONST stringJeff Brasen1-5/+7
2020-09-29MdeModulePkg/XhciDxe: Fix Broken TimeoutsPatrick Henz2-28/+94
2020-09-18MdeModulePkg/NonDiscoverablePciDeviceDxe: Add NULL pointer checkJeff Brasen1-0/+4
2020-09-02MdeModulePkg/Library: add PEIM and SEC module type to TpmMeasurementLibNullQi Zhang1-1/+1
2020-08-19MdeModulePkg: Fix spelling mistake for occurredMichael D Kinney13-19/+19
2020-08-17MdeModulePkg/MdeModulePkg.ci.yaml: Add configuration for Ecc checkShenglei Zhang1-0/+14
2020-08-16MdeModulePkg/DxeIplPeim: Support GHCB pages when creating page tablesTom Lendacky5-16/+70
2020-08-16MdeModulePkg: Create PCDs to be used in support of SEV-ESTom Lendacky2-0/+17
2020-08-13MdeModulePkg/PartitionDxe: Fix the incorrect LBA size in child handerZhichao Gao1-9/+3
2020-08-13MdeModulePkg/PartitionDxe: Revert changes for the special MBRZhichao Gao1-31/+6
2020-08-13MdeModulePkg/PartitionDxe: Put the UDF check ahead of MBRZhichao Gao1-1/+9
2020-08-07MdeModulePkg/CapsuleApp: Fix spelling mistakeMichael D Kinney1-1/+1
2020-08-06MdeModulePkg/PeCoffImageEmulator.h: Apply BSD-2-Clause-PatentMichael D Kinney1-8/+1
2020-08-03MdeModulePkg/BdsDxe: Fix spelling mistakeMichael D Kinney1-1/+1
2020-08-03MdeModulePkg/EbcDxe: Fix spelling mistakeMichael D Kinney1-1/+1
2020-07-31MdeModulePkg/MdeModulePkg.ci.yaml: Add configuration for LicenseCheckShenglei Zhang1-0/+4
2020-07-28MdeModulePkg/Core: Create Migrated FV Info Hob for calculating hash (CVE-2019...Guomin Jiang5-0/+55
2020-07-28MdeModulePkg/PeiCore: Enable T-RAM evacuation in PeiCore (CVE-2019-11098)Michael Kubacki7-9/+1099
2020-07-28MdeModulePkg: Add new PCD to control the evacuate temporary memory feature (C...Guomin Jiang2-0/+15
2020-07-21MdeModulePkg/DxeCorePerformanceLib: Switch to UnicodeStrnToAsciiStrSJeff Brasen1-2/+2
2020-07-20MdeModulePkg: Upon BootOption failure, Destroy RamDisk memory before RSC.KrishnadasX Veliyathuparambil Prakashan1-13/+15
2020-07-16MdeModulePkg/DisplayEngine: Add Debug message to show mismatch menu infoDandan Bi1-0/+125
2020-07-15MdeModulePkg: Add New Memory AttributesOleksiy Yakovlev4-28/+9
2020-07-15MdeModulePkg/PartitionDxe: Add already start check for child hanldesZhichao Gao1-0/+9
2020-07-15MdeModulePkg/PartitionDxe: Skip the MBR that add for CD-ROMZhichao Gao1-6/+31
2020-07-15MdeModulePkg/PartitionDxe: Correct the MBR last block valueZhichao Gao1-5/+8
2020-07-14MdeModulePkg/Variable/RuntimeDxe: Fix return status from Reclaim()Michael D Kinney1-12/+18
2020-06-18MdeModulePkg.dec: Change PCDs for status code.Tan, Ming7-41/+35
2020-06-17MdeModulePkg/StatusCodeHandler: do not output \n\r for string dataTan, Ming3-3/+3
2020-06-10MdeModulePkg/SetupBrowserDxe: Do not reconnect driver with form-updateWalon Li2-1/+9
2020-06-10MdeModulePkg: Sets the Cursor to selected BootOption.Abdul Lateef Attar1-11/+11
2020-06-06MdeModulePkg/BootManagerUiLib: show inactive boot optionsArd Biesheuvel1-2/+2
2020-05-20MdeModulePkg: Add FMP Capsule Image Header extensionOleksiy Yakovlev2-7/+26
2020-05-14MdeModulePkg/RegularExpressionDxe: Optimize the code infrastructureShenglei Zhang4-49/+12
2020-05-12MdeModulePkg/VariableSmmRuntimeDxe: switch to MM communicate 2Ard Biesheuvel3-23/+26
2020-05-12MdeModulePkg/FaultTolerantWriteSmmDxe: switch to MM communicate 2Ard Biesheuvel4-15/+18
2020-05-12MdeModulePkg/VariableInfo: switch to MM communicate 2 protocolArd Biesheuvel2-9/+12
2020-05-12MdeModulePkg/SmmIpl: expose MM communicate 2 protocolArd Biesheuvel2-0/+81