Re: [PATCH u-boot-next 01/12] pci: Add standard PCI Config Address macros

2022-01-12 Thread Tom Rini
On Fri, Nov 26, 2021 at 11:42:41AM +0100, Pali Rohár wrote: > Lot of PCI and PCIe controllers are using standard Config Address for PCI > Configuration Mechanism #1 or its extended version. > > So add PCI_CONF1_ADDRESS() and PCI_CONF1_EXT_ADDRESS() macros into U-Boot's > pci.h header file which c

Re: [PATCH u-boot-next 01/12] pci: Add standard PCI Config Address macros

2021-12-28 Thread Pali Rohár
On Tuesday 28 December 2021 01:32:02 Simon Glass wrote: > Hi Paul, > > On Fri, 26 Nov 2021 at 03:43, Pali Rohár wrote: > > > > Lot of PCI and PCIe controllers are using standard Config Address for PCI > > Configuration Mechanism #1 or its extended version. > > > > So add PCI_CONF1_ADDRESS() and P

Re: [PATCH u-boot-next 01/12] pci: Add standard PCI Config Address macros

2021-12-28 Thread Simon Glass
Hi Paul, On Fri, 26 Nov 2021 at 03:43, Pali Rohár wrote: > > Lot of PCI and PCIe controllers are using standard Config Address for PCI > Configuration Mechanism #1 or its extended version. > > So add PCI_CONF1_ADDRESS() and PCI_CONF1_EXT_ADDRESS() macros into U-Boot's > pci.h header file which ca

[PATCH u-boot-next 01/12] pci: Add standard PCI Config Address macros

2021-11-26 Thread Pali Rohár
Lot of PCI and PCIe controllers are using standard Config Address for PCI Configuration Mechanism #1 or its extended version. So add PCI_CONF1_ADDRESS() and PCI_CONF1_EXT_ADDRESS() macros into U-Boot's pci.h header file which can be suitable for most PCI and PCIe controller drivers. Drivers do not