]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
PCI: add 64-bit prefetchable memory support
authorDavid Feng <fenghua@phytium.com.cn>
Mon, 2 Feb 2015 08:53:13 +0000 (16:53 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 11:52:21 +0000 (13:52 +0200)
commitb78f12e7f2146a7682f9692fa67ae0730a62c615
tree079a7e09967e00abc7d3e00b0be2ad858b6cc348
parentd32073bdca8f2ec1374698dc0bb2fcf3ca34b094
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