summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c
AgeCommit message (Expand)Author
2017-09-05Remove core packages since we can get them from edk2 repositoryGuo Mang
2015-08-26MdeModulePkg/Xhci: Remove TDs from transfer ring when timeout happensFeng Tian
2015-08-19MdeModulePkg/Xhci: make all timeout values be consistent with comments.Feng Tian
2015-07-08MdeModulePkg/XhciDxe: Error handling enhancement for XhcExecTransferFeng Tian
2015-04-27MdeModulePkg: fix completed xfer length in XhciDxe and XhciPei driversFeng Tian
2015-04-27MdeModulePkg/XhciDxe: rename "Lenth" to "Length" in TRB structsFeng Tian
2014-08-22Do not access transfer ring when endpoint is isochronous type and control typ...Elvin Li
2014-08-071) Add type cast for better coding style.Feng Tian
2014-07-07MdeModulePkg XhciDxe: Initialize ScratchPhy and ScratchEntryPhy in XhcInitSch...Star Zeng
2014-07-04MdeModulePkg XhciDxe: XHCI multiple interface alternate setting support.Star Zeng
2013-11-22MdeModulePkg/UsbBus&XhciDxe: Solve a bug that 2 or more tiers SS hubs with SS...Feng Tian
2013-10-23MdeModulePkg/XhciDxe: Dynamically calculate the interval value of interrupt e...Tian, Feng
2013-08-21Remove several ASSERT in XhciDxe to allow error status happen then do error h...Elvin Li
2013-08-12Update XHCI driver to use PCI IO AllocateBuffer/Map/Unmap to do DMA operation.Elvin Li
2013-06-24MdeModulePkg/Usb: Boost the r/w performance by reducing stall time on polling...Feng Tian
2013-03-20MdeModulePkg: Fixed 'variable set but not used' build warning.erictian
2012-04-10MdeModulePkg: Fix build warning on Xhci driver with XCode 32 tool chain.erictian
2012-03-27MdeModulePkg/XhciDxe: Event Ring traverse algorithm enhancement to avoid that...erictian
2012-03-07MdeModulePkg: add support for ORICO PEUS3-2P carderictian
2011-11-28Update code to pass build on VS2008 with /Od compiler option.lgao4
2011-11-25MdeModulePkg: The patch eliminates two assumptionserictian
2011-10-31MdeModulePkg: Remove variables that are set, but not usedjljusten
2011-09-141) remove wrong global variable usage because it will bring data corrupt if t...erictian
2011-08-25Fixed build error reported by ICC and GCCerictian
2011-08-23Enabling usb3.0 XHCI support.erictian