summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2023-09-28MdeModulePkg/Xhci: Skip size round up for TRB during address translationGao Cheng6-63/+103
2023-09-26MdeModulePkg/SmbiosDxe: Fix BcdRevision is not match with SMBIOS versionHoraceX Lien1-8/+12
2023-09-26MdeModulePkg: Fix misspellingNate DeSimone1-2/+2
2023-09-25MdeModulePkg/XhciDxe: Abort the Address Device cmd when time outCai, Xianglei1-0/+36
2023-09-25MdeModulePkg/XhciDxe: Use Performance Timer for XHCI TimeoutsHenz, Patrick5-87/+204
2023-09-22MdeModulePkg/Bus/Pci/UhciDxe: Fix FORWARD_NULL Coverity issuesRanbir Singh1-0/+9
2023-09-22MdeModulePkg/Bus/Pci/UhciDxe: Fix BAD_SHIFT Coverity issueRanbir Singh1-1/+9
2023-09-20MdeModulePkg/Bus/Pci/NvmExpressPei: Fix DEADCODE Coverity issueRanbir Singh1-4/+0
2023-09-20MdeModulePkg/Bus/Ata/AtaBusDxe: Fix SIGN_EXTENSION Coverity issueRanbir Singh1-1/+1
2023-09-18MdeModulePkg: Memory Bin Range Update Accounts for Guard PageTaylor Beebe1-1/+1
2023-09-12MdeModulePkg/BootMaintenanceManagerUiLib: Check array index before accessMichael Kubacki1-4/+7
2023-09-11MdeModulePkg/Core/Dxe: Fix memory leak issue in FwVolBlock.cMike Maslenkin1-0/+2
2023-09-11MdeModulePkg/Core/Dxe: Fix memory leak issue in FwVol.cMike Maslenkin1-0/+1
2023-09-11MdeModulePkg/HiiDatabase: Fix incorrect AllocateCopyPool sizeMike Beaton1-1/+1
2023-09-08MdePkg/Rng: Add GetRngGuid() to RngLibPierre Gondois2-0/+32
2023-09-08MdeModulePkg/Rng: Add GUID to describe unsafe Rng algorithmsPierre Gondois2-0/+26
2023-09-08SecurityPkg/SecurityPkg.dec: Move PcdCpuRngSupportedAlgorithm to MdePkgPierre Gondois1-1/+1
2023-09-08MdeModulePkg: Duplicate BaseRngLibTimerLib to MdeModulePkgPierre Gondois4-0/+244
2023-09-08MdeModulePkg: add MpService2Ppi field in SMM_S3_RESUME_STATEDun Tan1-1/+2
2023-08-31MdeModulePkg: Fix memory leak in LocateHandleBuffer()Nate DeSimone1-1/+5
2023-08-30MdeModulePkg/DxeCorePerformanceLib:fix smm perf issueTan, Dun1-13/+19
2023-08-30MdeModulePkg/PciBusDxe: Fix boot hang with faulty PCI Option ROMNhi Pham1-2/+2
2023-08-19MdeModulePkg: HeapGuard: Don't Assume Pool Head Allocated In First PageOliver Smith-Denny3-5/+18
2023-08-04MdeModulePkg: Solve boot hang Xhci driver when use USB DVD with empty disklikun su1-2/+5
2023-08-03MdeModulePkg/SetupBrowser: Load storage via GetVariable for EfiVarStoreDandan Bi1-22/+32
2023-08-02MdeModulePkg/Bus/Ata/AtaAtapiPassThru: Fix UNUSED_VALUE Coverity issueRanbir Singh1-2/+10
2023-08-02MdeModulePkg/Bus/Ata/AtaAtapiPassThru: Fix SIGN_EXTENSION Coverity issueRanbir Singh1-1/+1
2023-07-17MdeModulePkg/Bus/Pci/EhciDxe: Fix FORWARD_NULL Coverity issuesRanbir Singh1-0/+9
2023-07-13MdeModulePkg/Bus/Usb/UsbNetwork/UsbCdcNcm: Add USB Cdc NCM devices supportRichard Ho6-0/+1933
2023-07-13MdeModulePkg/Bus/Usb/UsbNetwork/UsbCdcEcm: Add USB Cdc ECM devices supportRichard Ho5-0/+1805
2023-07-13MdeModulePkg/Bus/Usb/UsbNetwork/UsbRndis: Add USB RNDIS devices supportRichard Ho12-0/+7280
2023-07-10MdeModulePkg/Variable: TcgMorLockSmm Key Mismatch changes lock stateAbhi Singh1-0/+5
2023-06-30MdeModulePkg: Remove other attribute protection in UnsetGuardPageDun Tan1-1/+15
2023-06-28MdeModulePkg: Variable: Introduce MM based variable read service in PEIKun Qin4-0/+556
2023-06-26MdeModulePkg/DxeIpl ARM AARCH64: Switch to generic handoff codeArd Biesheuvel2-81/+1
2023-06-26MdeModulePkg/DxeIpl: Use memory attribute PPI to remap the stack NXArd Biesheuvel2-4/+30
2023-06-26MdeModulePkg/DxeIpl: Merge EBC, RISCV64 and LOONGARCH codeArd Biesheuvel4-147/+3
2023-06-26MdeModulePkg: Define memory attribute PPIArd Biesheuvel2-0/+86
2023-06-21MdeModulePkg/SmmCore: Perf-log PlatformHookBefore/AfterSmmDispatchRay Ni1-0/+4
2023-06-21MdeModulePkg/SmmCorePerformanceLib: Disable perf-logging at runtimeRay Ni2-3/+47
2023-06-21MdeModulePkg/SmmPerformanceLib: Disable perf-logging after ExitBSRay Ni2-2/+75
2023-06-21MdeModulePkg/SmmCore: Add perf-logging for SmmDriverDispatchHandlerRay Ni1-1/+4
2023-06-21MdeModulePkg/SmmCore: Add perf-logging for time-consuming proceduresRay Ni2-1/+20
2023-06-07MdeModulePkg/Bus: Fix port multiplier port in AhciPei PEIMNeo Hsueh1-0/+10
2023-06-01MdeModulePkg/SataControllerDxe: Fix up ASSERTS (Private != NULL)Pedro Falcato1-5/+4
2023-06-01MdeModulePkg/SataControllerDxe: Remove useless null checkPedro Falcato1-23/+21
2023-06-01MdeModulePkg/SataControllerDxe: Log expected errors at DEBUG_INFO levelPedro Falcato1-2/+13
2023-06-01MdeModulePkg/SataControllerDxe: Clean up error handling in Start()Pedro Falcato1-45/+35
2023-05-31MdeModulePkg/DxeIpl: Align Page table Level setting with previous level.Jiaxin Wu1-12/+24
2023-05-29MdeModulePkg SdMmcPciHcDxe: SD/MMC capability debug print is incorrectGiri Mudusuru1-1/+1