index
:
edk2-platforms.git
about
devel-IntelAtomProcessorE3900
devel-MinPlatform
devel-MinnowBoard3
devel-MinnowBoard3-UDK2017
devel-MinnowBoardMax-UDK2017
devel-OpenPlatformPkg
devel-dynamictables
master
minnowboard-max-udk2015
pentium-celeron-n-udk2015
(https://github.com/tianocore/edk2-platforms)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
MdeModulePkg
/
Bus
/
Pci
/
XhciDxe
Age
Commit message (
Expand
)
Author
2016-04-21
MdeModulePkg/Usb: Fix wrong condition judgment to support usb3.1 dev
Feng Tian
2015-12-15
MdeModulePkg: Convert all .uni files to utf-8
Jordan Justen
2015-08-26
MdeModulePkg/Xhci: Remove TDs from transfer ring when timeout happens
Feng Tian
2015-08-19
MdeModulePkg/Xhci: make all timeout values be consistent with comments.
Feng Tian
2015-08-06
MdeModulePkg/Usb: Adjust TPL to not block async transfer during usb enum.
Feng Tian
2015-07-08
MdeModulePkg/XhciDxe: Error handling enhancement for XhcExecTransfer
Feng Tian
2015-06-09
MdeModulePkg/XhciDxe: Update async polling interval to 1ms.
Tian Feng
2015-04-27
MdeModulePkg: fix completed xfer length in XhciDxe and XhciPei drivers
Feng Tian
2015-04-27
MdeModulePkg/XhciDxe: rename "Lenth" to "Length" in TRB structs
Feng Tian
2015-03-16
MdeModulePkg: XhciDxe: list ARM and AARCH64 as valid architectures
Laszlo Ersek
2015-03-13
MdeModulePkg: Fix typo.
Shumin Qiu
2015-03-12
MdeModulePkg/Usb: Remove unnecessary direction restriction on UsbHc2.SyncInte...
Feng Tian
2014-09-03
MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...
Gao, Liming
2014-08-28
MdeModulePkg: INF/DEC file updates to EDK II packages
Zeng, Star
2014-08-28
MdeModulePkg: INF/DEC file updates to EDK II packages
Zeng, Star
2014-08-22
Do not access transfer ring when endpoint is isochronous type and control typ...
Elvin Li
2014-08-07
1) Add type cast for better coding style.
Feng Tian
2014-07-09
Fixed typos: hanlder should be handler.
Chen Fan
2014-07-07
MdeModulePkg XhciDxe: Initialize ScratchPhy and ScratchEntryPhy in XhcInitSch...
Star Zeng
2014-07-04
MdeModulePkg XhciDxe: XHCI multiple interface alternate setting support.
Star Zeng
2014-01-22
Fix CRLF format
Tian, Hot
2013-12-25
Update XhcWaitOpRegBit to take Timout argument as microsecond.
Elvin Li
2013-12-13
MdeModulePkg/XhciDxe: Fix ICC compiler build warning.
Feng Tian
2013-12-06
MdeModulePkg/Xhci: Coding style update to follow EDKII C Coding Standards Spec.
Feng Tian
2013-12-03
MdeModulePkg/Usb: All h/w related stop operation at DriverBindingStop() shoul...
Feng Tian
2013-11-22
MdeModulePkg/UsbBus&XhciDxe: Solve a bug that 2 or more tiers SS hubs with SS...
Feng Tian
2013-10-23
MdeModulePkg/XhciDxe: Dynamically calculate the interval value of interrupt e...
Tian, Feng
2013-10-15
MdeModulePkg/XhciDxe: Usb legacy support feature is optional. For those usb 3...
Sergey Isakov
2013-10-09
Just like EhciDxe, do not reset host controller when debug capability is enab...
Elvin Li
2013-08-21
Remove several ASSERT in XhciDxe to allow error status happen then do error h...
Elvin Li
2013-08-12
Update XHCI driver to use PCI IO AllocateBuffer/Map/Unmap to do DMA operation.
Elvin Li
2013-06-24
MdeModulePkg/Usb: Boost the r/w performance by reducing stall time on polling...
Feng Tian
2013-05-10
MdeMdeModulePkg/Xhci: Clear BIOS_OWN semaphore before halting XHCI controller
erictian
2013-03-29
MdeMdeModulePkg/Usb: Fixed two usb issues
erictian
2013-03-20
MdeModulePkg: Fixed 'variable set but not used' build warning.
erictian
2012-12-25
MdeMdeModulePkg/Xhci: Fix a wrong conditional judgment which bring assertion ...
erictian
2012-11-02
Update comments for functions UhciAllocateDev, EhcCreateUsb2Hc and XhcCreateU...
li-elvin
2012-10-30
Add missing status code in several modules.
li-elvin
2012-04-10
MdeModulePkg: Fix build warning on Xhci driver with XCode 32 tool chain.
erictian
2012-03-27
MdeModulePkg/XhciDxe: Event Ring traverse algorithm enhancement to avoid that...
erictian
2012-03-07
MdeModulePkg: add support for ORICO PEUS3-2P card
erictian
2011-11-28
Update code to pass build on VS2008 with /Od compiler option.
lgao4
2011-11-25
MdeModulePkg: The patch eliminates two assumptions
erictian
2011-10-31
MdeModulePkg: Remove variables that are set, but not used
jljusten
2011-09-14
1) remove wrong global variable usage because it will bring data corrupt if t...
erictian
2011-08-25
Fixed build error reported by ICC and GCC
erictian
2011-08-23
Enabling usb3.0 XHCI support.
erictian