Re: [U-Boot] [RFC PATCH v3 3/7] x86: Define macros for pci configuration space access

2015-02-06 Thread Simon Glass
On 4 February 2015 at 08:07, Simon Glass wrote: > On 2 February 2015 at 07:35, Bin Meng wrote: >> Move PCI_REG_ADDR and PCI_REG_DATA from arch/x86/lib/pci_type1.c to >> arch/x86/include/asm/pci.h, also define PCI_CFG_EN so that these >> macros can be used for pci configuration space access. >> >>

Re: [U-Boot] [RFC PATCH v3 3/7] x86: Define macros for pci configuration space access

2015-02-04 Thread Simon Glass
On 2 February 2015 at 07:35, Bin Meng wrote: > Move PCI_REG_ADDR and PCI_REG_DATA from arch/x86/lib/pci_type1.c to > arch/x86/include/asm/pci.h, also define PCI_CFG_EN so that these > macros can be used for pci configuration space access. > > Signed-off-by: Bin Meng > > --- > > Changes in v3: > -

[U-Boot] [RFC PATCH v3 3/7] x86: Define macros for pci configuration space access

2015-02-02 Thread Bin Meng
Move PCI_REG_ADDR and PCI_REG_DATA from arch/x86/lib/pci_type1.c to arch/x86/include/asm/pci.h, also define PCI_CFG_EN so that these macros can be used for pci configuration space access. Signed-off-by: Bin Meng --- Changes in v3: - New patch to define macros for pci configuration space access