]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/srio-pcie-boot: Adjust addresses for SRIO/PCIE boot
authorLiu Gang <Gang.Liu@freescale.com>
Thu, 15 May 2014 06:30:34 +0000 (14:30 +0800)
committerYork Sun <yorksun@freescale.com>
Fri, 16 May 2014 21:29:16 +0000 (16:29 -0500)
commite4911815cf98237b65a817a3c791f143794f2837
treead3f8b2fd41c5c5443b3897ad6e3b18e4e8bdc7f
parent3246584d194d3d8f0354fd2fbeef5a8d1f00769e
powerpc/srio-pcie-boot: Adjust addresses for SRIO/PCIE boot

The new 768KB u-boot image size requires changes for
SRIO/PCIE boot. These addresses need to be updated to
appropriate locations.

The updated addresses are used to configure the SRIO/PCIE
inbound windows for the boot, and they must be aligned
with the window size based on the SRIO/PCIE modules requirement.
So for the 768KB u-boot image, the inbound window cannot be set
with 0xfff40000 base address and 0xc0000 size, it should be
extended to 1MB size and the base address can be aligned with
the size.

Signed-off-by: Liu Gang <Gang.Liu@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
include/configs/B4860QDS.h
include/configs/P2041RDB.h
include/configs/T208xQDS.h
include/configs/T208xRDB.h
include/configs/T4240QDS.h
include/configs/corenet_ds.h