Home
last modified time | relevance | path

Searched refs:etype (Results 1 – 25 of 62) sorted by relevance

123

/openbmc/u-boot/tools/binman/
H A Dentry.py63 def __init__(self, section, etype, node, read_node=True, name_prefix=''): argument
65 self.etype = etype
84 def Lookup(section, node_path, etype): argument
98 module_name = etype.replace('-', '_')
116 (etype, node_path, module_name, e))
125 def Create(section, node, etype=None): argument
137 if not etype:
138 etype = fdt_util.GetString(node, 'type', node.name)
139 obj = Entry.Lookup(section, node.path, etype)
142 return obj(section, etype, node)
/openbmc/u-boot/tools/binman/etype/
H A Dcros_ec_rw.py20 def __init__(self, section, etype, node): argument
21 Entry_blob_named_by_arg.__init__(self, section, etype, node,
H A Dblob.py33 def __init__(self, section, etype, node): argument
34 Entry.__init__(self, section, etype, node)
35 self._filename = fdt_util.GetString(self._node, 'filename', self.etype)
H A Dintel_cmc.py22 def __init__(self, section, etype, node): argument
23 Entry_blob.__init__(self, section, etype, node)
H A Dintel_vbt.py21 def __init__(self, section, etype, node): argument
22 Entry_blob.__init__(self, section, etype, node)
H A Dintel_fsp.py26 def __init__(self, section, etype, node): argument
27 Entry_blob.__init__(self, section, etype, node)
H A Dintel_vga.py24 def __init__(self, section, etype, node): argument
25 Entry_blob.__init__(self, section, etype, node)
H A Dintel_me.py27 def __init__(self, section, etype, node): argument
28 Entry_blob.__init__(self, section, etype, node)
H A Dx86_start16_spl.py26 def __init__(self, section, etype, node): argument
27 Entry_blob.__init__(self, section, etype, node)
H A Dx86_start16_tpl.py26 def __init__(self, section, etype, node): argument
27 Entry_blob.__init__(self, section, etype, node)
H A Dintel_refcode.py23 def __init__(self, section, etype, node): argument
24 Entry_blob.__init__(self, section, etype, node)
H A Dintel_mrc.py23 def __init__(self, section, etype, node): argument
24 Entry_blob.__init__(self, section, etype, node)
H A Du_boot_nodtb.py23 def __init__(self, section, etype, node): argument
24 Entry_blob.__init__(self, section, etype, node)
H A Du_boot_tpl_dtb.py21 def __init__(self, section, etype, node): argument
22 Entry_blob_dtb.__init__(self, section, etype, node)
H A Du_boot_img.py23 def __init__(self, section, etype, node): argument
24 Entry_blob.__init__(self, section, etype, node)
H A Dx86_start16.py26 def __init__(self, section, etype, node): argument
27 Entry_blob.__init__(self, section, etype, node)
H A Du_boot_spl_elf.py20 def __init__(self, section, etype, node): argument
21 Entry_blob.__init__(self, section, etype, node)
H A Du_boot.py28 def __init__(self, section, etype, node): argument
29 Entry_blob.__init__(self, section, etype, node)
H A Dpowerpc_mpc85xx_bootpg_resetvec.py21 def __init__(self, section, etype, node): argument
22 Entry_blob.__init__(self, section, etype, node)
H A Du_boot_spl_nodtb.py24 def __init__(self, section, etype, node): argument
25 Entry_blob.__init__(self, section, etype, node)
H A Du_boot_spl_dtb.py21 def __init__(self, section, etype, node): argument
22 Entry_blob_dtb.__init__(self, section, etype, node)
H A Du_boot_dtb.py24 def __init__(self, section, etype, node): argument
25 Entry_blob_dtb.__init__(self, section, etype, node)
H A Du_boot_tpl_dtb_with_ucode.py21 def __init__(self, section, etype, node): argument
22 Entry_u_boot_dtb_with_ucode.__init__(self, section, etype, node)
H A Du_boot_spl_with_ucode_ptr.py24 def __init__(self, section, etype, node): argument
25 Entry_u_boot_with_ucode_ptr.__init__(self, section, etype, node)
H A Du_boot_tpl_with_ucode_ptr.py22 def __init__(self, section, etype, node): argument
23 Entry_u_boot_with_ucode_ptr.__init__(self, section, etype, node)

123