summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus
AgeCommit message (Expand)AuthorFilesLines
2026-07-22MdeModulePkg/UsbBusDxe: BOS Descriptor Check for SS DevicesJared Pan5-0/+145
2026-07-21MdeModulePkg/UsbBusPei: Use dynamic buffer for USB configuration dataDC-Damien2-12/+11
2026-07-17MdeModulePkg/PciBusDxe: Honor SpecificFlag for PMem64 in UpdatePciInfoPhil Noh1-2/+9
2026-07-14MdeModulePkg: Fix incorrect EfiPciWidth* enum literalsMingjie Shen1-2/+2
2026-06-30MdeModulePkg/UsbBusDxe: Manufacturer String Descriptor CachingJared Pan3-25/+142
2026-06-30MdeModulePkg/UsbBusDxe: Improve USB enumerating processJared Pan3-16/+121
2026-06-29MdeModulePkg/PciBusDxe: Fix Mem64 BAR handling in IsPciDeviceRejected()Jiaqing Zhao1-3/+3
2026-06-25MdeModulePkg: Follow pragma once coding conventionMichael Kubacki1-4/+1
2026-06-25MdeModulePkg: CxlDxe: Fix IA32 Build BreakOliver Smith-Denny1-5/+5
2026-06-25MdeModulePkg/PciBusDxe: Scan funcs when func 0 is absentDongyan Qian2-2/+14
2026-06-24MdeModulePkg: CxlDxe: Fix uninitialized variable warningsTuan Phan1-4/+4
2026-06-24MdeModulePkg: SdBlockIoPei: Fix uninitialized variable warningsTuan Phan1-3/+21
2026-06-24MdeModulePkg: UsbNetwork: Fix uninitialized variable warningsTuan Phan1-1/+2
2026-06-24MdeModulePkg: SpiNorFlashJedecSfdp: Fix uninitialized variable warningsTuan Phan1-3/+9
2026-06-15MdeModulePkg: Display VID and DID using 4-digit hexadecimal numberQihang Gao1-1/+1
2026-06-09MdeModulePkg: Replace manual alignment checks with helper macrosMingjie Shen1-9/+9
2026-06-09MdeModulePkg: Remove Depex section in UEFI_DRIVER and UEFI_APPLICATIONQihang Gao4-12/+0
2026-06-09MdeModulePkg:Last LBA missed on NvmExpressMediaClearSean Brogan1-1/+1
2026-06-03MdeModulePkg: NvmExpressDriverBindingStart - early return path leaksSean Brogan1-2/+11
2026-05-26MdeModulePkg: NvmExpressMediaClear - Fix BufferSize value in writeblocksSean Brogan1-6/+10
2026-05-08Global: Fix Spelling Errors in PCI/PCIe DefinitionsOliver Smith-Denny2-2/+2
2026-05-08MdePkg,MdeModulePkg: Fix Spelling Errors in Atapi DefinitionsOliver Smith-Denny2-4/+4
2026-05-06MdeModulePkg: Cleanup debug print readabilityBenjamin Doron1-1/+1
2026-05-06MdeModulePkg,MdePkg: Send I/O without FUA if necessaryAnnie Li1-2/+4
2026-05-06MdeModulePkg/ScsiDiskDxe: Check Write Caching and FUA supportAnnie Li2-0/+125
2026-05-01MdeModulePkg: Add CxlDxe driverOleksandr Tymoshenko3-0/+1945
2026-04-29MdeModulePkg: Remove duplicate procotols guid in INF filesQihang Gao1-2/+1
2026-04-29MdeModulePkg/NvmExpressDxe: Mark CDW10/CDW11 valid for Format and Sanitize“Shabab1-0/+2
2026-04-21MdeModulePkg/NetworkCommon: Add PCD for USB network periodic timerAbdul Lateef Attar3-6/+14
2026-04-15MdeModulePkg/NvmExpressDxe: Clear NSID to 0 for sanitize commandShabab Alam1-1/+7
2026-03-24Revert "MdeModulePkg/PciBusDxe: Degrade MEM64 to PMEM64..."Michael D Kinney1-39/+6
2026-03-23MdeModulePkg/SpiNorFlashJedecSfdp: Limit debug outputAbdul Lateef Attar1-6/+6
2026-03-17MdeModulePkg/PciBusDxe: Add optional CRS retry for enumerationAshish Singhal2-10/+147
2026-02-25MdeModulePkg: Mark PcdMrIovSupport obsolete - deprecated in PCIe 6.0Jacek Kolakowski3-15/+0
2026-02-25MdeModulePkg: Add platform limit for size in Resizable BARJacek Kolakowski2-18/+74
2026-02-24MdeModulePkg: Replace include guards with #pragma onceMichael Kubacki125-498/+126
2026-01-30MdeModulePkg/UsbMassStorageDxe: Add retry mechanism to UsbMassReadBlocksPaul Grimes1-49/+68
2026-01-30MdeModulePkg: PciBusDxe: Degrade MEM64 to PMEM64 when bridge lacks MEM64Alok Kulkarni1-6/+39
2026-01-23MdeModulePkg/PciBusDxe: Fix typo in Buffer parameter descriptionDongyan Qian2-3/+3
2026-01-14MdeModulePkg: Fix overflow in PciAllocateBusNumberArkadiusz Filipowski1-4/+4
2025-12-24MdeModulePkg/UfsPassThruDxe:Fix Ufs DM Command issueBlack.Li2-0/+6
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-11-24MdeModulePkg: SpiNorFlash update FillWriteBuffer headers.Aaron Pop2-6/+14
2025-11-23MdeModulePkg/Bus: Remove ScsiPassThruProtocolGuidGowtham M6-525/+68
2025-11-22MdeModulePkg: Define PCD for SATA ready for operation timeout.gapandya2-2/+4
2025-11-22MdeModulePkg/Scsi:Change Index and MaxRetry from UINT8 to UINTNRevathy V1-2/+2
2025-11-22MdeModulePkg: Remove extraneous parenthesesMike Beaton1-1/+1
2025-11-22MdeModulePkg: fix various typosPhilipp Schuster2-2/+2
2025-11-21MdeModulePkg/PciHostBridgeDxe: Ignore unsupported I/O BARs.Michael Escue1-0/+8