summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus/Pci/EhciDxe
AgeCommit message (Expand)Author
2014-01-20Merging linaro-edk2-2014.01-rc1 into linaro-tracking.Leif Lindholm
2013-07-05MdeModulePkg/Usb: Update some debug messages’ print level to EFI_D_VERBOSEFeng Tian
2013-06-24MdeModulePkg/Usb: Boost the r/w performance by reducing stall time on polling...Feng Tian
2012-12-25MdeMdeModulePkg/Ehci: Add logic to dispatch OHCI driver first if the companio...erictian
2012-11-02Update comments for functions UhciAllocateDev, EhcCreateUsb2Hc and XhcCreateU...li-elvin
2012-10-30Add missing status code in several modules.li-elvin
2012-05-02MdeModulePkg: Fix EHCI module build warning reported by VS2005 tool chain.erictian
2012-04-28MdeModulePkg: Skip to manage usb debug port in EDKII EHCI driver if it's used...erictian
2011-11-16MdeModulePkg: Enable port power if port power control feature is supported by...erictian
2011-08-24Remove CONST modifier to be spec complianceerictian
2011-07-06Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu
2011-03-04when timeout is 0, infinite loop on the timeout request to follow UEFI specerictian
2010-11-26EHCI Controllers with a CapLen of 0 are ignored.erictian
2010-05-07Update UHCI and ECHI drivers to both Stop and Reset the host controller at Ex...mdkinney
2010-04-24Update the copyright notice formathhtian
2010-03-19Fix a bug that usb keybarod can not work well when it is inserted at a usb 2....erictian
2010-03-10Minor comment fix.rsun3
2010-03-05Add a blank line in the end of file.lgao4
2010-03-05fix build errorerictian
2010-03-05roll back the parameter check of AsyncInterruptTransfer() and SyncInterruptTr...erictian
2010-03-04Add an EHCI register dump function for debug. Not hooked in any place...andrewfish
2010-03-04uniform the sw and hw expression to avoid confusing. it does not effect hw fu...erictian
2010-03-03Minor bug fix and robustness check improvement.rsun3
2010-02-28update Ehci driver to distinct pci memory address and host addresserictian
2010-02-241. Correct File header to ## @filelgao4
2010-02-20add more comments for gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport.niruiyu
2010-01-19Improve coding style in MdeModulePkg.rsun3
2009-12-16add error handling on usb related modules.eric_tian
2009-12-10Tempoprary removal of this ASSERT as it crashes the BeagleBoard. We can put i...AJFISH
2009-10-14MdeModule EhciDxe: Fix compiler warning for IA32 architecture.jljusten
2009-10-14update code to eliminate the wrong assumption that pci address is equal to ho...eric_tian
2009-08-19modify the incorrect timeout value definitions in Usb drivereric_tian
2009-08-11add comments to clarify the enhancement on EHCI driver, which is guaranteed t...eric_tian
2009-07-24code cleanup:eric_tian
2009-07-23Adding a segment code to make sure that the EHCI controller get attached to t...eric_tian
2009-04-30Replace references to RFC 3066 with RFC 4646. gikidy
2009-04-10Fix various 'EFIAPI' inconsistencies found while building MdeModulePkg.jljusten
2009-04-10fixed DMA not be stopped issue when gBS->ExitBootServices called.vanjeff
2009-02-25updateeric_tian
2009-02-06clean ecceric_tian
2009-02-04Use TO_START and BY_START for UEFI driver model driver.qwang12
2009-02-041) Fix a typo in EhcMoniteAsyncRequests.qwang12
2009-02-03Add information in Meta-Data fileeric_tian
2008-12-26Library usage checkedjji4
2008-12-18check the usage of %d,%x,%ld,%lx and so on in debug print statement.jji4
2008-12-16Clean up to update the reference of the these macros:qhuang8
2008-12-12Add description to .inf files.gikidy
2008-12-06Change _CR() to BASE_CR() to follow naming conventionmdkinney
2008-12-04Typo correctedjji4
2008-12-041)Global variables have been moved backward ahead of functions.jji4