summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2019-11-08arm: add initial support for the Phytium Durian Boardliu hao3-0/+208
2019-11-06pci: add DM based mpc85xx driverHeiko Schocher3-0/+166
2019-10-12Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini1-6/+24
2019-10-11pci: mediatek: add PCIe controller support for MT7623Ryder Lee3-0/+288
2019-10-11sandbox: pci: Remember the device being emulatedSimon Glass1-6/+24
2019-10-08sandbox: pci: Create a new sandbox_pci_read_bar() functionSimon Glass1-0/+20
2019-10-08x86: pci: Drop the first parameter in pci_x86_r/w_config()Simon Glass1-2/+14
2019-10-08x86: Move acpi_s3.h to a common locationSimon Glass1-1/+1
2019-10-08pci: Show a message if PCI autoconfig failsSimon Glass1-3/+9
2019-10-08pci: Add more debug detail when resources are exhaustedSimon Glass1-1/+3
2019-10-08pci: Disable autoconfig in SPLSimon Glass1-1/+1
2019-10-08pci: Show the result of binding a deviceSimon Glass1-1/+2
2019-10-08pci: sandbox: Probe PCI emulation devices when usedSimon Glass1-3/+2
2019-10-08pci: sandbox: Move the emulators into their own nodeSimon Glass1-6/+30
2019-10-08x86: fsp: Create a common fsp_support.h headerSimon Glass1-1/+1
2019-10-08x86: Rename existing FSP code to fsp1Simon Glass1-1/+1
2019-09-02pci: sh7751: Convert to DM and DT probingMarek Vasut1-58/+106
2019-08-28dm: pcie_fsl: Add MPC8548 PCIe supportHou Zhiqiang1-0/+1
2019-08-28dm: pcie_fsl: Add P5040 PCIe supportHou Zhiqiang1-0/+1
2019-08-28dm: pcie_fsl: Add P4080 PCIe supportHou Zhiqiang1-0/+1
2019-08-28dm: pcie_fsl: Add P3041 PCIe supportHou Zhiqiang1-0/+1
2019-08-28dm: pcie_fsl: Add P2041 PCIe supportHou Zhiqiang1-0/+7
2019-08-28dm: pcie_fsl: Add PCIe support for P1 and P2 series SoCsHou Zhiqiang1-0/+7
2019-08-28dm: pcie_fsl: Add T104x PCIe supportHou Zhiqiang1-0/+1
2019-08-28dm: pcie_fsl: Add T102x PCIe supportHou Zhiqiang1-0/+1
2019-08-28dm: pcie_fsl: Add T4240 PCIe supportHou Zhiqiang1-0/+1
2019-08-28dm: pcie_fsl: Fix the calculation of controller indexHou Zhiqiang2-2/+19
2019-08-28dm: pcie_fsl: Fix the Class Code fixup functionHou Zhiqiang2-4/+16
2019-08-28dm: pcie_fsl: Convert IS_ENABLED() run-time checking to #ifdefHou Zhiqiang1-33/+36
2019-08-13Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini1-4/+4
2019-08-13Merge branch '2019-08-11-ti-imports'Tom Rini3-0/+732
2019-08-12pcie: ti: add driver for AM65x PCIe RCSekhar Nori3-0/+732
2019-08-12pci: pci_mvebu: set BAR0 after memory space is setMarek BehĂșn1-4/+4
2019-08-11env: Move env_get() to env.hSimon Glass3-0/+3
2019-08-11pci: intel: Fix configuration type based on secondary numberLey Foon Tan1-4/+6
2019-08-11pci: intel: Fix error when enumerating multi-function PCIe deviceLey Foon Tan1-2/+4
2019-08-11pci: intel: Increase TLP polling counterLey Foon Tan1-1/+1
2019-07-13pci: ensure enumeration of all devices in pci_initMarek BehĂșn1-2/+2
2019-07-11drivers: pci: add API to issue FLR on a PCI function if supportedAlex Marginean1-0/+24
2019-07-11drivers: pci: add map_bar support for Enhanced AllocationAlex Marginean1-0/+46
2019-06-21pci: Avoid assigning PCI resources that are below 0x1000Bin Meng1-2/+3
2019-06-20dm: pci: add Freescale PowerPC PCIe driverHou Zhiqiang5-0/+725
2019-06-11pci: imx: Add DM and DT supportMarek Vasut1-6/+105
2019-06-11pci: imx: Pass driver private data aroundMarek Vasut1-19/+25
2019-06-11pci: imx: Fix potential 64bit memory access clampingMarek Vasut1-9/+11
2019-06-11pci: imx: Factor out hard-coded register base addressesMarek Vasut1-31/+44
2019-05-27Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini3-0/+420
2019-05-22pci: ls_pcie_g4: add device tree fixups for PCI Stream IDsHou Zhiqiang3-6/+251
2019-05-22pci: Add PCIe Gen4 controller driver for NXP Layerscape SoCsHou Zhiqiang4-0/+850
2019-05-21pci: renesas: Add RCar Gen3 PCIe controller driverMarek Vasut3-0/+420