summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus/Pci/XhciDxe
AgeCommit message (Expand)AuthorFilesLines
2015-03-12MdeModulePkg/Usb: Remove unnecessary direction restriction on UsbHc2.SyncInte...Feng Tian1-5/+1
2014-09-03MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming1-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star1-10/+8
2014-08-22Do not access transfer ring when endpoint is isochronous type and control typ...Elvin Li1-6/+26
2014-08-071) Add type cast for better coding style.Feng Tian2-5/+5
2014-07-09Fixed typos: hanlder should be handler.Chen Fan1-1/+1
2014-07-07MdeModulePkg XhciDxe: Initialize ScratchPhy and ScratchEntryPhy in XhcInitSch...Star Zeng1-0/+2
2014-07-04MdeModulePkg XhciDxe: XHCI multiple interface alternate setting support.Star Zeng4-249/+841
2014-01-22Fix CRLF formatTian, Hot1-2205/+2205
2013-12-25Update XhcWaitOpRegBit to take Timout argument as microsecond.Elvin Li2-10/+10
2013-12-13MdeModulePkg/XhciDxe: Fix ICC compiler build warning.Feng Tian1-1/+1
2013-12-06MdeModulePkg/Xhci: Coding style update to follow EDKII C Coding Standards Spec.Feng Tian1-1/+6
2013-12-03MdeModulePkg/Usb: All h/w related stop operation at DriverBindingStop() shoul...Feng Tian1-13/+12
2013-11-22MdeModulePkg/UsbBus&XhciDxe: Solve a bug that 2 or more tiers SS hubs with SS...Feng Tian3-53/+100
2013-10-23MdeModulePkg/XhciDxe: Dynamically calculate the interval value of interrupt e...Tian, Feng1-4/+6
2013-10-15MdeModulePkg/XhciDxe: Usb legacy support feature is optional. For those usb 3...Sergey Isakov2-3/+11
2013-10-09Just like EhciDxe, do not reset host controller when debug capability is enab...Elvin Li4-10/+51
2013-08-21Remove several ASSERT in XhciDxe to allow error status happen then do error h...Elvin Li2-42/+67
2013-08-12Update XHCI driver to use PCI IO AllocateBuffer/Map/Unmap to do DMA operation.Elvin Li7-123/+1357
2013-06-24MdeModulePkg/Usb: Boost the r/w performance by reducing stall time on polling...Feng Tian2-4/+8
2013-05-10MdeMdeModulePkg/Xhci: Clear BIOS_OWN semaphore before halting XHCI controllererictian1-4/+4
2013-03-29MdeMdeModulePkg/Usb: Fixed two usb issueserictian1-2/+2
2013-03-20MdeModulePkg: Fixed 'variable set but not used' build warning.erictian1-9/+2
2012-12-25MdeMdeModulePkg/Xhci: Fix a wrong conditional judgment which bring assertion ...erictian1-76/+74
2012-11-02Update comments for functions UhciAllocateDev, EhcCreateUsb2Hc and XhcCreateU...li-elvin1-0/+1
2012-10-30Add missing status code in several modules.li-elvin3-44/+73
2012-04-10MdeModulePkg: Fix build warning on Xhci driver with XCode 32 tool chain.erictian1-1/+2
2012-03-27MdeModulePkg/XhciDxe: Event Ring traverse algorithm enhancement to avoid that...erictian5-2271/+2336
2012-03-07MdeModulePkg: add support for ORICO PEUS3-2P carderictian2-15/+19
2011-11-28Update code to pass build on VS2008 with /Od compiler option.lgao41-3/+3
2011-11-25MdeModulePkg: The patch eliminates two assumptionserictian6-401/+1049
2011-10-31MdeModulePkg: Remove variables that are set, but not usedjljusten2-9/+6
2011-09-141) remove wrong global variable usage because it will bring data corrupt if t...erictian8-1025/+1287
2011-08-25Fixed build error reported by ICC and GCCerictian3-22/+18
2011-08-23Enabling usb3.0 XHCI support.erictian9-0/+7810