summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/XhciDxe: Reset endpoint while USB Transaction errorXianglei Cai11 days1-1/+4
* MdeModulePkg/Xhci: Skip another size round up for TRB addressDat Mach2024-03-221-1/+1
* MdeModulePkg/Xhci: Skip size round up for TRB during address translationGao Cheng2023-09-281-25/+29
* MdeModulePkg/XhciDxe: Abort the Address Device cmd when time outCai, Xianglei2023-09-251-0/+36
* MdeModulePkg/XhciDxe: Use Performance Timer for XHCI TimeoutsHenz, Patrick2023-09-251-43/+29
* MdeModulePkg: Solve boot hang Xhci driver when use USB DVD with empty disklikun su2023-08-041-2/+5
* MdeModulePkg: Update code to be more C11 compliant by using __func__Rebecca Cran2023-04-101-2/+2
* MdeModulePkg/Xhci: Initial XHCI DCI slot's Context valueAbner Chang2023-01-161-0/+7
* MdeModulePkg: Put USB DEBUGs that occur for bulk timeouts under VERBOSERebecca Cran2022-12-081-3/+3
* MdeModulePkg/XhciDxe: Add boundary check for TRB ring allocationjdzhang2022-10-201-8/+8
* MdeModulePkg/XhciDxe: Input context update for Evaluate Context commandjdzhang2022-09-271-2/+12
* MdeModulePkg: Apply uncrustify changesMichael Kubacki2021-12-071-603/+667
* MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney2021-12-071-62/+60
* MdeModulePkg/XhciSched: Fix missing DEBUG argumentsMichael Kubacki2021-11-081-2/+2
* MdeModulePkg/Xhci: Fix TRT when data length is 0Wenyi Xie2021-06-021-4/+9
* MdeModulePkg/XhciDxe: Retry device slot init on failureJon Hunter2020-11-021-10/+24
* MdeModulePkg/XhciDxe: Error handle for USB slot initialization failureLuo, Heng2020-10-271-1/+8
* MdeModulePkg/XhciDxe: Fix Broken TimeoutsPatrick Henz2020-09-291-15/+48
* MdeModulePkg/XhciDxe: Use BaseLib linked list iteration macrosMichael Kubacki2020-04-211-4/+5
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* Revert "XhciDxe: Use common buffer for AsyncInterruptTransfer"Star Zeng2018-11-071-47/+91
* MdeModulePkg XhciDxe: Use common buffer for AsyncInterruptTransferStar Zeng2018-10-281-91/+47
* MdeModulePkg XhciDxe: Extract new XhciInsertAsyncIntTransfer functionStar Zeng2018-10-281-0/+65
* MdeModulePkg/Usb: Make sure data from HW is no more than expectedRuiyu Ni2018-10-171-3/+6
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-20/+20
* MdeModulePkg XhciDxe: Fix Map and Unmap inconsistencyStar Zeng2017-08-251-2/+5
* MdeModulePkg/XhciDxe: Make comments align with functionBi, Dandan2017-07-111-0/+1
* MdeModulePkg/XhciDxe: Check timeout URB again after stopping endpointRuiyu Ni2017-07-051-11/+61
* MdeModulePkg/XhciDxe: Dump the CMD/EVENT/INT/BULK ring informationRuiyu Ni2017-07-051-3/+24
* MdeModulePkg/XhciDxe: Refine IsTransferRingTrb and IsAsyncIntTrbRuiyu Ni2017-07-051-46/+44
* MdeModulePkg/Xhci: Correct the indention of commentsRuiyu Ni2017-06-021-4/+4
* MdeModulePkg/Xhci: Remove TRB when canceling Async Int TransferRuiyu Ni2017-06-021-0/+21
* MdeModulePkg/Xhci: Fill the 'interval' field for ISO endpoint contextHao Wu2017-06-011-1/+29
* MdeModulePkg/Xhci: Add 10ms delay before sending SendAddr cmd to devFeng Tian2016-11-241-1/+9
* MdeModulePkg/Xhci: Change short packet debug message to verbose levelFeng Tian2016-11-011-1/+1
* MdeModulePkg/XhciDxe: fix a bug on TRB check in async int transferFeng Tian2016-07-251-1/+5
* MdeModulePkg/XhciDxe:Fix usb desc length check logicFeng Tian2016-06-291-2/+32
* MdeModulePkg/Xhci: Remove TDs from transfer ring when timeout happensFeng Tian2015-08-261-30/+163
* MdeModulePkg/Xhci: make all timeout values be consistent with comments.Feng Tian2015-08-191-1/+1
* MdeModulePkg/XhciDxe: Error handling enhancement for XhcExecTransferFeng Tian2015-07-081-5/+8
* MdeModulePkg: fix completed xfer length in XhciDxe and XhciPei driversFeng Tian2015-04-271-1/+1
* MdeModulePkg/XhciDxe: rename "Lenth" to "Length" in TRB structsFeng Tian2015-04-271-6/+6
* Do not access transfer ring when endpoint is isochronous type and control typ...Elvin Li2014-08-221-6/+26
* 1) Add type cast for better coding style.Feng Tian2014-08-071-4/+4
* MdeModulePkg XhciDxe: Initialize ScratchPhy and ScratchEntryPhy in XhcInitSch...Star Zeng2014-07-071-0/+2
* MdeModulePkg XhciDxe: XHCI multiple interface alternate setting support.Star Zeng2014-07-041-246/+769
* MdeModulePkg/UsbBus&XhciDxe: Solve a bug that 2 or more tiers SS hubs with SS...Feng Tian2013-11-221-19/+21
* MdeModulePkg/XhciDxe: Dynamically calculate the interval value of interrupt e...Tian, Feng2013-10-231-4/+6
* Remove several ASSERT in XhciDxe to allow error status happen then do error h...Elvin Li2013-08-211-36/+58
* Update XHCI driver to use PCI IO AllocateBuffer/Map/Unmap to do DMA operation.Elvin Li2013-08-121-119/+345