summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2021-01-07MdeModulePkg/Library/VarCheckLib: Allow SetVariable from SMMMichael D Kinney1-1/+8
2021-01-06MdeModulePkg BrotliCustomDecompressLib: Remove the duplicated functionsgaoliming1-23/+0
2021-01-06MdeModulePkg/ConSplitter: Change StdErr color to EFI_LIGHTGRAYSamer El-Haj-Mahmoud1-1/+1
2021-01-06MdeModulePkg/Graphics: Fix spelling mistakesSamer El-Haj-Mahmoud3-43/+43
2021-01-06MdeModulePkg/GraphicsConsoleDxe: Change default CursorVisible to FALSESamer El-Haj-Mahmoud1-1/+1
2021-01-04MdeModulePkg/Bus/Pci/PciBusDxe: Support PCIe Resizable BAR CapabilityLuo, Heng7-20/+241
2020-12-23MdeModulePkg/VarCheckPolicyLib: implement standalone MM versionMasahisa Kojima7-10/+199
2020-12-22MdeModulePkg/Universal/StatusCodeHandler: Fix a bug about log lostTan, Ming3-17/+23
2020-12-19MdeModulePkg/PciSioSerialDxe: Flush Tx before config changeMichael D Kinney1-1/+90
2020-12-15MdeModulePkg/Variable/RuntimeDxe: Add Variable Lock Protocol Unit TestsMichael D Kinney3-0/+612
2020-12-15MdeModulePkg/Variable/RuntimeDxe: Restore Variable Lock Protocol behaviorBret Barkelew1-36/+59
2020-12-14MdeModulePkg: Fix SetMem parameter in OnigurumaUefiPortBaraneedharan Anbazhagan1-1/+1
2020-12-04MdeModulePkg/FileExplorerLib: remove redundant null pointer checkwenyi xie1-7/+3
2020-12-04MdeModulePkg: Fix undefined reference to memcpy with XCODE5Vitaly Cheptsov3-8/+8
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