pci: Allow for PCI addresses to be 64-bit
authorKumar Gala <galak@kernel.crashing.org>
Tue, 21 Oct 2008 13:36:08 +0000 (08:36 -0500)
committerAndrew Fleming-AFLEMING <afleming@freescale.com>
Fri, 24 Oct 2008 22:32:49 +0000 (17:32 -0500)
commit30e76d5e3bc4c5208ee63585fe12b409d9308cd8
treec52fa2eb68646b0a85dbe307520d373a0ff9b28a
parentae5f943ba8ede448a4b1a145fd8911856701ecc5
pci: Allow for PCI addresses to be 64-bit

PCI bus is inherently 64-bit.  While not all system require access to
the full 64-bit PCI address range some do.  This allows those systems
to enable the full PCI address width via CONFIG_SYS_PCI_64BIT.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
Acked-by: Wolfgang Denk <wd@denx.de>
drivers/pci/pci.c
drivers/pci/pci_auto.c
include/pci.h