summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus/Pci/EhciDxe
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-30Replace references to RFC 3066 with RFC 4646. gikidy2-4/+4
2009-04-10Fix various 'EFIAPI' inconsistencies found while building MdeModulePkg.jljusten2-0/+2
2009-04-10fixed DMA not be stopped issue when gBS->ExitBootServices called.vanjeff3-0/+57
2009-02-25updateeric_tian1-1/+1
2009-02-06clean ecceric_tian1-5/+3
2009-02-04Use TO_START and BY_START for UEFI driver model driver.qwang121-2/+2
2009-02-041) Fix a typo in EhcMoniteAsyncRequests.qwang1213-104/+25
2009-02-03Add information in Meta-Data fileeric_tian1-2/+8
2008-12-26Library usage checkedjji41-1/+1
2008-12-18check the usage of %d,%x,%ld,%lx and so on in debug print statement.jji42-5/+5
2008-12-16Clean up to update the reference of the these macros:qhuang82-4/+4
2008-12-12Add description to .inf files.gikidy2-4/+8
2008-12-06Change _CR() to BASE_CR() to follow naming conventionmdkinney1-1/+1
2008-12-04Typo correctedjji41-1/+1
2008-12-041)Global variables have been moved backward ahead of functions.jji41-1/+5
2008-12-03Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie...gikidy1-2/+0
2008-12-03Global variables have been moved backward ahead of functions.jji45-138/+224
2008-10-27Make use of correct format String:qwang122-2/+2
2008-09-04clean up the un-suitable ';' location when declaring the functions.vanjeff5-66/+33
2008-08-30The driver and library in MdePkg, MdeModulePkg and Nt32Pkg that don't depend ...lgao41-1/+1
2008-08-25remove the unused msa files in MdeModulePkg.lgao41-81/+0