summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2021-07-22MdeModulePkg PiSmmCore: Change MemoryAttributes message to DEBUG_VERBOSEYang Gang1-13/+13
2021-07-21MdeModulePkg PCD: Print which PCD was unable to be foundDaniel Schaefer1-1/+2
2021-07-14MdeModulePkg/RamDiskDxe: Init list head before registering RamDisk protocolTrammell Hudson1-5/+6
2021-07-13MdeModulePkg: Change the PldHeader to Header in ExtraData.hTan, Dun1-1/+3
2021-07-07MdeModulePkg: Update YAML file to fix CI errorNickle Wang1-1/+4
2021-07-07MdeModulePkg/RegularExpressionDxe: Fix memory assert in FreePool()Nickle Wang2-13/+20
2021-07-06MdeModulePkg/PartitionDxe: Ignore PMBR BootIndicator per UEFI specNeal Gompa1-2/+1
2021-06-24MdeModulePkg: Add new structure for the Universal Payload Serial Port InfoZhiguang Liu2-0/+33
2021-06-22MdeModulePkg/BdsDxe: Update BdsEntry to use Variable PolicyKen Lautner3-7/+17
2021-06-17MdeModulePkg PciBusDxe: Increase the width of data read during oprom shadowSumana Venur1-2/+2
2021-06-16PeiCore: Remove assertion when failing to load PE imageRay Ni1-4/+1
2021-06-16MdeModulePkg/UniversalPayload: Add definition for extra info in payloadRay Ni3-0/+55
2021-06-16MdeModulePkg/ACPI: Install ACPI table from HOB.Zhiguang Liu4-38/+271
2021-06-16MdeModulePkg: Add new structure for the Universal Payload ACPI Table HobZhiguang Liu2-0/+33
2021-06-16MdeModulePkg/Universal/SmbiosDxe: Scan for existing tablesZhiguang Liu3-3/+360
2021-06-16MdeModulePkg: Add new structure for the Universal Payload SMBios Table HobZhiguang Liu2-0/+36
2021-06-16MdeModulePkg: Add new structure for the PCI Root Bridge Info HobZhiguang Liu3-0/+99
2021-06-16MdeModulePkg: Add Universal Payload general definition header fileZhiguang Liu1-0/+35
2021-06-15MdeModulePkg: Fix device path when boot manager menu is from different FVZhiguang Liu1-25/+3
2021-06-02MdePkg/MdeModulePkg: Move AML_NAME_SEG_SIZE definitionPierre Gondois1-1/+0
2021-06-02MdeModulePkg/Xhci: Fix TRT when data length is 0Wenyi Xie2-8/+18
2021-05-23MdeModulePkg/VariableLock: downgrade compatibility warnings to DEBUG_WARNLaszlo Ersek1-5/+5
2021-05-21MdeModulePkg/PlatformDriOverrideDxe: Fix overflow condition checkLi, Walon1-1/+1
2021-05-19MdeModulePkg/PciBusDxe: Fix possible uninitialized useSergei Dmitrouk1-3/+2
2021-05-18MdeModulePkg: Retrieve boot manager menu from any fvZhiguang Liu1-4/+5
2021-05-17MdeModulePkg: Fix various typosRebecca Cran12-35/+35
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