summaryrefslogtreecommitdiff
path: root/drivers/pci
Commit message (Expand)AuthorAgeLines
...
* pci: Use debug() instead of DEBUGF() in pci_auto.cSimon Glass2015-08-05-25/+23
* x86: Sanity test on vesa parameters before setting up kernel screen_infoBin Meng2015-08-05-0/+4
* dm: pci: Allow scan bridge child devices before relocationBin Meng2015-08-05-4/+0
* drivers/pci/layerscape: Add EP mode supportMinghuan Lian2015-08-03-2/+135
* drivers/pci: Add function to find an extended capabilityMinghuan Lian2015-08-03-0/+53
* dm: pci: Support bridge device configuration correctlyBin Meng2015-07-28-18/+61
* dm: pci: Pass only device/function to pci_bus_find_devfn()Bin Meng2015-07-28-1/+1
* dm: pci: Use complete bdf in all pci config read/write routinesBin Meng2015-07-28-27/+27
* dm: pci: Correct primary/secondary/subordinate bus number assignmentBin Meng2015-07-28-0/+9
* dm: pci: Add a function to get the BDF for a deviceSimon Glass2015-07-21-12/+11
* dm: pci: Add support for PCI driver matchingSimon Glass2015-07-21-13/+116
* armv8/fsl-lsch3: device tree fixups for PCI stream IDsStuart Yoder2015-07-20-0/+62
* pci: Disable expansion ROM address decoding when signature check failsBin Meng2015-07-14-0/+4
* pci: Configure expansion ROM during auto config processBin Meng2015-07-14-31/+22
* dm: x86: baytrail: Correct PCI region 3 when driver model is usedSimon Glass2015-07-14-2/+6
* x86: pci: Tidy up the generic x86 PCI driverSimon Glass2015-07-14-5/+8
* x86: Configure VESA parameters before loading Linux kernelBin Meng2015-07-14-0/+28
* x86: Move VGA option rom macros to KconfigBin Meng2015-07-14-2/+2
* video: Add 32-bit color depth support for VBEJian Luo2015-07-14-0/+1
* dm: pci: Correct bus number when scanning sub-busesSimon Glass2015-07-14-1/+1
* dm: pci: Use the correct hose when configuring devicesSimon Glass2015-07-14-1/+11
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2015-06-08-1/+3
|\
| * pci: imx: display message if no pcie linkTim Harvey2015-05-28-1/+3
* | Merge git://git.denx.de/u-boot-dmTom Rini2015-06-05-0/+1
|\ \
| * | dm: pci: Allow PCI bus numbering aliasesSimon Glass2015-06-04-0/+1
* | | pci: Do not skip legacy IDE device configurationBin Meng2015-06-04-14/+0
* | | pci: Allow debug message output in pci_auto.cBin Meng2015-06-04-1/+0
* | | pci: Move pci_hose_phys_to_bus() to pci_common.cBin Meng2015-06-04-70/+66
|/ /
* | pci: display header for bus scanTim Harvey2015-05-27-0/+4
|/
* Merge git://git.denx.de/u-boot-mpc85xxTom Rini2015-05-05-1/+22
|\
| * fsl/pci: Set CFG_READY for PCIe v3.0 and laterMinghuan Lian2015-05-04-1/+7
| * T2080QDS/PCIe: Soft Reset PCIe on T2080QDS for down-training issueZhao Qiang2015-05-04-0/+15
* | pci: Remove parameter 'class' of pci_rom_load()Bin Meng2015-04-29-2/+2
* | pci: Option rom class is a 24-bit numberBin Meng2015-04-29-9/+11
|/
* pci/layerscape: fix link and class issues to support ls2085aMinghuan Lian2015-04-21-14/+33
* pci/layerscape: remove unnecessary pcie_layerscape.hMinghuan Lian2015-04-21-3/+2
* dm: x86: pci: Add a PCI driver for driver modelSimon Glass2015-04-18-0/+25
* dm: sandbox: pci: Add a PCI emulation uclassSimon Glass2015-04-16-0/+68
* dm: sandbox: Add a simple PCI driverSimon Glass2015-04-16-0/+90
* dm: pci: Add a uclass for PCISimon Glass2015-04-16-4/+714
* dm: pci: Move common PCI functions into their own fileSimon Glass2015-04-16-276/+299
* driver/pci: add Layerscape PCIe driverMinghuan Lian2015-02-24-5/+466
* PCI: add 64-bit prefetchable memory supportDavid Feng2015-02-16-1/+35
* x86: video: Allow video ROM execution to fall back to the other methodSimon Glass2015-02-05-7/+25
* pci: Add a function to find a device by classSimon Glass2015-02-05-0/+43
* drivers/pci/pci_rom.c: fix compile warning under 64bit modeMinghuan Lian2015-01-30-1/+1
* pci: tegra: Fix port information parsingSjoerd Simons2015-01-23-3/+2
* x86: Access the VGA ROM when neededSimon Glass2015-01-23-2/+33
* x86: pci: Don't stop when we get a vendor/device mismatchSimon Glass2015-01-23-1/+1
* x86: Support ROMs on other archsSimon Glass2015-01-23-0/+6