
6 Feb
2015
6 Feb
'15
9:26 p.m.
On 4 February 2015 at 08:07, Simon Glass sjg@chromium.org wrote:
On 2 February 2015 at 07:35, Bin Meng bmeng.cn@gmail.com 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 bmeng.cn@gmail.com
Changes in v3:
- New patch to define macros for pci configuration space access
Changes in v2: None
arch/x86/include/asm/pci.h | 13 +++++++++++-- arch/x86/lib/pci_type1.c | 7 ++----- 2 files changed, 13 insertions(+), 7 deletions(-)
Acked-by: Simon Glass sjg@chromium.org
Applied to u-boot-x86, thanks!