Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tools: mtk_image.h: Use portable uintXX_t instead of linux-specific __leXX | Bin Meng | 2019-10-28 | 1 | -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 mkimage | Ryder Lee | 2018-11-28 | 1 | -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> |