summaryrefslogtreecommitdiff
path: root/tools/mtk_image.h
Commit message (Collapse)AuthorAgeFilesLines
* tools: mtk_image.h: Use portable uintXX_t instead of linux-specific __leXXBin Meng2019-10-281-43/+43
| | | | | | | __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>
* tools: MediaTek: add MTK boot header generation to mkimageRyder Lee2018-11-281-0/+199
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>