[PATCH v3 14/49] binman: Convert existing binary blobs to blob_ext
Simon Glass
sjg at chromium.org
Sun Jul 19 22:49:19 CEST 2020
Many of the existing blobs rely on external binaries which may not be
available. Move them over to use blob_ext to indicate this.
Unfortunately cros-ec-rw cannot use this class because it inherits
another. So set the 'external' value for that class.
While we are here, drop the import of Entry since it is not used (and
pylint3 complains).
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v3:
- Update commit message to explain cros_ec_rw and mention dropping Entry
tools/binman/etype/cros_ec_rw.py | 1 +
tools/binman/etype/intel_cmc.py | 5 ++---
tools/binman/etype/intel_descriptor.py | 4 ++--
tools/binman/etype/intel_fit.py | 4 ++--
tools/binman/etype/intel_fit_ptr.py | 4 ++--
tools/binman/etype/intel_fsp.py | 5 ++---
tools/binman/etype/intel_fsp_m.py | 5 ++---
tools/binman/etype/intel_fsp_s.py | 5 ++---
tools/binman/etype/intel_fsp_t.py | 5 ++---
tools/binman/etype/intel_ifwi.py | 4 ++--
tools/binman/etype/intel_me.py | 5 ++---
tools/binman/etype/intel_mrc.py | 5 ++---
tools/binman/etype/intel_refcode.py | 5 ++---
tools/binman/etype/intel_vbt.py | 5 ++---
tools/binman/etype/intel_vga.py | 5 ++---
tools/binman/etype/powerpc_mpc85xx_bootpg_resetvec.py | 1 -
16 files changed, 29 insertions(+), 39 deletions(-)
Applied to u-boot-dm
More information about the U-Boot
mailing list