[PATCH u-boot-next 0/4] pci: Use PCIE_ECAM_OFFSET() macro

Pali Rohár pali at kernel.org
Wed Nov 24 18:00:29 CET 2021


This patch series replace usage of custom driver functions and macros by
PCIE_ECAM_OFFSET() macro provided by U-Boot pci.h header file.

Please properly review these patches as I do not have hardware with these
drivers for testing.

Support for PCIE_ECAM_OFFSET() macro is in U-Boot next branch.

Pali Rohár (4):
  vexpress64: Remove unused macro XR3PCI_ECAM_OFFSET
  pci: pcie-brcmstb: Use PCIE_ECAM_OFFSET() macro
  pci: pcie_iproc: Use PCIE_ECAM_OFFSET() macro
  pci: pci_octeontx: Use PCIE_ECAM_OFFSET() macro

 board/armltd/vexpress64/pcie.c |  4 ---
 drivers/pci/pci_octeontx.c     | 61 +++++++++++-----------------------
 drivers/pci/pcie_brcmstb.c     |  7 +---
 drivers/pci/pcie_iproc.c       | 17 ++--------
 4 files changed, 24 insertions(+), 65 deletions(-)

-- 
2.20.1



More information about the U-Boot mailing list