Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-24 | tool: Move ALIGN_MASK to header as common MACRO | Kever 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 <kever.yang@rock-chips.com> Reviewed-by: Punit Agrawal <punit1.agrawal@toshiba.co.jp> Reviewed-by: Tom Rini <trini@konsulko.com> | |||
2018-10-22 | tools: add i.MX8/8X image support | Peng 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 <peng.fan@nxp.com> |