Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-28 | tools: mtk_image.h: Use portable uintXX_t instead of linux-specific __leXX | Bin Meng | |
__leXX has Linux kernel specific __attribute__((bitwise)) which is not portable. Use corresponding uintXX_t instead. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> | |||
2018-11-28 | tools: MediaTek: add MTK boot header generation to mkimage | Ryder Lee | |
This patch adds support for MTK boot image generation. Signed-off-by: Weijie Gao <weijie.gao@mediatek.com> Signed-off-by: Ryder Lee <ryder.lee@mediatek.com> Reviewed-by: Simon Glass <sjg@chromium.org> |