Home
last modified time | relevance | path

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

1234

/u-boot/tools/binman/
A Dstate.py88 def GetFdtForEtype(etype): argument
101 value = output_fdt_info.get(etype);
106 def GetFdtPath(etype): argument
120 def GetFdtContents(etype='u-boot-dtb'): argument
135 if etype not in output_fdt_info:
138 pathname = GetFdtPath(etype)
141 fname = output_fdt_info[etype][1]
146 def UpdateFdtContents(etype, data): argument
156 dtb, fname = output_fdt_info[etype]
300 for etype in output_fdt_info:
[all …]
/u-boot/tools/binman/etype/
A Du_boot_spl_expanded.py11 from binman.etype.blob_phase import Entry_blob_phase
34 def __init__(self, section, etype, node): argument
36 super().__init__(section, etype, node, 'u-boot-spl', 'u-boot-spl-dtb',
40 def UseExpanded(cls, node, etype, new_etype): argument
44 (node.path, etype, new_etype, '' if val else 'not '))
A Du_boot_vpl_expanded.py11 from binman.etype.blob_phase import Entry_blob_phase
34 def __init__(self, section, etype, node): argument
36 super().__init__(section, etype, node, 'u-boot-vpl', 'u-boot-vpl-dtb',
40 def UseExpanded(cls, node, etype, new_etype): argument
44 (node.path, etype, new_etype, '' if val else 'not '))
A Du_boot_tpl_expanded.py11 from binman.etype.blob_phase import Entry_blob_phase
34 def __init__(self, section, etype, node): argument
36 super().__init__(section, etype, node, 'u-boot-tpl', 'u-boot-tpl-dtb',
40 def UseExpanded(cls, node, etype, new_etype): argument
44 (node.path, etype, new_etype, '' if val else 'not '))
A Du_boot_tpl_with_ucode_ptr.py11 from binman.etype.blob import Entry_blob
12 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, auto_write_symbols=True)
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_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_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_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_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_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 Du_boot_dtb_with_ucode.py9 from binman.etype.blob_dtb import Entry_blob_dtb
29 def __init__(self, section, etype, node): argument
34 super().__init__(section, etype, node)
65 etype = self.GetFdtEtype()
66 fdt = state.GetFdtForEtype(etype)
69 raise self.Raise("No /microcode node found in '%s'" % etype)
A Du_boot_expanded.py8 from binman.etype.blob_phase import Entry_blob_phase
23 def __init__(self, section, etype, node): argument
24 super().__init__(section, etype, node, 'u-boot', 'u-boot-dtb', False)
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 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 Dopensbi.py8 from binman.etype.blob_named_by_arg import Entry_blob_named_by_arg
21 def __init__(self, section, etype, node): argument
22 super().__init__(section, etype, node, 'opensbi')
A Drockchip_tpl.py6 from binman.etype.blob_named_by_arg import Entry_blob_named_by_arg
18 def __init__(self, section, etype, node): argument
19 super().__init__(section, etype, node, 'rockchip-tpl')
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
26 def __init__(self, section, etype, node): argument
27 super().__init__(section, etype, node)

Completed in 33 milliseconds

1234