summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus/Pci
AgeCommit message (Expand)AuthorFilesLines
2011-07-06Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu6-12/+12
2011-06-27MdeModulePkg: Add IdeBusPei driverjljusten3-0/+3008
2011-06-27MdeModulePkg: Add PEI USB drivers and related PPIsjljusten13-0/+9005
2011-06-20Fix EFI Option ROM being loaded twice unconditionally.niruiyu1-15/+1
2011-03-11Update some progress codes name per the PI Spec, 1.2 Errata B. vanjeff2-4/+4
2011-03-04when timeout is 0, infinite loop on the timeout request to follow UEFI specerictian2-10/+32
2011-01-03Use REPORT_STATUS_CODExxx() macros directly.mdkinney1-36/+76
2010-12-28Clean ISA_IO/ISA_IO_16 and VGA_IO/VGA_IO_16 attribute usage in PCI bus driver...rsun34-53/+79
2010-12-14Add special treatment for EFI_PCI_IO_ATTRIBUTE_EMBEDDED_DEVICE and EFI_PCI_IO...rsun32-0/+10
2010-12-14Update the PCI bus driver to correctly set the EFI_PCI_IO_ATTRIBUTE_EMBEDDED_...rsun34-0/+17
2010-11-26EHCI Controllers with a CapLen of 0 are ignored.erictian1-0/+8
2010-11-22The PCI HotPlug Init Protocol returns a list of Root HPC, but it is possible ...rsun33-3/+6
2010-11-12Fix bug: The lower 2 bits of Width and stripped, Count will always be multipl...vanjeff1-7/+7
2010-11-10Fix ICC build break.rsun31-7/+7
2010-11-09Some existing PCI adapters with UEFI option ROMs make unaligned requests thro...rsun32-0/+138
2010-11-08Per the UEFI spec, if a PCI controller is a P2P bridge, then the I/O, Memory ...rsun31-2/+2
2010-10-13DuetPkg, MdeModulePkg: Fix several enum comparionsjljusten1-1/+1
2010-09-16Refine code to make code run safely.ydong101-4/+4
2010-09-15Refine soma code to make code run safely.ydong104-5/+5
2010-08-18clear the correct BAR register. Because for P2P device, only register from 0x...niruiyu1-2/+8
2010-07-13Return from ProgramBar() after VF BARs are programmed.rsun31-1/+2
2010-07-13Fix bugs in the PCI bus driver to support SR-IOV.rsun36-228/+289
2010-05-07Update UHCI and ECHI drivers to both Stop and Reset the host controller at Ex...mdkinney2-5/+7
2010-05-07Fix bug in PciHostBridgeEnumerator().mdkinney1-1/+1
2010-04-24Update the copyright notice formathhtian61-122/+122
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