]> Git Repo - J-u-boot.git/commit - boot/image.c
tools: add i.MX8M image support
authorPeng Fan <[email protected]>
Tue, 20 Nov 2018 10:19:36 +0000 (10:19 +0000)
committerStefano Babic <[email protected]>
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 <[email protected]>
Signed-off-by: Stefano Babic <[email protected]>
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
This page took 0.03661 seconds and 4 git commands to generate.