summaryrefslogtreecommitdiff
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* arm: add initial support for the Phytium Durian BoardWIP/2019-11-07-master-importsliu hao2019-11-073-0/+208
* pci: add DM based mpc85xx driverHeiko Schocher2019-11-063-0/+166
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86WIP/12Oct2019Tom Rini2019-10-121-6/+24
|\
| * sandbox: pci: Remember the device being emulatedSimon Glass2019-10-111-6/+24
* | pci: mediatek: add PCIe controller support for MT7623Ryder Lee2019-10-113-0/+288
|/
* sandbox: pci: Create a new sandbox_pci_read_bar() functionSimon Glass2019-10-081-0/+20
* x86: pci: Drop the first parameter in pci_x86_r/w_config()Simon Glass2019-10-081-2/+14
* x86: Move acpi_s3.h to a common locationSimon Glass2019-10-081-1/+1
* pci: Show a message if PCI autoconfig failsSimon Glass2019-10-081-3/+9
* pci: Add more debug detail when resources are exhaustedSimon Glass2019-10-081-1/+3
* pci: Disable autoconfig in SPLSimon Glass2019-10-081-1/+1
* pci: Show the result of binding a deviceSimon Glass2019-10-081-1/+2
* pci: sandbox: Probe PCI emulation devices when usedSimon Glass2019-10-081-3/+2
* pci: sandbox: Move the emulators into their own nodeSimon Glass2019-10-081-6/+30
* x86: fsp: Create a common fsp_support.h headerSimon Glass2019-10-081-1/+1
* x86: Rename existing FSP code to fsp1Simon Glass2019-10-081-1/+1
* pci: sh7751: Convert to DM and DT probingMarek Vasut2019-09-021-58/+106
* dm: pcie_fsl: Add MPC8548 PCIe supportHou Zhiqiang2019-08-281-0/+1
* dm: pcie_fsl: Add P5040 PCIe supportHou Zhiqiang2019-08-281-0/+1
* dm: pcie_fsl: Add P4080 PCIe supportHou Zhiqiang2019-08-281-0/+1
* dm: pcie_fsl: Add P3041 PCIe supportHou Zhiqiang2019-08-281-0/+1
* dm: pcie_fsl: Add P2041 PCIe supportHou Zhiqiang2019-08-281-0/+7
* dm: pcie_fsl: Add PCIe support for P1 and P2 series SoCsHou Zhiqiang2019-08-281-0/+7
* dm: pcie_fsl: Add T104x PCIe supportHou Zhiqiang2019-08-281-0/+1
* dm: pcie_fsl: Add T102x PCIe supportHou Zhiqiang2019-08-281-0/+1
* dm: pcie_fsl: Add T4240 PCIe supportHou Zhiqiang2019-08-281-0/+1
* dm: pcie_fsl: Fix the calculation of controller indexHou Zhiqiang2019-08-282-2/+19
* dm: pcie_fsl: Fix the Class Code fixup functionHou Zhiqiang2019-08-282-4/+16
* dm: pcie_fsl: Convert IS_ENABLED() run-time checking to #ifdefHou Zhiqiang2019-08-281-33/+36
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellWIP/12Aug2019Tom Rini2019-08-121-4/+4
|\
| * pci: pci_mvebu: set BAR0 after memory space is setMarek BehĂșn2019-08-121-4/+4
* | Merge branch '2019-08-11-ti-imports'Tom Rini2019-08-123-0/+732
|\ \
| * | pcie: ti: add driver for AM65x PCIe RCSekhar Nori2019-08-123-0/+732
| |/
* | env: Move env_get() to env.hSimon Glass2019-08-113-0/+3
* | pci: intel: Fix configuration type based on secondary numberLey Foon Tan2019-08-111-4/+6
* | pci: intel: Fix error when enumerating multi-function PCIe deviceLey Foon Tan2019-08-111-2/+4
* | pci: intel: Increase TLP polling counterLey Foon Tan2019-08-111-1/+1
|/
* pci: ensure enumeration of all devices in pci_initMarek BehĂșn2019-07-121-2/+2
* drivers: pci: add API to issue FLR on a PCI function if supportedAlex Marginean2019-07-101-0/+24
* drivers: pci: add map_bar support for Enhanced AllocationAlex Marginean2019-07-101-0/+46
* pci: Avoid assigning PCI resources that are below 0x1000Bin Meng2019-06-211-2/+3
* dm: pci: add Freescale PowerPC PCIe driverHou Zhiqiang2019-06-205-0/+725
* pci: imx: Add DM and DT supportMarek Vasut2019-06-111-6/+105
* pci: imx: Pass driver private data aroundMarek Vasut2019-06-111-19/+25
* pci: imx: Fix potential 64bit memory access clampingMarek Vasut2019-06-111-9/+11
* pci: imx: Factor out hard-coded register base addressesMarek Vasut2019-06-111-31/+44
* Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2019-05-263-0/+420
|\
| * pci: renesas: Add RCar Gen3 PCIe controller driverMarek Vasut2019-05-213-0/+420
* | pci: ls_pcie_g4: add device tree fixups for PCI Stream IDsHou Zhiqiang2019-05-223-6/+251
* | pci: Add PCIe Gen4 controller driver for NXP Layerscape SoCsHou Zhiqiang2019-05-224-0/+850
|/