]> git.baikalelectronics.ru Git - uboot.git/commit
pci: mpc85xx: Support 64-bit bus and cpu address
authorBin Meng <bmeng.cn@gmail.com>
Thu, 25 Feb 2021 09:22:42 +0000 (17:22 +0800)
committerPriyanka Jain <priyanka.jain@nxp.com>
Fri, 5 Mar 2021 04:55:43 +0000 (10:25 +0530)
commit4c28bcd786e2fa3ce467c5946cf17b74db5fa1db
tree84b091ab861e63adc0f795f6fae8f4f8be36f42b
parent7febe2a7a721cc435cf2b0876c7e495b18626c27
pci: mpc85xx: Support 64-bit bus and cpu address

At present the driver only supports 32-bit bus and cpu address.
The controller's outbound registers/fields for extended address
are not programmed. Let's program them to support 64-bit bus and
cpu address.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
drivers/pci/pci_mpc85xx.c