]> git.dujemihanovic.xyz Git - u-boot.git/commit
tools: imx8image: add possibility to skip dcd
authorHeiko Schocher <hs@denx.de>
Mon, 4 Nov 2024 18:02:03 +0000 (19:02 +0100)
committerFabio Estevam <festevam@gmail.com>
Sat, 9 Nov 2024 11:54:19 +0000 (08:54 -0300)
commit254c00803b63b1cefeddac9753f70cfff42ca892
treeb6326bf3e65a3c3612153b5501f9d0b76a3f1c30
parent6bc9d4407c354a21e2058b08f8fdb1e28d19e883
tools: imx8image: add possibility to skip dcd

Currently U-Boot always adds DCD Image to boot container.
On imx8qxp SoC it is possible to init RAM from within SCFW,
and adding a DCD image type to the boot container in this case
breaks booting (No debug output anymore from SCFW! Nor any
output from SPL), so we need to configure a dcd skip somehow.

This patch adds a new imx8image_cmd entry CMD_DCD_SKIP and a
new entry in imximage.cfg "DCD_SKIP". If set to "true"
no DCD image type will be added to the container.

Signed-off-by: Heiko Schocher <hs@denx.de>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
include/imx8image.h
tools/imx8image.c