Re: [PATCH 2/6] binman: Don't add compression attribute for uncompressed files

2023-11-02 Thread Simon Glass
Hi Simon On 15/10/23 02:10, Simon Glass wrote: > cbfsutil changed to skip adding a compression attribute if there is no > compression. Adjust the binman implementation to do the same. > > This mirrors commit 105cdf5625 in coreboot. > > Signed-off-by: Simon Glass > --- > > tools/binman/cbfs_util

Re: [PATCH 2/6] binman: Don't add compression attribute for uncompressed files

2023-10-16 Thread Neha Malcom Francis
Hi Simon On 15/10/23 02:10, Simon Glass wrote: cbfsutil changed to skip adding a compression attribute if there is no compression. Adjust the binman implementation to do the same. This mirrors commit 105cdf5625 in coreboot. Signed-off-by: Simon Glass --- tools/binman/cbfs_util.py | 13

[PATCH 2/6] binman: Don't add compression attribute for uncompressed files

2023-10-14 Thread Simon Glass
cbfsutil changed to skip adding a compression attribute if there is no compression. Adjust the binman implementation to do the same. This mirrors commit 105cdf5625 in coreboot. Signed-off-by: Simon Glass --- tools/binman/cbfs_util.py | 13 - tools/binman/cbfs_util_test.py | 8