Re: [PATCH v2 13/49] binman: Convert existing binary blobs to blob_ext

2020-06-28 Thread Bin Meng
Hi Simon, On Sun, Jun 14, 2020 at 10:57 AM Simon Glass wrote: > > Many of the existing blobs rely on external binaries which may not be > available. Move them over to use blob_ext to indicate this. > > Signed-off-by: Simon Glass > --- > > (no changes since v1) > > tools/binman/etype/cros_ec_rw.

[PATCH v2 13/49] binman: Convert existing binary blobs to blob_ext

2020-06-13 Thread Simon Glass
Many of the existing blobs rely on external binaries which may not be available. Move them over to use blob_ext to indicate this. Signed-off-by: Simon Glass --- (no changes since v1) tools/binman/etype/cros_ec_rw.py | 1 + tools/binman/etype/intel_cmc.py