Re: [PATCH 07/10] binman: Add support for u-boot-nodtb.bin.gz as an input binary

2023-07-02 Thread Simon Glass
Hi Manoj, On Fri, 30 Jun 2023 at 13:12, Manoj Sai wrote: > > Add an entry type for u-boot-nodtb.bin.gz, which is a GZIP compressed raw > u-boot > binary and a simple test. > A better way to do this is to have binman do the compression. > Signed-off-by: Manoj Sai > Signed-off-by: Suniel Mahesh

[PATCH 07/10] binman: Add support for u-boot-nodtb.bin.gz as an input binary

2023-06-30 Thread Manoj Sai
Add an entry type for u-boot-nodtb.bin.gz, which is a GZIP compressed raw u-boot binary and a simple test. Signed-off-by: Manoj Sai Signed-off-by: Suniel Mahesh --- tools/binman/etype/u_boot_nodtb_gzip.py | 28 + tools/binman/ftest.py | 5 too