/tools/dtoc/ |
A D | fdt_util.py | 106 def GetInt(node, propname, default=None): argument 126 def GetInt64(node, propname, default=None): argument 149 def GetString(node, propname, default=None): argument 171 def GetStringList(node, propname, default=None): argument 194 def GetArgs(node, propname): argument 210 def GetBool(node, propname, default=False): argument 226 def GetByte(node, propname, default=None): argument 249 def GetBytes(node, propname, size, default=None): argument 269 def GetPhandleList(node, propname): argument 287 def GetPhandleNameOffset(node, propname): argument [all …]
|
A D | dtb_platdata.py | 352 def scan_node(self, node, valid_nodes): argument 432 def get_num_cells(node): argument 599 def _output_list(self, node, prop): argument 638 def _declare_device(self, node): argument 679 def alloc_plat(self, info, name, extra, node): argument 693 def _declare_device_inst(self, node, parent_driver): argument 785 def _output_prop(self, node, prop, tabs=1): argument 804 def _output_values(self, node): argument 1004 def output_node_plat(self, node): argument 1028 def output_node_instance(self, node): argument
|
/tools/binman/etype/ |
A D | fit.py | 420 def __init__(self, section, etype, node): argument 491 def _get_operation(self, node): argument 512 def _add_entries(base_node, depth, node): argument 562 def _find_keys_dir(node): argument 634 def _raise_subnode(self, node, msg): argument 709 def _process_firmware_prop(node): argument 745 def _gen_fdt_nodes(node, depth, in_images): argument 823 def _gen_split_elf(node, depth, segments, entry_addr): argument 857 def _gen_node(node, depth, in_images, entry): argument 909 def _add_node(base_node, depth, node): argument
|
A D | u_boot_spl_expanded.py | 34 def __init__(self, section, etype, node): argument 40 def UseExpanded(cls, node, etype, new_etype): argument
|
A D | u_boot_tpl_expanded.py | 34 def __init__(self, section, etype, node): argument 40 def UseExpanded(cls, node, etype, new_etype): argument
|
A D | u_boot_vpl_expanded.py | 34 def __init__(self, section, etype, node): argument 40 def UseExpanded(cls, node, etype, new_etype): argument
|
A D | fdtmap.py | 87 def __init__(self, section, etype, node): argument 112 def _AddNode(node): argument
|
A D | u_boot_expanded.py | 23 def __init__(self, section, etype, node): argument
|
A D | blob_ext.py | 26 def __init__(self, section, etype, node): argument
|
A D | cros_ec_rw.py | 19 def __init__(self, section, etype, node): argument
|
A D | intel_cmc.py | 21 def __init__(self, section, etype, node): argument
|
A D | intel_me.py | 28 def __init__(self, section, etype, node): argument
|
A D | intel_vbt.py | 20 def __init__(self, section, etype, node): argument
|
A D | intel_vga.py | 23 def __init__(self, section, etype, node): argument
|
A D | opensbi.py | 21 def __init__(self, section, etype, node): argument
|
A D | scp.py | 17 def __init__(self, section, etype, node): argument
|
A D | atf_bl1.py | 21 def __init__(self, section, etype, node): argument
|
A D | atf_bl31.py | 22 def __init__(self, section, etype, node): argument
|
A D | intel_fsp.py | 25 def __init__(self, section, etype, node): argument
|
A D | intel_fsp_m.py | 25 def __init__(self, section, etype, node): argument
|
A D | intel_fsp_s.py | 25 def __init__(self, section, etype, node): argument
|
A D | intel_fsp_t.py | 24 def __init__(self, section, etype, node): argument
|
A D | rockchip_tpl.py | 18 def __init__(self, section, etype, node): argument
|
A D | ti_dm.py | 20 def __init__(self, section, etype, node): argument
|
/tools/binman/ |
A D | state.py | 305 def GetUpdateNodes(node, for_repack=False): argument 331 def AddZeroProp(node, prop, for_repack=False): argument 341 def AddSubnode(node, name): argument 358 def AddString(node, prop, value): argument 368 def AddInt(node, prop, value): argument 378 def SetInt(node, prop, value, for_repack=False): argument 392 def CheckAddHashProp(node): argument 405 def CheckSetHashValue(node, get_data_func): argument
|