PCI: add 64-bit prefetchable memory support
authorDavid Feng <fenghua@phytium.com.cn>
Mon, 2 Feb 2015 08:53:13 +0000 (16:53 +0800)
committerTom Rini <trini@ti.com>
Mon, 16 Feb 2015 20:48:26 +0000 (15:48 -0500)
commit6eefd5279c4e80d613420066364ec3c8ba551a56
tree016510120016d32244e0151ac23b64c31125ef43
parentaf21f2fb6f7a1178a98f1172bf5df7b7fd8545ee
PCI: add 64-bit prefetchable memory support

PCI specification allow prefetchable memory to be 32-bit or 64-bit.
PCI express specification states that all memmory bars for prefetchable
memory must be implemented as 64-bit. They all require that 64 bit
prefetchble memory are suported especially when u-boot is ported to
more and more 64bit processors.

Signed-off-by: David Feng <fenghua@phytium.com.cn>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
drivers/pci/pci_auto.c