summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus
AgeCommit message (Expand)AuthorFilesLines
2025-10-16MdeModulePkg: ScsiDiskDxe: Query Write Protected StateMayank Kumar1-0/+71
2025-10-09MdeModulePkg : Clear keyboard queue buffer after readingnick.wang3-1/+4
2025-09-29MdeModulePkg: Update to support mouse z-axis in ConSplitterDxeYang Gang2-2/+2
2025-09-26MdeModulePkg: Remove ARM32 SupportOliver Smith-Denny7-70/+0
2025-09-02MdeModulePkg UsbMouseDxe: Correct some parameter commentsYang Gang2-2/+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 Morgan1-24/+32
2025-08-07MdeModulePkg: Remove obsolete PEI_USB_HOST_CONTROLLER_PPIArd Biesheuvel2-2/+0
2025-08-07MdeModulePkg/UsbBusPei: Drop support for obsolete host controller PPIArd Biesheuvel4-348/+132
2025-08-07MdeModulePkg/Usb: Remove UhciPeiArd Biesheuvel6-5002/+0
2025-08-07MdeModulePkg: Usb cumulative codeql issues.Michael Kubacki6-21/+39
2025-07-10MdeModulePkg: UsbBusDxe Reset USB port GetPortStatus returns device error.Alok Kulkarni1-2/+9
2025-07-08MdeModulePkg: Remove UGA supportGuoMinJ1-1/+1
2025-07-04MdeModulePkg: Correct spelling errors and typosAbdul Lateef Attar2-2/+4
2025-06-25MdeModulePkg/UfsPassThruDxe: Correct size in UfsHc->FreeBuffer callRyan Wong1-2/+2
2025-06-13MdeModulePkg/SpiNorFlashJedecSfdp: Initialize AddressSizeMichael D Kinney1-0/+1
2025-06-12MdeModulePkg: Fix EFI_SUCCESS typosGao Qihang2-2/+2
2025-06-12MdeModulePkg/SpiBus: Free handle buffers after LocateHandleBufferDongyan Qian1-2/+4
2025-06-11MdeModulePkg: Fix definition typosDongyan Qian1-1/+1
2025-06-05MdeModulePkg/PciBusDxe: Free descriptor buffer in GetResourcePadding()Bret Barkelew3-14/+19
2025-05-28MdeModulePkg: Enable PciBus to handle CRS responses by ignoring the device.Michael Turner1-12/+23
2025-05-26MdeModulePkg/Spi: Allow NULL WriteBuffer in FillWriteBuffer()PaddyDeng1-2/+2
2025-05-26MdeModulePkg-SdMmcPciHcDxe: Add missing defines in SD_MMC_HC_SLOT_CAPPage Chen2-5/+15
2025-05-09MdeModulePkg: Correct Usb Mouse Z for absolute pointer.Bret Barkelew1-1/+1
2025-05-05MdeModulePkg/Spi: Solving potential null ptr deref. in SpiNorFlashJedecSfdpPaddyDeng1-1/+11
2025-04-30MdeModulePkg SpiBus: Use correct GUIDJack Hsieh2-3/+12
2025-04-16MdeModulePkg/UsbMassStorageDxe: Remove excessive loggingPohan Wu1-1/+1
2025-04-16MdeModulePkg/UsbMassStorageDxe: Remove Port ResetPohan Wu1-12/+1
2025-03-18MdeModulePkg/XhciDxe: Adjust out-of-range bInterval valuesJack Pham1-2/+22
2025-03-18MdeModulePkg/XhciDxe: Refactor endpoint interval calculationJack Pham1-62/+43
2025-03-06MdeModulePkg/UhciDxe: drop unused UsbHcProtocol referencesLeif Lindholm2-5/+2
2025-03-06MdeModulePkg/UsbBusDxe: drop support for obsolete EFI_USB_HC_PROTOCOLLeif Lindholm4-259/+93
2025-02-19MdeModulePkg/UsbBusPei: Improve PEI USB enumerationPhil Noh1-161/+170
2025-01-29MdeModulePkg: NvmExpressDxe: fix warning about uninitialized variableMike Maslenkin1-0/+2
2025-01-15MdeModulePkg: Make noisy log DEBUG_VERBOSEDionna Glaze1-6/+6
2025-01-09MdeModulePkg: Update AtaPassThru to UEFI 2.10AINDIA\sachinganesh2-0/+8
2024-12-23MdeModulePkg/XhciDxe: Non-zero start/stop values in XhcGetElapsedTicksHenz, Patrick1-2/+2
2024-12-16MdeModulePkg/Bus/Ufs: Use IndustryStandard headersChristopher Zurcher6-2676/+4
2024-12-06MdeModulePkg/Bus/Pci: Fix Descriptor Misalignment in USB Config HandlingAniket_Surekar2-10/+10
2024-11-01MdeModulePkg: SataControllerSupported checks DevicePath ProtocolPaul Chang3-3/+31
2024-10-28MdeModulePkg: Added PPI support in UFS PEI driver.INDIA\kanagavels4-30/+231
2024-10-25MdeModulePkg/PciHostBridgeDxe: Add MemoryFence after write.joe1-0/+10
2024-10-22MdeModulePkg UsbNetwork: Use USB class definition from MdePkgOleg Ilyasov3-3/+3
2024-09-05XhciDxe: Fail the start of malfunctioning XHCI controllersRebecca Cran3-15/+45
2024-08-29MdeModulePkg/Bus/Pci/NvmExpressDxe: Nvm Express Media Sanitize Protocol.Ray Robles7-1/+2005
2024-08-29MdeModulePkg NonDiscoverablePciDeviceIo: MMIO Memory XP By DefaultOliver Smith-Denny1-2/+32
2024-07-31MdeModulePkg: NvmExpressDxe: Add Timeout Status CodesSean Brogan1-0/+2
2024-07-30MdeModulePkg/UfsPassThruDxe: Migrate UFS Initial Completion Timeout to PCDJason1 Lin3-7/+8