summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2021-04-13MdeModulePkg: Initialize temp variable in VarCheckPolicyLibBret Barkelew1-0/+1
2021-04-07MdeModulePkg/PiDxeS3BootScriptLib: Rename mAcpiS3Enable to avoid dup symbolMichael D Kinney1-6/+5
2021-03-31MdeModulePkg: Consume MdeLibs.dsc.inc for RegisterFilterLibDandan Bi1-1/+3
2021-03-25MdeModulePkg: Initialize local variable value before they are usedLiming Gao2-0/+10
2021-03-05MdeModulePkg: VariableSmmRuntimeDxe: Added request unblock memory interfaceKun Qin3-0/+44
2021-03-05MdeModulePkg/UfsPassThruDxe: Improve Device initialization polling LoopBandaru, Purna Chandra Rao2-5/+15
2021-02-25MdeModulePkg/UefiBootManagerLib: Put BootMenu at the end of BootOrderLi, Walon1-2/+2
2021-02-23MdeModulePkg/VariableStandaloneMm: Set PcdFlashNvStorageVariableBase to PcdIlias Apalodimas1-2/+2
2021-02-05MdeModulePkg/Library: Add HiiGetStringEx to UefiHiiLib for EDK2 RedfishAbner Chang2-39/+119
2021-02-03MdeModulePkg/TerminalDxe: Terminal fifo buffer overflow.gechao1-1/+1
2021-02-02MdeModulePkg/PciBusDxe: Fix a bug in ProcessOptionRomLightAiden Park1-6/+1
2021-02-01MdeModulePkg: SmmSmiHandlerProfileLib: Support StandaloneMm InstanceKun Qin7-84/+211
2021-02-01MdeModulePkg: ReportStatusCodeRouter: Support StandaloneMm RSC RouterKun Qin7-55/+179
2021-02-01MdeModulePkg: FirmwarePerformanceDataTable: Added StandaloneMm supportKun Qin7-46/+281
2021-02-01MdeModulePkg: StatusCodeHandler: StatusCodeHandler driver in StandaloneMmKun Qin9-45/+180
2021-02-01MdeModulePkg: SmmReportStatusCodeLib: ReportStatusCodeLib in StandaloneMmKun Qin7-8/+178
2021-02-01MdeModulePkg: SmmLockBoxSmmLib: Support StandaloneMm for SmmLockBoxLibKun Qin7-53/+230
2021-01-18MdeModulePkg/PciBusDxe: Handle BAR sizing fail in high 32bit of MEM64.Zarcd Zhong1-0/+1
2021-01-15MdeModulePkg/FileExplorerLib: Add return value checkwenyi,xie via groups.io1-5/+7
2021-01-14MdeModulePkg: Update UNI file for PCIe Resizable BAR CapabilityLuo, Heng1-1/+7
2021-01-14MdeModulePkg: Change default value of PcdPcieResizableBarSupport to FALSELuo, Heng1-1/+1
2021-01-08MdeModulePkg Lzma: Update LZMA SDK version to 19.00Liu, WeiX C11-78/+163
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