]> git.baikalelectronics.ru Git - uboot.git/commit
tools: add i.MX8/8X image support
authorPeng Fan <peng.fan@nxp.com>
Tue, 16 Oct 2018 04:50:30 +0000 (04:50 +0000)
committerStefano Babic <sbabic@denx.de>
Mon, 22 Oct 2018 11:01:27 +0000 (13:01 +0200)
commite39bfc04356a3eb2d3092012daccb3677ccda887
treeaf073ae6b90dcac0396ccedcade989453a6984e0
parent4ff0ba433ee8d1a20af853b94103f335d8e77a1c
tools: add i.MX8/8X image support

i.MX8/8X bootable image type is container type.
The bootable image, containers a container set which supports two
container. The 1st container is for SECO firmware, the 2nd container
needs to include scfw, m4_0/1 image, ACore images per your requirement.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
common/image.c
include/image.h
include/imx8image.h [new file with mode: 0644]
tools/Makefile
tools/imagetool.h
tools/imx8image.c [new file with mode: 0644]
tools/mkimage.c