summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* common: Drop log.h from common headerSimon Glass2020-05-1822-0/+22
* common: Drop init.h from common headerSimon Glass2020-05-187-0/+7
* common: Drop bootstage.h from common headerSimon Glass2020-05-181-0/+1
* rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRATrevor Woerner2020-05-151-1/+1
* pci: Avoid auto-config when chain loadingSimon Glass2020-04-301-2/+2
* x86: Move acpi_s3.h to include/acpi/Simon Glass2020-04-161-3/+1
* pci: Adjust dm_pci_read_bar32() to return errors correctlySimon Glass2020-04-161-1/+8
* dm: pci: Allow disabling auto-config for a deviceSimon Glass2020-04-161-0/+2
* pci-host-ecam-generic: access config space independent of system-wide bus idVladimir Oltean2020-03-301-4/+33
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-058-0/+8
* dm: core: Require users of devres to include the headerSimon Glass2020-02-052-0/+2
* dm: pci: Update a few more interfaces for const udevice *Simon Glass2020-02-051-9/+9
* dm: pci: Update the PCI read_config() method to const dev *Simon Glass2020-02-0522-43/+46
* pci: layerscape: device tree fixup based on SoC andWasim Khan2020-01-243-0/+75
* pci: layerscape: Move streamId allocation to common device tree fixupWasim Khan2020-01-244-26/+31
* pci: layerscape: Common device tree fixup for NXP SoCsWasim Khan2020-01-245-8/+58
* pci: layerscape: Fix the BARs disable functionHou Zhiqiang2020-01-241-11/+0
* pci: layerscape: Fix the disabling of Expansion ROM BARHou Zhiqiang2020-01-241-1/+1
* common: Move ll_boot_init() to init.hSimon Glass2020-01-171-0/+1
* pci: Print a warning if the bus is accessed before probingSimon Glass2020-01-071-0/+13
* Merge tag 'u-boot-imx-20200107' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2020-01-071-0/+1
|\
| * pci: imx: Add iMX6SX compatibleMarek Vasut2020-01-071-0/+1
* | pci: layerscape: Manage PCIe EP compatible string via KconfigPankaj Bansal2020-01-023-2/+11
* | pci: layerscape: move PCIE related CONFIG to PCI KconfigPankaj Bansal2020-01-021-0/+15
* | armv8: lx2160a: Add FSL_PEX_STREAM_ID_END for LX2160AWasim Khan2019-12-261-1/+1
* | pci: layerscape_gen4: Suffix API names with _ls_gen4Wasim Khan2019-12-261-8/+12
* | pci: layerscape: Suffix API names with _lsWasim Khan2019-12-261-11/+11
* | pci: layerscape: Add stream_id_cur field to ls_pcie structureWasim Khan2019-12-262-2/+4
* | drivers/pci : enable pcie_layerscape code for lx2160a rev2Wasim Khan2019-12-261-1/+1
* | dm: pci: Move pci_get_devfn() into a common fileSimon Glass2019-12-151-16/+0
* | dm: pci: Allow delaying auto-config until after relocationSimon Glass2019-12-151-5/+10
* | dm: gpio: Allow control of GPIO uclass in SPLSimon Glass2019-12-152-4/+4
|/
* drivers: pci: ignore disabled devicesMichael Walle2019-12-051-0/+5
* pci: Only link pci_rom.o in some casesTom Rini2019-12-031-2/+2
* common: Move pci_init_board() out of common.hSimon Glass2019-12-022-0/+2
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini2019-11-111-1/+5
|\
| * pci: layerscape: Only set EP CFG READY bitPankaj Bansal2019-11-081-1/+5
* | arm: add initial support for the Phytium Durian Boardliu 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-x86Tom 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