summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2020-11-27MdeModulePkg/VariablePolicyLib: Fix runtime panic in ValidateSetVariable()edk2-stable202011James Bottomley1-1/+1
2020-11-21MdeModulePkg/LzmaCustomDecompressLib: catch 4GB+ uncompressed buffer sizesLaszlo Ersek2-0/+12
2020-11-21MdeModulePkg/Core/Dxe: limit FwVol encapsulation section recursionLaszlo Ersek4-2/+44
2020-11-21MdeModulePkg/Core/Dxe: assert SectionInstance invariant in FindChildNode()Laszlo Ersek1-6/+17
2020-11-17MdeModulePkg: Drop VarLock from RuntimeDxe variable driverBret Barkelew5-48/+75
2020-11-17MdeModulePkg: Change TCG MOR variables to use VariablePolicyBret Barkelew4-25/+82
2020-11-17MdeModulePkg: Allow VariablePolicy state to delete protected variablesBret Barkelew2-0/+12
2020-11-17MdeModulePkg: Connect VariablePolicy business logic to VariableServicesBret Barkelew7-0/+670
2020-11-17MdeModulePkg: Define the VarCheckPolicyLib and SMM interfaceBret Barkelew6-0/+460
2020-11-17MdeModulePkg: Define the VariablePolicyHelperLibBret Barkelew6-0/+614
2020-11-17MdeModulePkg: Define the VariablePolicyLibBret Barkelew11-1/+1696
2020-11-17MdeModulePkg: Define the VariablePolicy protocol interfaceBret Barkelew3-1/+177
2020-11-12MdeModulePkg DisplayEngineDxe: Correct the local variable name.gechao1-8/+8
2020-11-11MdeModulePkg/AtaAtapiPassThru: Trace ATA packetsAlbecki, Mateusz1-0/+94
2020-11-11MdeModulePkg/AtaAtapiPassThru: Restart failed packetsAlbecki, Mateusz2-125/+182
2020-11-11MdeModulePkg/AtaAtapiPassThru: Add SATA error recovery flowAlbecki, Mateusz2-24/+159
2020-11-11MdeModulePkg/AtaAtapiPassThru: Check IS to check for command completionAlbecki, Mateusz2-171/+132
2020-11-11MdeModulePkg/DriverSampleDxe: Add HII sample optionsAbner Chang3-1/+48
2020-11-11MdeModulePkg/Library: Revise HiiLib to check REST_STYLEAbner Chang1-7/+7
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