tools: add i.MX8M image support
authorPeng Fan <peng.fan@nxp.com>
Tue, 20 Nov 2018 10:19:36 +0000 (10:19 +0000)
committerStefano Babic <sbabic@denx.de>
Tue, 1 Jan 2019 13:12:18 +0000 (14:12 +0100)
commit6609c2663c9c9699f3d279ccea599e5d18578b20
treec45d3d2be7c2da3e754bdab8117efde9b68cde2b
parentea91031b223223667b8dbbaec7fa7bbb51f96a0b
tools: add i.MX8M image support

i.MX8M bootable image type is like i.MX6/7, but there is signed HDMI
firmware image in front of A53 bootable image, which is also has an IVT
header.

Here we also include fit image to generate a bootable image.

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