summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2026-01-25MdeModulePkg HelloWorld: Add the display information for GOP resolutionedk2_masterLiming Gao1-1/+40
2026-01-23MdeModulePkg/LoadFileOnFv2: Fix typo in Buffer parameter descriptionDongyan Qian1-1/+1
2026-01-23MdeModulePkg/PciBusDxe: Fix typo in Buffer parameter descriptionDongyan Qian2-3/+3
2026-01-21MdeModulePkg/Universal/RegularExpressionDxe: Fix VS2022 NOOPT IA32 __allmulMichael D Kinney2-0/+101
2026-01-19MdeModulePkg/AcpiTableDxe:Created EfiACPIReclaimMemory for ACPIHOB RSDPGeorge Liao1-6/+48
2026-01-15MdeModulePkg: StatusCodeHandler Stmm remove assertAaron Pop (from Dev Box)1-4/+5
2026-01-14MdeModulePkg: Fix overflow in PciAllocateBusNumberArkadiusz Filipowski1-4/+4
2026-01-14MdeModulePkg: Add unit tests for DxeReportStatusCodeLibJoey Vagedes3-0/+86
2026-01-14MdeModulePkg: RuntimeDxeReportStatusCodeLib: Do not query protocolJoey Vagedes2-9/+66
2026-01-14MdeModulePkg: DxeReportStatusCodeLib: Do not query protocolJoey Vagedes2-2/+105
2026-01-08MdePkg,MdeModulePkg/ArmFfaLib: introduce ArmFfaGetPartitionInfo()Levi Yun1-0/+80
2026-01-08MdeModulePkg/ArmFfaLib: support ArmFfaLib wihtout Rx/Tx bufferLevi Yun3-0/+63
2026-01-08MdePkg, MdeModulePkg/ArmFfaLib: add funcs to get partition info via regsLevi Yun1-0/+159
2026-01-08MdeModulePkg: Optimize the process while cleaning dynamic stringQihang Gao1-29/+41
2026-01-08MdeModulePkg: Fix issue that French package is unexpectedly cleanedQihang Gao1-1/+1
2025-12-30MdeModulePkg: Fix FreePages not existent memoryPiotr Wejman1-1/+3
2025-12-24MdeModulePkg/UfsPassThruDxe:Fix Ufs DM Command issueBlack.Li2-0/+6
2025-12-24MdeModulePkg/BrotliCustomDecompressLib: Undefine _MSC_VER for GCCMichael D Kinney1-0/+3
2025-12-24MdeModulePkg/Universal/DebugServicePei: Correct function and entry pointJeremy Compostella2-2/+2
2025-12-19MdeModulePkg: Fix regressions from 11687, 11689.aaronpop2-22/+28
2025-12-15MdeModulePkg/PciBusDxe: Fix boot hang introduced by ff3c1adKhalid Ali1-1/+1
2025-12-10MdeModulePkg: Load the native Option ROM image if the native one existsQihang Gao3-3/+24
2025-12-06MdeModulePkg: Fix regressions from 11686, 11687, 11688, 11689.Aaron Pop10-26/+40
2025-12-03MdeModulePkg: Remove ambiguous negation of narrower typeArd Biesheuvel2-2/+2
2025-12-02MdeModulePkg: Fix recently introduced uninitialized variable usage.Aaron Pop4-4/+13
2025-11-24MdeModulePkg: SpiNorFlash update FillWriteBuffer headers.Aaron Pop2-6/+14
2025-11-24MdeModulePkg/PCD: Replace VariableLock with VariablePolicySathya Ravichandran4-13/+24
2025-11-24MdeModulePkg/EsrtDxe: Replace VariableLock with VariablePolicySathya Ravichandran3-8/+29
2025-11-24MdeModulePkg/Capsule: Replace VariableLock with VariablePolicySathya Ravichandran2-10/+21
2025-11-24MdeModulePkg: Fix missing NULL tests.Michael Kubacki2-7/+34
2025-11-24MdeModulePkg: Fix comparison with wider widths.Michael Kubacki1-1/+1
2025-11-24MdeModulePkg: Acpi cumulative codeql issues.Michael Kubacki4-10/+49
2025-11-23MdeModulePkg/Bus: Remove ScsiPassThruProtocolGuidGowtham M6-525/+68
2025-11-23MdeModulePkg: Bds Fix potential infinite loop.Aaron Pop1-1/+1
2025-11-23MdeModulePkg/AcpiTableDxe: Fixed exception when enable SpecialPoolGeorge Liao1-37/+58
2025-11-23MdeModulePkg: Fix useless tests.Aaron Pop3-13/+13
2025-11-23MdeModulePkg: Fix unchecked return status.Aaron Pop1-4/+14
2025-11-23MdeModulePkg: Fix missing NULL tests.Aaron Pop9-33/+93
2025-11-23MdeModulePkg: Correct documentation.Aaron Pop2-2/+8
2025-11-23MdeModulePkg: Fix comparison with wider widths.Aaron Pop4-4/+4
2025-11-23MdeModulePkg: Fix missing NULL tests.Aaron Pop3-29/+126
2025-11-23MdeModulePkg: Fix missing NULL tests.Aaron Pop2-28/+72
2025-11-22MdeModulePkg: Fix missing NULL tests.Aaron Pop4-171/+777
2025-11-22MdeModulePkg: Fix comparison with wider widths.Aaron Pop1-7/+8
2025-11-22MdeModulePkg: Fix missing NULL tests.Aaron Pop20-54/+204
2025-11-22MdeModulePkg: Fix comparison with wider widths.Aaron Pop3-8/+9
2025-11-22MdeModulePkg: Define PCD for SATA ready for operation timeout.gapandya3-2/+9
2025-11-22MdeModulePkg: DxeCore: Adding check for underflow before subtractionKun Qin1-2/+8
2025-11-22MdeModulePkg: DxeCore: Check overflow before using resource hob memory topKun Qin1-4/+25
2025-11-22MdeModulePkg/Scsi:Change Index and MaxRetry from UINT8 to UINTNRevathy V1-2/+2