summaryrefslogtreecommitdiff
path: root/include/imx8image.h
Commit message (Collapse)AuthorAgeFilesLines
* tools: image: support i.MX93Peng Fan2022-07-261-2/+13
| | | | | | Support build i.MX93 container image with mkimage Signed-off-by: Peng Fan <peng.fan@nxp.com>
* tool: Move ALIGN_MASK to header as common MACROKever Yang2020-04-241-1/+0
| | | | | | | | | The ALIGN code is need by many files who need handle structure or image align, so move the macro to imagetool.h file. Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Reviewed-by: Punit Agrawal <punit1.agrawal@toshiba.co.jp> Reviewed-by: Tom Rini <trini@konsulko.com>
* tools: add i.MX8/8X image supportPeng Fan2018-10-221-0/+273
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>