]> git.ipfire.org Git - thirdparty/u-boot.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)
commita2b96ece5be146f4995d737f047e5bbb76079b8f
treeaf073ae6b90dcac0396ccedcade989453a6984e0
parentd0dd73974c613650cb0c3d32a734a954cedc9f8a
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