Hi Weijie, On Fri, 17 Jan 2020 at 00:46, Weijie Gao <weijie....@mediatek.com> wrote: > > This patch adds etype u-boot-lzma-img for binman. README.entries is also > updated. > > Signed-off-by: Weijie Gao <weijie....@mediatek.com> > --- > Changes since v1: updated README.entries, modified copyright and description. > --- > tools/binman/README.entries | 15 ++++++++++++++ > tools/binman/etype/u_boot_lzma_img.py | 28 +++++++++++++++++++++++++++ > 2 files changed, 43 insertions(+) > create mode 100644 tools/binman/etype/u_boot_lzma_img.py
Please also add a test for this, so that 'binman test -T' passes. We need to maintain 100% code coverage in this tool. Regards, Simon