summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2020-05-15rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRATrevor Woerner1-1/+1
2020-04-30pci: Avoid auto-config when chain loadingSimon Glass1-2/+2
2020-04-16x86: Move acpi_s3.h to include/acpi/Simon Glass1-3/+1
2020-04-16pci: Adjust dm_pci_read_bar32() to return errors correctlySimon Glass1-1/+8
2020-04-16dm: pci: Allow disabling auto-config for a deviceSimon Glass1-0/+2
2020-03-30pci-host-ecam-generic: access config space independent of system-wide bus idVladimir Oltean1-4/+33
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass8-0/+8
2020-02-06dm: core: Require users of devres to include the headerSimon Glass2-0/+2
2020-02-06dm: pci: Update a few more interfaces for const udevice *Simon Glass1-9/+9
2020-02-06dm: pci: Update the PCI read_config() method to const dev *Simon Glass22-43/+46
2020-01-24pci: layerscape: device tree fixup based on SoC andWasim Khan3-0/+75
2020-01-24pci: layerscape: Move streamId allocation to common device tree fixupWasim Khan4-26/+31
2020-01-24pci: layerscape: Common device tree fixup for NXP SoCsWasim Khan5-8/+58
2020-01-24pci: layerscape: Fix the BARs disable functionHou Zhiqiang1-11/+0
2020-01-24pci: layerscape: Fix the disabling of Expansion ROM BARHou Zhiqiang1-1/+1
2020-01-17common: Move ll_boot_init() to init.hSimon Glass1-0/+1
2020-01-08pci: Print a warning if the bus is accessed before probingSimon Glass1-0/+13
2020-01-07Merge tag 'u-boot-imx-20200107' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-0/+1
2020-01-07pci: imx: Add iMX6SX compatibleMarek Vasut1-0/+1
2020-01-02pci: layerscape: Manage PCIe EP compatible string via KconfigPankaj Bansal3-2/+11
2020-01-02pci: layerscape: move PCIE related CONFIG to PCI KconfigPankaj Bansal1-0/+15
2019-12-26armv8: lx2160a: Add FSL_PEX_STREAM_ID_END for LX2160AWasim Khan1-1/+1
2019-12-26pci: layerscape_gen4: Suffix API names with _ls_gen4Wasim Khan1-8/+12
2019-12-26pci: layerscape: Suffix API names with _lsWasim Khan1-11/+11
2019-12-26pci: layerscape: Add stream_id_cur field to ls_pcie structureWasim Khan2-2/+4
2019-12-26drivers/pci : enable pcie_layerscape code for lx2160a rev2Wasim Khan1-1/+1
2019-12-15dm: pci: Move pci_get_devfn() into a common fileSimon Glass1-16/+0
2019-12-15dm: pci: Allow delaying auto-config until after relocationSimon Glass1-5/+10
2019-12-15dm: gpio: Allow control of GPIO uclass in SPLSimon Glass2-4/+4
2019-12-05drivers: pci: ignore disabled devicesMichael Walle1-0/+5
2019-12-03pci: Only link pci_rom.o in some casesTom Rini1-2/+2
2019-12-03common: Move pci_init_board() out of common.hSimon Glass2-0/+2
2019-11-11Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini1-1/+5
2019-11-08pci: layerscape: Only set EP CFG READY bitPankaj Bansal1-1/+5
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