]> git.baikalelectronics.ru Git - uboot.git/commit
ppc: qemu: Fix CONFIG_SYS_PCI_MAP_END
authorBin Meng <bmeng.cn@gmail.com>
Thu, 25 Feb 2021 09:22:26 +0000 (17:22 +0800)
committerPriyanka Jain <priyanka.jain@nxp.com>
Fri, 5 Mar 2021 04:55:42 +0000 (10:25 +0530)
commitf2d55441c03090966ef1b94fcfa1e68f2d4476d7
treed1811dad60434dc8ceadc6df144f6fd0e2b4af75
parentbf7a6b7bc4f2aa267e57b07d9cb607830354f7a3
ppc: qemu: Fix CONFIG_SYS_PCI_MAP_END

CONFIG_SYS_PCI_MAP_END currently points to 0xe8000000, which means
the upper end of the virtual address mapped to PCI bus address ends
at 0xe8000000. But this is wrong as the CCSBAR was already mapped
at 0xe0000000 with a 1 MiB size.

Fixes: fa08d3951777 ("PPC 85xx: Add qemu-ppce500 machine")
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
include/configs/qemu-ppce500.h