u-boot-brain/tools/binman/etype
Simon Glass 04e6a6b9ec binman: Convert existing binary blobs to blob_ext
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@chromium.org>
2020-07-25 14:46:57 -06:00
..
_testing.py binman: Use super() instead of specifying parent type 2020-07-25 14:46:57 -06:00
blob_dtb.py binman: Use super() instead of specifying parent type 2020-07-25 14:46:57 -06:00
blob_ext.py binman: Add an etype for external binary blobs 2020-07-25 14:46:57 -06:00
blob_named_by_arg.py binman: Use super() instead of specifying parent type 2020-07-25 14:46:57 -06:00
blob.py binman: Use super() instead of specifying parent type 2020-07-25 14:46:57 -06:00
cbfs.py binman: Use super() instead of specifying parent type 2020-07-25 14:46:57 -06:00
cros_ec_rw.py binman: Convert existing binary blobs to blob_ext 2020-07-25 14:46:57 -06:00
fdtmap.py binman: Use super() instead of specifying parent type 2020-07-25 14:46:57 -06:00
files.py binman: Use super() instead of specifying parent type 2020-07-25 14:46:57 -06:00
fill.py binman: Use super() instead of specifying parent type 2020-07-25 14:46:57 -06:00
fmap.py binman: Use super() instead of specifying parent type 2020-07-25 14:46:57 -06:00
gbb.py binman: Use super() instead of specifying parent type 2020-07-25 14:46:57 -06:00
image_header.py binman: Use super() instead of specifying parent type 2020-07-25 14:46:57 -06:00
intel_cmc.py binman: Convert existing binary blobs to blob_ext 2020-07-25 14:46:57 -06:00
intel_descriptor.py binman: Convert existing binary blobs to blob_ext 2020-07-25 14:46:57 -06:00
intel_fit_ptr.py binman: Convert existing binary blobs to blob_ext 2020-07-25 14:46:57 -06:00
intel_fit.py binman: Convert existing binary blobs to blob_ext 2020-07-25 14:46:57 -06:00
intel_fsp_m.py binman: Convert existing binary blobs to blob_ext 2020-07-25 14:46:57 -06:00
intel_fsp_s.py binman: Convert existing binary blobs to blob_ext 2020-07-25 14:46:57 -06:00
intel_fsp_t.py binman: Convert existing binary blobs to blob_ext 2020-07-25 14:46:57 -06:00
intel_fsp.py binman: Convert existing binary blobs to blob_ext 2020-07-25 14:46:57 -06:00
intel_ifwi.py binman: Convert existing binary blobs to blob_ext 2020-07-25 14:46:57 -06:00
intel_me.py binman: Convert existing binary blobs to blob_ext 2020-07-25 14:46:57 -06:00
intel_mrc.py binman: Convert existing binary blobs to blob_ext 2020-07-25 14:46:57 -06:00
intel_refcode.py binman: Convert existing binary blobs to blob_ext 2020-07-25 14:46:57 -06:00
intel_vbt.py binman: Convert existing binary blobs to blob_ext 2020-07-25 14:46:57 -06:00
intel_vga.py binman: Convert existing binary blobs to blob_ext 2020-07-25 14:46:57 -06:00
mkimage.py binman: Use super() instead of specifying parent type 2020-07-25 14:46:57 -06:00
powerpc_mpc85xx_bootpg_resetvec.py binman: Convert existing binary blobs to blob_ext 2020-07-25 14:46:57 -06:00
section.py binman: Use super() instead of specifying parent type 2020-07-25 14:46:57 -06:00
text.py binman: Use super() instead of specifying parent type 2020-07-25 14:46:57 -06:00
u_boot_dtb_with_ucode.py binman: Use super() instead of specifying parent type 2020-07-25 14:46:57 -06:00
u_boot_dtb.py binman: Use super() instead of specifying parent type 2020-07-25 14:46:57 -06:00
u_boot_elf.py binman: Use super() instead of specifying parent type 2020-07-25 14:46:57 -06:00
u_boot_img.py binman: Use super() instead of specifying parent type 2020-07-25 14:46:57 -06:00
u_boot_nodtb.py binman: Use super() instead of specifying parent type 2020-07-25 14:46:57 -06:00
u_boot_spl_bss_pad.py binman: Use super() instead of specifying parent type 2020-07-25 14:46:57 -06:00
u_boot_spl_dtb.py binman: Use super() instead of specifying parent type 2020-07-25 14:46:57 -06:00
u_boot_spl_elf.py binman: Use super() instead of specifying parent type 2020-07-25 14:46:57 -06:00
u_boot_spl_nodtb.py binman: Use super() instead of specifying parent type 2020-07-25 14:46:57 -06:00
u_boot_spl_with_ucode_ptr.py binman: Use super() instead of specifying parent type 2020-07-25 14:46:57 -06:00
u_boot_spl.py binman: Use super() instead of specifying parent type 2020-07-25 14:46:57 -06:00
u_boot_tpl_dtb_with_ucode.py binman: Use super() instead of specifying parent type 2020-07-25 14:46:57 -06:00
u_boot_tpl_dtb.py binman: Use super() instead of specifying parent type 2020-07-25 14:46:57 -06:00
u_boot_tpl_elf.py binman: Use super() instead of specifying parent type 2020-07-25 14:46:57 -06:00
u_boot_tpl_with_ucode_ptr.py binman: Use super() instead of specifying parent type 2020-07-25 14:46:57 -06:00
u_boot_tpl.py binman: Use super() instead of specifying parent type 2020-07-25 14:46:57 -06:00
u_boot_ucode.py binman: Use super() instead of specifying parent type 2020-07-25 14:46:57 -06:00
u_boot_with_ucode_ptr.py binman: Use super() instead of specifying parent type 2020-07-25 14:46:57 -06:00
u_boot.py binman: Use super() instead of specifying parent type 2020-07-25 14:46:57 -06:00
vblock.py binman: Use super() instead of specifying parent type 2020-07-25 14:46:57 -06:00
x86_reset16_spl.py binman: Use super() instead of specifying parent type 2020-07-25 14:46:57 -06:00
x86_reset16_tpl.py binman: Use super() instead of specifying parent type 2020-07-25 14:46:57 -06:00
x86_reset16.py binman: Use super() instead of specifying parent type 2020-07-25 14:46:57 -06:00
x86_start16_spl.py binman: Use super() instead of specifying parent type 2020-07-25 14:46:57 -06:00
x86_start16_tpl.py binman: Use super() instead of specifying parent type 2020-07-25 14:46:57 -06:00
x86_start16.py binman: Use super() instead of specifying parent type 2020-07-25 14:46:57 -06:00