summaryrefslogtreecommitdiff
path: root/include/imx8image.h
AgeCommit message (Collapse)Author
2020-04-24tool: Move ALIGN_MASK to header as common MACROKever Yang
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 <[email protected]> Reviewed-by: Punit Agrawal <[email protected]> Reviewed-by: Tom Rini <[email protected]>
2018-10-22tools: add i.MX8/8X image supportPeng Fan
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 <[email protected]>