Re: [PATCH u-boot-next 10/12] x86: pci: Use PCI_CONF1_ADDRESS() macro

2022-01-12 Thread Tom Rini
On Fri, Nov 26, 2021 at 11:42:50AM +0100, Pali Rohár wrote: > x86 platform uses standard format of Config Address for PCI Configuration > Mechanism #1. So use new U-Boot macro PCI_CONF1_ADDRESS(). > > Signed-off-by: Pali Rohár > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! -- T

Re: [PATCH u-boot-next 10/12] x86: pci: Use PCI_CONF1_ADDRESS() macro

2021-12-28 Thread Simon Glass
On Fri, 26 Nov 2021 at 03:43, Pali Rohár wrote: > > x86 platform uses standard format of Config Address for PCI Configuration > Mechanism #1. So use new U-Boot macro PCI_CONF1_ADDRESS(). > > Signed-off-by: Pali Rohár > --- > arch/x86/cpu/pci.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 delet

[PATCH u-boot-next 10/12] x86: pci: Use PCI_CONF1_ADDRESS() macro

2021-11-26 Thread Pali Rohár
x86 platform uses standard format of Config Address for PCI Configuration Mechanism #1. So use new U-Boot macro PCI_CONF1_ADDRESS(). Signed-off-by: Pali Rohár --- arch/x86/cpu/pci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/cpu/pci.c b/arch/x86/cpu/pci.c in