From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ryder Lee Date: Mon, 5 Nov 2018 16:05:26 +0800 Subject: [U-Boot] [PATCH v3 01/18] tools: MediaTek: add MTK boot header generation to mkimage In-Reply-To: References: Message-ID: <1541405126.7370.1.camel@mtkswgap22> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, 2018-11-03 at 00:08 -0600, Simon Glass wrote: > On 2 November 2018 at 09:15, Ryder Lee wrote: > > This patch adds support for MTK boot image generation. > > > > Signed-off-by: Weijie Gao > > Signed-off-by: Ryder Lee > > --- > > 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 I forgot to add changelog on each patch. Sorry for the inconvenience. Ryder