/u-boot/tools/binman/ |
A D | state.py | 53 def GetFdtForEtype(etype): argument 66 value = output_fdt_info.get(etype); 71 def GetFdtPath(etype): argument 83 return output_fdt_info[etype][0]._fname 85 def GetFdtContents(etype='u-boot-dtb'): argument 100 if etype not in output_fdt_info: 103 pathname = GetFdtPath(etype) 106 fname = output_fdt_info[etype][1] 111 def UpdateFdtContents(etype, data): argument 248 for etype in output_fdt_info: [all …]
|
/u-boot/tools/binman/etype/ |
A D | u_boot_tpl_with_ucode_ptr.py | 12 from binman.etype.blob import Entry_blob 13 from binman.etype.u_boot_with_ucode_ptr import Entry_u_boot_with_ucode_ptr 22 def __init__(self, section, etype, node): argument 23 super().__init__(section, etype, node)
|
A D | intel_cmc.py | 8 from binman.etype.blob_ext import Entry_blob_ext 21 def __init__(self, section, etype, node): argument 22 super().__init__(section, etype, node)
|
A D | intel_fsp.py | 8 from binman.etype.blob_ext import Entry_blob_ext 25 def __init__(self, section, etype, node): argument 26 super().__init__(section, etype, node)
|
A D | intel_fsp_m.py | 8 from binman.etype.blob_ext import Entry_blob_ext 25 def __init__(self, section, etype, node): argument 26 super().__init__(section, etype, node)
|
A D | intel_fsp_s.py | 8 from binman.etype.blob_ext import Entry_blob_ext 25 def __init__(self, section, etype, node): argument 26 super().__init__(section, etype, node)
|
A D | intel_me.py | 8 from binman.etype.blob_ext import Entry_blob_ext 28 def __init__(self, section, etype, node): argument 29 super().__init__(section, etype, node)
|
A D | intel_vga.py | 8 from binman.etype.blob_ext import Entry_blob_ext 23 def __init__(self, section, etype, node): argument 24 super().__init__(section, etype, node)
|
A D | intel_fsp_t.py | 8 from binman.etype.blob_ext import Entry_blob_ext 24 def __init__(self, section, etype, node): argument 25 super().__init__(section, etype, node)
|
A D | intel_vbt.py | 7 from binman.etype.blob_ext import Entry_blob_ext 20 def __init__(self, section, etype, node): argument 21 super().__init__(section, etype, node)
|
A D | intel_mrc.py | 8 from binman.etype.blob_ext import Entry_blob_ext 22 def __init__(self, section, etype, node): argument 23 super().__init__(section, etype, node)
|
A D | intel_refcode.py | 8 from binman.etype.blob_ext import Entry_blob_ext 22 def __init__(self, section, etype, node): argument 23 super().__init__(section, etype, node)
|
A D | powerpc_mpc85xx_bootpg_resetvec.py | 7 from binman.etype.blob import Entry_blob 20 def __init__(self, section, etype, node): argument 21 super().__init__(section, etype, node)
|
A D | scp.py | 7 from binman.etype.blob_named_by_arg import Entry_blob_named_by_arg 17 def __init__(self, section, etype, node): argument 18 super().__init__(section, etype, node, 'scp')
|
A D | atf_bl31.py | 8 from binman.etype.blob_named_by_arg import Entry_blob_named_by_arg 22 def __init__(self, section, etype, node): argument 23 super().__init__(section, etype, node, 'atf-bl31')
|
A D | u_boot_tpl_dtb_with_ucode.py | 8 from binman.etype.u_boot_dtb_with_ucode import Entry_u_boot_dtb_with_ucode 18 def __init__(self, section, etype, node): argument 19 super().__init__(section, etype, node)
|
A D | cros_ec_rw.py | 8 from binman.etype.blob_named_by_arg import Entry_blob_named_by_arg 19 def __init__(self, section, etype, node): argument 20 super().__init__(section, etype, node, 'cros-ec-rw', required=True)
|
A D | u_boot.py | 9 from binman.etype.blob import Entry_blob 28 def __init__(self, section, etype, node): argument 29 super().__init__(section, etype, node)
|
A D | u_boot_img.py | 9 from binman.etype.blob import Entry_blob 23 def __init__(self, section, etype, node): argument 24 super().__init__(section, etype, node)
|
A D | u_boot_tpl_elf.py | 9 from binman.etype.blob import Entry_blob 20 def __init__(self, section, etype, node): argument 21 super().__init__(section, etype, node)
|
A D | x86_reset16.py | 9 from binman.etype.blob import Entry_blob 25 def __init__(self, section, etype, node): argument 26 super().__init__(section, etype, node)
|
A D | x86_reset16_spl.py | 9 from binman.etype.blob import Entry_blob 25 def __init__(self, section, etype, node): argument 26 super().__init__(section, etype, node)
|
A D | x86_reset16_tpl.py | 9 from binman.etype.blob import Entry_blob 25 def __init__(self, section, etype, node): argument 26 super().__init__(section, etype, node)
|
A D | u_boot_nodtb.py | 9 from binman.etype.blob import Entry_blob 23 def __init__(self, section, etype, node): argument 24 super().__init__(section, etype, node)
|
A D | u_boot_spl_elf.py | 9 from binman.etype.blob import Entry_blob 20 def __init__(self, section, etype, node): argument 21 super().__init__(section, etype, node)
|