summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus/Pci/XhciDxe
Commit message (Expand)AuthorAgeFilesLines
...
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-282-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-281-10/+8
* 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-072-5/+5
* Fixed typos: hanlder should be handler.Chen Fan2014-07-091-1/+1
* 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-044-249/+841
* Fix CRLF formatTian, Hot2014-01-221-2205/+2205
* Update XhcWaitOpRegBit to take Timout argument as microsecond.Elvin Li2013-12-252-10/+10
* MdeModulePkg/XhciDxe: Fix ICC compiler build warning.Feng Tian2013-12-131-1/+1
* MdeModulePkg/Xhci: Coding style update to follow EDKII C Coding Standards Spec.Feng Tian2013-12-061-1/+6
* MdeModulePkg/Usb: All h/w related stop operation at DriverBindingStop() shoul...Feng Tian2013-12-031-13/+12
* MdeModulePkg/UsbBus&XhciDxe: Solve a bug that 2 or more tiers SS hubs with SS...Feng Tian2013-11-223-53/+100
* MdeModulePkg/XhciDxe: Dynamically calculate the interval value of interrupt e...Tian, Feng2013-10-231-4/+6
* MdeModulePkg/XhciDxe: Usb legacy support feature is optional. For those usb 3...Sergey Isakov2013-10-152-3/+11
* Just like EhciDxe, do not reset host controller when debug capability is enab...Elvin Li2013-10-094-10/+51
* Remove several ASSERT in XhciDxe to allow error status happen then do error h...Elvin Li2013-08-212-42/+67
* Update XHCI driver to use PCI IO AllocateBuffer/Map/Unmap to do DMA operation.Elvin Li2013-08-127-123/+1357
* MdeModulePkg/Usb: Boost the r/w performance by reducing stall time on polling...Feng Tian2013-06-242-4/+8
* MdeMdeModulePkg/Xhci: Clear BIOS_OWN semaphore before halting XHCI controllererictian2013-05-101-4/+4
* MdeMdeModulePkg/Usb: Fixed two usb issueserictian2013-03-291-2/+2
* MdeModulePkg: Fixed 'variable set but not used' build warning.erictian2013-03-201-9/+2
* MdeMdeModulePkg/Xhci: Fix a wrong conditional judgment which bring assertion ...erictian2012-12-251-76/+74
* Update comments for functions UhciAllocateDev, EhcCreateUsb2Hc and XhcCreateU...li-elvin2012-11-021-0/+1
* Add missing status code in several modules.li-elvin2012-10-303-44/+73
* MdeModulePkg: Fix build warning on Xhci driver with XCode 32 tool chain.erictian2012-04-101-1/+2
* MdeModulePkg/XhciDxe: Event Ring traverse algorithm enhancement to avoid that...erictian2012-03-275-2271/+2336
* MdeModulePkg: add support for ORICO PEUS3-2P carderictian2012-03-072-15/+19
* Update code to pass build on VS2008 with /Od compiler option.lgao42011-11-281-3/+3
* MdeModulePkg: The patch eliminates two assumptionserictian2011-11-256-401/+1049
* MdeModulePkg: Remove variables that are set, but not usedjljusten2011-10-312-9/+6
* 1) remove wrong global variable usage because it will bring data corrupt if t...erictian2011-09-148-1025/+1287
* Fixed build error reported by ICC and GCCerictian2011-08-253-22/+18
* Enabling usb3.0 XHCI support.erictian2011-08-239-0/+7810