Re: [PATCH] pci: Add standard PCIe ECAM macros

2021-11-18 Thread Tom Rini
On Wed, Nov 03, 2021 at 01:01:05AM +0100, Pali Rohár wrote: > Lot of PCIe controllers are using ECAM addressing. So add common ECAM > macros into U-Boot's pci.h header file which can be suitable for most > PCI controller drivers. > > Replace custom ECAM address macros in every PCI controller

Re: [PATCH] pci: Add standard PCIe ECAM macros

2021-11-04 Thread Stefan Roese
On 03.11.21 01:01, Pali Rohár wrote: Lot of PCIe controllers are using ECAM addressing. So add common ECAM macros into U-Boot's pci.h header file which can be suitable for most PCI controller drivers. Replace custom ECAM address macros in every PCI controller driver by new ECAM macros from

[PATCH] pci: Add standard PCIe ECAM macros

2021-11-02 Thread Pali Rohár
Lot of PCIe controllers are using ECAM addressing. So add common ECAM macros into U-Boot's pci.h header file which can be suitable for most PCI controller drivers. Replace custom ECAM address macros in every PCI controller driver by new ECAM macros from U-Boot's pci.h header file. Similar macros