summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus/Pci/EhciDxe
AgeCommit message (Expand)AuthorFilesLines
2017-03-06MdeModulePkg: Refine casting expression result to bigger sizeHao Wu1-4/+4
2016-12-02MdeModulePkg/Ehci: don't clear port status bits during initFeng Tian1-1/+9
2016-10-27MdeModulePkg/Bus: Fix typos in commentsGary Lin2-5/+5
2016-09-06MdeModulePkg/EhciDxe: enable 64-bit PCI DMAArd Biesheuvel3-2/+24
2016-07-11MdeModulePkg: Fix typos in comments and variablesGiri P Mudusuru1-2/+2
2015-12-15MdeModulePkg: Convert all .uni files to utf-8Jordan Justen2-0/+0
2015-08-06MdeModulePkg/Usb: Adjust TPL to not block async transfer during usb enum.Feng Tian1-1/+1
2015-06-09MdeModulePkg/EhciDxe: Update async polling interval to 1ms.Tian Feng1-3/+3
2015-03-12MdeModulePkg/Usb: Remove unnecessary direction restriction on UsbHc2.SyncInte...Feng Tian1-5/+1
2015-02-23MdeModulePkg: list ARM and AARCH64 as valid architectures for some modulesLaszlo Ersek1-1/+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-11/+9
2014-08-071) Add type cast for better coding style.Feng Tian1-2/+2
2014-07-09Fixed typos: hanlder should be handler.Chen Fan1-1/+1
2013-12-03MdeModulePkg/Usb: All h/w related stop operation at DriverBindingStop() shoul...Feng Tian1-7/+7
2013-07-05MdeModulePkg/Usb: Update some debug messages’ print level to EFI_D_VERBOSEFeng Tian3-78/+78
2013-06-24MdeModulePkg/Usb: Boost the r/w performance by reducing stall time on polling...Feng Tian1-3/+3
2012-12-25MdeMdeModulePkg/Ehci: Add logic to dispatch OHCI driver first if the companio...erictian1-17/+18
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-5/+36
2012-05-02MdeModulePkg: Fix EHCI module build warning reported by VS2005 tool chain.erictian1-2/+2
2012-04-28MdeModulePkg: Skip to manage usb debug port in EDKII EHCI driver if it's used...erictian4-5/+224
2011-11-16MdeModulePkg: Enable port power if port power control feature is supported by...erictian3-8/+29
2011-08-24Remove CONST modifier to be spec complianceerictian1-6/+6
2011-07-06Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu2-4/+4
2011-03-04when timeout is 0, infinite loop on the timeout request to follow UEFI specerictian1-5/+16
2010-11-26EHCI Controllers with a CapLen of 0 are ignored.erictian1-0/+8
2010-05-07Update UHCI and ECHI drivers to both Stop and Reset the host controller at Ex...mdkinney1-4/+2
2010-04-24Update the copyright notice formathhtian15-30/+30
2010-03-19Fix a bug that usb keybarod can not work well when it is inserted at a usb 2....erictian1-1/+6
2010-03-10Minor comment fix.rsun32-2/+2
2010-03-05Add a blank line in the end of file.lgao41-1/+1
2010-03-05fix build errorerictian1-1/+1
2010-03-05roll back the parameter check of AsyncInterruptTransfer() and SyncInterruptTr...erictian1-4/+2
2010-03-04Add an EHCI register dump function for debug. Not hooked in any place...andrewfish2-0/+41
2010-03-04uniform the sw and hw expression to avoid confusing. it does not effect hw fu...erictian2-3/+8
2010-03-03Minor bug fix and robustness check improvement.rsun31-4/+7
2010-02-28update Ehci driver to distinct pci memory address and host addresserictian6-53/+86
2010-02-241. Correct File header to ## @filelgao41-4/+4
2010-02-20add more comments for gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport.niruiyu1-1/+1
2010-01-19Improve coding style in MdeModulePkg.rsun38-167/+170
2009-12-16add error handling on usb related modules.eric_tian2-0/+35
2009-12-10Tempoprary removal of this ASSERT as it crashes the BeagleBoard. We can put i...AJFISH1-1/+4
2009-10-14MdeModule EhciDxe: Fix compiler warning for IA32 architecture.jljusten1-1/+1
2009-10-14update code to eliminate the wrong assumption that pci address is equal to ho...eric_tian6-32/+126
2009-08-19modify the incorrect timeout value definitions in Usb drivereric_tian1-1/+1
2009-08-11add comments to clarify the enhancement on EHCI driver, which is guaranteed t...eric_tian2-3/+27
2009-07-24code cleanup:eric_tian4-18/+7
2009-07-23Adding a segment code to make sure that the EHCI controller get attached to t...eric_tian1-6/+113