summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus/Pci
AgeCommit message (Expand)AuthorFilesLines
2010-03-20Fix compile break on IA32 arch.lgao42-2/+2
2010-03-19Fix a bug that usb keybarod can not work well when it is inserted at a usb 2....erictian8-142/+122
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 ## @filelgao44-14/+14
2010-02-20add more comments for gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport.niruiyu1-1/+1
2010-01-29Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections...mdkinney2-6/+5
2010-01-19Improve coding style in MdeModulePkg.rsun314-302/+307
2010-01-15Fix some coding style issues in MdeModulePkg.rsun33-10/+13
2010-01-14Fix the issue in MdeModulePkg that mismatch between PCD type and the PCD Lib ...rsun31-1/+1
2009-12-29Fix a bug about linked list manipulation in DegradeResource() in PCI bus driver.rsun31-2/+5
2009-12-29Fix a bug in DegradeResource().rsun31-15/+16
2009-12-25Fix ICC toolchain build break.rsun31-2/+2
2009-12-24Update resource degrade algorithm in PCI bus driver. (1)If any child device h...rsun32-29/+70
2009-12-24Update PCI bus driver to support non-standard PCI to PCI bridge I/O window al...rsun36-6/+46
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-26Set Handle to NULL when creating a new handle.vanjeff1-0/+1
2009-10-201. Impl PI 1.2 PCI part. Major changes include:davidhuang31-0/+18127
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-09-30For the data region which will be touched by Pci Bus Master, we should alloca...eric_tian2-2/+2
2009-09-14In various archs, Processor memory address may not be same with Pci memory ad...eric_tian6-69/+193
2009-08-19modify the incorrect timeout value definitions in Usb drivereric_tian2-2/+2
2009-08-11add comments to clarify the enhancement on EHCI driver, which is guaranteed t...eric_tian2-3/+27
2009-07-24code cleanup:eric_tian8-60/+42
2009-07-23Adding a segment code to make sure that the EHCI controller get attached to t...eric_tian1-6/+113
2009-07-03remove UndiRuntimeDxe from MdeModulePkg to OptionRomPkgvanjeff6-7179/+0
2009-06-24remove the self-implementation on checksum() in this module by using BaseLib.eric_tian3-39/+6
2009-04-30Replace references to RFC 3066 with RFC 4646. gikidy4-8/+8
2009-04-20Changed ID into Id.vanjeff1-2/+2
2009-04-10Fix various 'EFIAPI' inconsistencies found while building MdeModulePkg.jljusten4-2/+6
2009-04-10fixed DMA not be stopped issue when gBS->ExitBootServices called.vanjeff6-2/+121
2009-02-25updateeric_tian2-2/+2
2009-02-06clean ecceric_tian2-9/+6
2009-02-04Use TO_START and BY_START for UEFI driver model driver.qwang122-4/+4
2009-02-043) Doxygen comment cleanup.qwang125-48/+0
2009-02-041) Fix a typo in EhcMoniteAsyncRequests.qwang1213-104/+25
2009-02-03use the GUIDed versions of events listed below: EVT_SIGNAL_VIRTUAL_ADDRESS_CH...jji42-4/+10
2009-02-03Add information in Meta-Data fileeric_tian1-2/+8
2009-02-03Add information in Meta-Data fileeric_tian1-2/+8
2009-02-02add parameter check logic to clean up Klocwork warning.eric_tian1-2/+9
2009-01-19Source level security checkedjji41-1/+0
2008-12-26Library usage checkedjji42-3/+3