summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2025-10-31MdeModulePkg: ArmFfaLib: Add FFA_YIELD handlingkuqin121-1/+1
2025-10-30MdeModulePkg: Remove DXE_SAL_DRIVERSathya Ravichandran4-8/+2
2025-10-30MdeModulePkg/Core/Dxe: Fix TPL inversion from DEBUG() messageMichael D Kinney1-4/+4
2025-10-23MdeModulePkg: Fix UEFI runtime driver loading after EndOfDxeVitaly Cheptsov1-12/+0
2025-10-23MdeModulePkg: Always Initialize Separate Exception StacksOliver Smith-Denny1-5/+3
2025-10-23MdeModulePkg: CpuExceptionHandlerLibNull: Return Success On Null FuncOliver Smith-Denny1-1/+1
2025-10-21MdeModulePkg/AcpiTableDxe:Improving InitializeAcpiTableDxe behavior.George Liao1-13/+17
2025-10-21MdeModulePkg:Completed InstallAcpiTableFromAcpiSiliconHob AddTableListGeorge Liao1-2/+32
2025-10-21MdeModulePkg/AcpiTableDxe:Fixed memory corruption issueGeorge Liao1-15/+45
2025-10-17MdeModulePkg: CoreGetMemoryMap: Account for Unaccepted EntriesOliver Smith-Denny1-0/+1
2025-10-16MdeModulePkg: DXE Core: Correct Usage of EFI_MEMORY_ATTRIBUTE_MASKOliver Smith-Denny2-3/+3
2025-10-16MdeModulePkg: ScsiDiskDxe: Query Write Protected StateMayank Kumar1-0/+71
2025-10-14MdeModulePkg/DxeCapsuleLibFmp:Added PCD for EmbeddedDriver SupportPavithra Gurulingappa4-0/+21
2025-10-14MdeModulePkg/FvSimpleFileSystemDxe: Remove Iso639LanguageMichael D Kinney1-3/+1
2025-10-10MdeModulePkg/HiiDatabaseDxe: Avoid unexpected memory freeQihang Gao1-1/+1
2025-10-09MdeModulePkg : Clear keyboard queue buffer after readingnick.wang5-3/+11
2025-09-29MdeModulePkg: Update to support mouse z-axis in ConSplitterDxeYang Gang2-2/+2
2025-09-26MdeModulePkg: Remove ARM32 SupportOliver Smith-Denny24-149/+19
2025-09-23MdeModulePkg/TerminalDxe: Improve the implementation of AnsiTestStringGao Qihang2-6/+11
2025-09-23MdeModulePkg/TerminalDxe: Add missing types for TestString functionGao Qihang1-0/+4
2025-09-23MdeModulePkg: Add PcdDelayedDispatchMaxEntriesMichael Kubacki4-11/+17
2025-09-19MdeModulePkg/Test/Include: Fix SecurityManagement include guardMichael D Kinney1-1/+1
2025-09-19MdeModulePkg/Universal/DisplayEngineDxe: Fix GCCNOLTO errorMichael D Kinney1-0/+1
2025-09-18MdeModulePkg/Universal/DriverSampleDxe: Fix VFR warningsMichael D Kinney1-1/+0
2025-09-16MdeModulePkg/UnicodeCollation: Fix uninitialized variable usageHemaAnmisha1-0/+2
2025-09-16MdeModulePkg/DxeMain: Add debug code for Event Group notify functionsPhil Noh1-1/+13
2025-09-12MdeModulePkg/ArmFfaLib: Add MemoryAllocationLibMichael Kubacki5-0/+5
2025-09-12MdeModulePkg/ArmFfaLib: Add HobLib to StMm instancesMichael Kubacki2-0/+2
2025-09-08MdeModulePkg: consider UNSUPPORTED return as valid in ArmFfaStandaloneMmLibLevi Yun1-0/+13
2025-09-08Global: fix ArmFfaLibRun() caller couldn't get ret-argsLevi Yun1-3/+38
2025-09-08ArmPlatformPkg,EmbeddedPkg,MdeModulePkg: Move RealTimeClockLib headerINDIA\sachinganesh2-0/+127
2025-09-05MdeModulePkg: Deprecate EFI_UNICODE_COLLATION_PROTOCOL_GUIDGowtham M7-69/+13
2025-09-04MdeModulePkg/UiApp: Remove unused variableQihang Gao1-6/+0
2025-09-02MdeModulePkg UsbMouseDxe: Correct some parameter commentsYang Gang2-2/+2
2025-09-01MdeModulePkg: Fix malformed terminal control sequencesJack Little2-15/+19
2025-08-25MdeModulePkg: Add PcdCapsuleFmpSupportSergii Dmytruk3-0/+13
2025-08-25MdeModulePkg/PeiCore: Print GUID of FV and FvFile in debug logRay Ni1-6/+32
2025-08-22MdeModulePkg: Improve the implementation of EFI_SIMPLE_TEXT_OUTPUT_PROTOCOLGao Qihang3-0/+19
2025-08-22MdeModulePkg: Simplify PrintInternal function to fit wide characterGao Qihang1-54/+19
2025-08-22MdeModulePkg/HiiDatabaseDxe: Avoid assert in InternalGetStringGao Qihang1-1/+2
2025-08-11MdeModulePkg: XhciDxe: Fix comment grammar in XhcMonitorAsyncRequestsSherry Fan1-2/+2
2025-08-11MdeModulePkg: XhciDxe: Fix USB reset issue: callback / update orderSherry Fan1-3/+25
2025-08-11MdeModulePkg: XhciDxe: Fix USB reset issue: use after freeSherry Fan2-4/+33
2025-08-08MdeModulePkg: Support conditional UFS initializationBob Morgan2-25/+41
2025-08-07MdeModulePkg: Remove obsolete PEI_USB_HOST_CONTROLLER_PPIArd Biesheuvel4-254/+0
2025-08-07MdeModulePkg/UsbBusPei: Drop support for obsolete host controller PPIArd Biesheuvel4-348/+132
2025-08-07MdeModulePkg/Usb: Remove UhciPeiArd Biesheuvel7-5003/+0
2025-08-07MdeModulePkg: Usb cumulative codeql issues.Michael Kubacki6-21/+39
2025-08-07MdeModulePkg: Variable cumulative codeql issues.Michael Kubacki3-65/+72
2025-08-07MdeModulePkg: added SecurityManagementLib mockAlexander Gryanko4-0/+104