[U-Boot] [PATCH v3 01/18] tools: MediaTek: add MTK boot header generation to mkimage
Ryder Lee
ryder.lee at mediatek.com
Mon Nov 5 08:05:26 UTC 2018
On Sat, 2018-11-03 at 00:08 -0600, Simon Glass wrote:
> On 2 November 2018 at 09:15, Ryder Lee <ryder.lee at mediatek.com> wrote:
> > This patch adds support for MTK boot image generation.
> >
> > Signed-off-by: Weijie Gao <weijie.gao at mediatek.com>
> > Signed-off-by: Ryder Lee <ryder.lee at mediatek.com>
> > ---
> > Makefile | 20 ++
> > common/image.c | 1 +
> > include/image.h | 1 +
> > scripts/Makefile.spl | 11 +
> > tools/Makefile | 1 +
> > tools/mtk_image.c | 749 +++++++++++++++++++++++++++++++++++++++++++++++++++
> > tools/mtk_image.h | 199 ++++++++++++++
> > 7 files changed, 982 insertions(+)
> > create mode 100644 tools/mtk_image.c
> > create mode 100644 tools/mtk_image.h
>
> It would help to use patman so that we get a changelog on each patch.
>
> Reviewed-by: Simon Glass <sjg at chromium.org>
I forgot to add changelog on each patch. Sorry for the inconvenience.
Ryder
More information about the U-Boot
mailing list