Home
last modified time | relevance | path

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

123

/u-boot/tools/binman/
A Dstate.py53 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 Du_boot_tpl_with_ucode_ptr.py12 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 Dintel_cmc.py8 from binman.etype.blob_ext import Entry_blob_ext
21 def __init__(self, section, etype, node): argument
22 super().__init__(section, etype, node)
A Dintel_fsp.py8 from binman.etype.blob_ext import Entry_blob_ext
25 def __init__(self, section, etype, node): argument
26 super().__init__(section, etype, node)
A Dintel_fsp_m.py8 from binman.etype.blob_ext import Entry_blob_ext
25 def __init__(self, section, etype, node): argument
26 super().__init__(section, etype, node)
A Dintel_fsp_s.py8 from binman.etype.blob_ext import Entry_blob_ext
25 def __init__(self, section, etype, node): argument
26 super().__init__(section, etype, node)
A Dintel_me.py8 from binman.etype.blob_ext import Entry_blob_ext
28 def __init__(self, section, etype, node): argument
29 super().__init__(section, etype, node)
A Dintel_vga.py8 from binman.etype.blob_ext import Entry_blob_ext
23 def __init__(self, section, etype, node): argument
24 super().__init__(section, etype, node)
A Dintel_fsp_t.py8 from binman.etype.blob_ext import Entry_blob_ext
24 def __init__(self, section, etype, node): argument
25 super().__init__(section, etype, node)
A Dintel_vbt.py7 from binman.etype.blob_ext import Entry_blob_ext
20 def __init__(self, section, etype, node): argument
21 super().__init__(section, etype, node)
A Dintel_mrc.py8 from binman.etype.blob_ext import Entry_blob_ext
22 def __init__(self, section, etype, node): argument
23 super().__init__(section, etype, node)
A Dintel_refcode.py8 from binman.etype.blob_ext import Entry_blob_ext
22 def __init__(self, section, etype, node): argument
23 super().__init__(section, etype, node)
A Dpowerpc_mpc85xx_bootpg_resetvec.py7 from binman.etype.blob import Entry_blob
20 def __init__(self, section, etype, node): argument
21 super().__init__(section, etype, node)
A Dscp.py7 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 Datf_bl31.py8 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 Du_boot_tpl_dtb_with_ucode.py8 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 Dcros_ec_rw.py8 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 Du_boot.py9 from binman.etype.blob import Entry_blob
28 def __init__(self, section, etype, node): argument
29 super().__init__(section, etype, node)
A Du_boot_img.py9 from binman.etype.blob import Entry_blob
23 def __init__(self, section, etype, node): argument
24 super().__init__(section, etype, node)
A Du_boot_tpl_elf.py9 from binman.etype.blob import Entry_blob
20 def __init__(self, section, etype, node): argument
21 super().__init__(section, etype, node)
A Dx86_reset16.py9 from binman.etype.blob import Entry_blob
25 def __init__(self, section, etype, node): argument
26 super().__init__(section, etype, node)
A Dx86_reset16_spl.py9 from binman.etype.blob import Entry_blob
25 def __init__(self, section, etype, node): argument
26 super().__init__(section, etype, node)
A Dx86_reset16_tpl.py9 from binman.etype.blob import Entry_blob
25 def __init__(self, section, etype, node): argument
26 super().__init__(section, etype, node)
A Du_boot_nodtb.py9 from binman.etype.blob import Entry_blob
23 def __init__(self, section, etype, node): argument
24 super().__init__(section, etype, node)
A Du_boot_spl_elf.py9 from binman.etype.blob import Entry_blob
20 def __init__(self, section, etype, node): argument
21 super().__init__(section, etype, node)

Completed in 30 milliseconds

123