]> git.dujemihanovic.xyz Git - u-boot.git/commit
configs: verdin-imx8m[mp]: set CONFIG_SPL_LOAD_FIT_ADDRESS
authorRogerio Guerra Borin <rogerio.borin@toradex.com>
Thu, 29 Aug 2024 11:23:57 +0000 (08:23 -0300)
committerFabio Estevam <festevam@gmail.com>
Sat, 31 Aug 2024 01:32:35 +0000 (22:32 -0300)
commit4707913ebe4084f0ef129419ddd8205f2b7fd0db
treef994fbf3dbb2efc12994def98f725055b48ee682
parent75e8b677b7cc9a4ffddcf90d5c41afa7b7a19658
configs: verdin-imx8m[mp]: set CONFIG_SPL_LOAD_FIT_ADDRESS

Set the CONFIG_SPL_LOAD_FIT_ADDRESS for both verdin-imx8mm and
verdin-imx8mp configurations to specify the load address for FIT images
loaded by the SPL.

As per lastest instructions from NXP, the generation of a HABv4 CSF
(Command Sequence File) requires the U-Boot FIT image (u-boot.itb) load
address to be set to a fixed value when binman is used. The address is
defined by CONFIG_SPL_LOAD_FIT_ADDRESS.

Here we set CONFIG_SPL_LOAD_FIT_ADDRESS to an address 64MB past the
start of the DDR memory leaving plenty of room for the various DDR-
residing artifacts to be moved to their usual load addresses which are
close to the start of the DDR.

Signed-off-by: Rogerio Guerra Borin <rogerio.borin@toradex.com>
Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
Acked-by: Francesco Dolcini <francesco.dolcini@toradex.com>
configs/verdin-imx8mm_defconfig
configs/verdin-imx8mp_defconfig