- 6cc0454 global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespace by Tom Rini · 2 years, 1 month ago
- 218e2c4 Merge tag 'video-20221030' of https://source.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 2 years ago
- b86986c video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO by Simon Glass · 2 years, 1 month ago
- 9330abf pci: Drop test for DM_VIDEO by Simon Glass · 2 years, 1 month ago
- 4954937 dm: treewide: Do not use the return value of simple uclass iterator by Michal Suchanek · 2 years, 1 month ago
- 58ddb93 dm: core: Switch uclass_*_device_err to use uclass_*_device_check by Michal Suchanek · 2 years, 2 months ago
- 5afe93a dm: pci: Fix device PCI iteration by Michal Suchanek · 2 years, 1 month ago
- 8909066 dm: core: Drop ofnode_is_available() by Simon Glass · 2 years, 2 months ago
- d9f554b pci: Add checks to prevent config space overflow by Pali Rohár · 2 years, 4 months ago
- da62e1e video: Rename structs and functions to avoid VBE by Simon Glass · 2 years, 4 months ago
- cafe871 video: Renname vbe.h to vesa.h by Simon Glass · 2 years, 4 months ago
- ca3756c pci: pci_mvebu: Add support for reset-gpios by Pali Rohár · 2 years, 3 months ago
- 6bb74fe Convert CONFIG_SYS_FSL_PCI_VER_3_X to Kconfig by Tom Rini · 2 years, 5 months ago
- 363397a Convert CONFIG_PCI_MSC01 to Kconfig by Tom Rini · 2 years, 5 months ago
- 31a8f55 Convert CONFIG_SH7751_PCI to Kconfig by Tom Rini · 2 years, 5 months ago
- e58eebb Convert CONFIG_PCI_CONFIG_HOST_BRIDGE to Kconfig by Tom Rini · 2 years, 5 months ago
- bf2c48f Convert CONFIG_PCI_GT64120 to Kconfig by Tom Rini · 2 years, 5 months ago
- f27bca4 Convert CONFIG_PCI_SCAN_SHOW to Kconfig by Tom Rini · 2 years, 5 months ago
- 4e78602 pci: Remove pci_sh4 and related defines. by Tom Rini · 2 years, 5 months ago
- 4547a1b Convert CONFIG_PCIE_IMX to Kconfig by Tom Rini · 2 years, 5 months ago
- 52af010 Merge branch 'master' into next by Tom Rini · 2 years, 5 months ago
- b5cf255 pci: tegra: Update error prints with new lines by Peter Robinson · 2 years, 7 months ago
- f2ebaaa pci: Handle failed calloc in decode_regions() by Pierre-Clément Tosi · 2 years, 6 months ago
- 3b92018 pci: Add config for Enhanced Allocation by Andrew Scull · 2 years, 7 months ago
- 2635e3b pci: Add mask parameter to dm_pci_map_bar() by Andrew Scull · 2 years, 7 months ago
- a822d1d pci: Update dm_pci_bus_to_virt() parameters by Andrew Scull · 2 years, 7 months ago
- 7739d93 pci: Match region flags using a mask by Andrew Scull · 2 years, 7 months ago
- 12507a2 pci: Map bars with offset and length by Andrew Scull · 2 years, 7 months ago
- 398dc36 pci: Range check address conversions by Andrew Scull · 2 years, 7 months ago
- ec8eba8 pci: Check region ranges are addressable by Andrew Scull · 2 years, 7 months ago
- 60f4142 pci: Fix use of flags in dm_pci_map_bar() by Andrew Scull · 2 years, 7 months ago
- 95f8dfe pci: fsl: Change compatible string for mpc8548 to "fsl, mpc8548-pcie" by Pali Rohár · 2 years, 7 months ago
- e3bdc97 pci: imx: remove weak overrides no longer used by Tim Harvey · 2 years, 7 months ago
- 6f6e069 pci: imx: use vpcie-supply if defined by device-tree by Tim Harvey · 2 years, 7 months ago
- fff49e0 video: Drop video_fb header by Simon Glass · 2 years, 10 months ago
- d7b9040 pci: Add defines for normal and subtractive PCI bridges by Pali Rohár · 2 years, 9 months ago
- 2abf048 Merge tag 'v2022.04-rc4' into next by Tom Rini · 2 years, 8 months ago
- fc27e5d pci: pci_mvebu: Cleanup macro names by Pali Rohár · 2 years, 9 months ago
- 6828517 pci: pci_mvebu: Remove unused SELECT and lane_mask by Pali Rohár · 2 years, 9 months ago
- 3db7b2b powerpc: Remove unused MPC8540/60ADS code by Tom Rini · 2 years, 9 months ago
- 0eebc3d pci: mvebu: Ensure that root port is always on root zero bus by Pali Rohár · 2 years, 9 months ago
- 682bad8 arm: a37xx: pci: Update comment about Command/Direct mode by Pali Rohár · 2 years, 9 months ago
- 6c7ccb9 arm: a37xx: pci: Register controller also when no PCIe card is connected by Pali Rohár · 2 years, 9 months ago
- 2727e9d arm: a37xx: pci: Do not try to access other buses when link is down by Pali Rohár · 2 years, 9 months ago
- 2a9059a arm: a37xx: pci: Ensure that root port is always on root zero bus by Pali Rohár · 2 years, 9 months ago
- 45e3fe6 arm: a37xx: pci: Use dev_read_addr() by Pali Rohár · 2 years, 9 months ago
- cf2a589 arm: a37xx: pci: Cleanup macro names by Pali Rohár · 2 years, 9 months ago
- 819a43c arm: a37xx: pci: Use standard register macros from pci.h by Pali Rohár · 2 years, 9 months ago
- 18c62df pci: layerscape: update the searching compatible of LX2160A PCIe by Hou Zhiqiang · 3 years ago
- 8c303bc pci: Fix setting controller's last_busno by Pali Rohár · 2 years, 10 months ago
- 253373d pci: iproc: Set all 24 bits of PCI class code by Pali Rohár · 2 years, 10 months ago
- 2d7a463 Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 2 years, 10 months ago
- 4364071 pci: pci_mvebu: Add support for Kirkwood PCIe controllers by Pali Rohár · 2 years, 10 months ago
- 3058e28 fdt_support: Add fdt_for_each_node_by_compatible() helper macro by Marek Behún · 2 years, 10 months ago
- 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
- a398a51 pci: Work around PCIe link training failures by Maciej W. Rozycki · 3 years ago
- 94c30f9 arm: mvebu: a38x: serdes: Move non-serdes PCIe code to pci_mvebu.c by Pali Rohár · 2 years, 11 months ago
- e7ff427 pci: pci_mvebu: Wait 100ms for Link Up in mvebu_pcie_probe() by Pali Rohár · 2 years, 11 months ago
- afef9f4 pci: pci_mvebu: Split initialization of PCIe ports into 3 phases by Pali Rohár · 2 years, 11 months ago
- 137db2a pci: pci_mvebu: Remove dependency on SOC_REGS_PHY_BASE macro by Pali Rohár · 2 years, 11 months ago
- 6f4988f pci: pci_mvebu: Inline mvebu_pcie_port_parse_dt() function by Pali Rohár · 2 years, 11 months ago
- 537b014 pci: pci_mvebu: Fix PCIe MEM and IO resources assignment and mbus mapping by Pali Rohár · 2 years, 11 months ago
- 2a67bf6 pci: sh7751: Fix access to config space via PCI_CONF1_ADDRESS() macro by Pali Rohár · 3 years ago
- 7fabaa5 pci: sh7780: Use PCI_CONF1_ADDRESS() macro by Pali Rohár · 3 years ago
- 022d43b pci: mediatek: Use PCI_CONF1_EXT_ADDRESS() macro by Pali Rohár · 3 years ago
- f031f07 pci: fsl: Use PCI_CONF1_EXT_ADDRESS() macro by Pali Rohár · 3 years ago
- 86be29e pci: tegra: Use PCI_CONF1_EXT_ADDRESS() macro by Pali Rohár · 3 years ago
- d0dd49f pci: mvebu: Use PCI_CONF1_EXT_ADDRESS() macro by Pali Rohár · 3 years ago
- f146bd9 pci: msc01: Use PCI_CONF1_ADDRESS() macro by Pali Rohár · 3 years ago
- 247ffc6 pci: mpc85xx: Use PCI_CONF1_EXT_ADDRESS() macro by Pali Rohár · 3 years ago
- 2b29d79 pci: gt64120: Use PCI_CONF1_ADDRESS() macro by Pali Rohár · 3 years ago
- 95ab578 pci: When disabling pref MEM set all base bits by Pali Rohár · 3 years ago
- 06f25bd pci: Disable I/O forwarding during autoconfiguration if unsupported by Pali Rohár · 3 years ago
- f209414 pci: Fix register for determining type of IO base address by Pali Rohár · 3 years ago
- bf667d5 pci: pci_octeontx: Use PCIE_ECAM_OFFSET() macro by Pali Rohár · 3 years ago
- 3264b61 pci: pcie_iproc: Use PCIE_ECAM_OFFSET() macro by Pali Rohár · 3 years ago
- fbfa15c pci: pcie-brcmstb: Use PCIE_ECAM_OFFSET() macro by Pali Rohár · 3 years ago
- 7856cd5 Convert CONFIG_SYS_PCI_64BIT to Kconfig by Tom Rini · 3 years ago
- 954a2f8 pci: Remove unused FSL_PCI_INIT code by Tom Rini · 3 years ago
- c68a73c pci: pci_mvebu: Remove unused DECLARE_GLOBAL_DATA_PTR by Pali Rohár · 3 years ago
- e1cee89 pci: pci_mvebu: Replace MBUS_PCI_*_SIZE by resource_size() by Pali Rohár · 3 years ago
- 4a1a593 pci: pci_mvebu: Move setup for BAR[0] where other BARs are setup by Pali Rohár · 3 years ago
- 4afab30 Merge tag 'v2022.01-rc4' into next by Tom Rini · 2 years, 11 months ago
- 22f69fc arm: mvebu: pci: Add me as co-maintainer and author of Marvell PCIe drivers by Pali Rohár · 2 years, 11 months ago
- 2105cd0 fdt_support: Remove FDT_STATUS_FAIL_ERROR_CODE by Marek Behún · 3 years ago
- fed5bec arm: a37xx: pci: Do not allow setting ROM BAR on PCI Bridge by Pali Rohár · 3 years ago
- a48e428 pci: pci_mvebu: Do not allow setting ROM BAR on PCI Bridge by Pali Rohár · 3 years ago
- e967c84 pci: pci_mvebu, pci_aardvark: Fix size of configuration cache by Marek Behún · 3 years ago
- 4f2e228 RFC: arm: pci: Add PCI cam support to PCI-E ecam driver by Alistair Delva · 3 years, 1 month ago
- a4bc38d pci: Add standard PCIe ECAM macros by Pali Rohár · 3 years ago
- 1e72ad6 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 3 years ago
- cbf0d3a pci: pci_mvebu: Use global MBUS_PCI_MEM_SIZE macro by Pali Rohár · 3 years ago
- be38416 pci: layerscape: Fix the LUT and msi-map mismatch issue by Hou Zhiqiang · 3 years ago
- e10da1f pci: layerscape: add official ls1028a binding support by Michael Walle · 3 years, 1 month ago
- 57fa6fb arm: a37xx: pci: Program the data strobe for config read requests by Pali Rohár · 3 years ago
- 03a8a5e pci: pci_mvebu: Fix comment about driver class name by Pali Rohár · 3 years, 1 month ago
- 2344a76 pci: pci_mvebu: Setup PCI controller to Root Complex mode by Pali Rohár · 3 years, 1 month ago
- 42ab3b3 pci: pci_mvebu: Do not automatically enable bus mastering on PCI Bridge by Pali Rohár · 3 years, 1 month ago
- 79b4eb2 pci: pci_mvebu: Fix place of link up detection by Pali Rohár · 3 years, 1 month ago
- 452f2e7 pci: pci_mvebu: Remove unused functions by Pali Rohár · 3 years, 1 month ago