Searched refs:nodes (Results 1 – 10 of 10) sorted by relevance
/tools/ |
A D | qconfig.py | 807 nodes = sym.nodes 808 if len(nodes) != 1: 810 node = nodes[0] 1039 nodes = sym.nodes 1040 if len(nodes) == 1: 1041 fname, linenum = nodes[0].filename, nodes[0].linenr 1051 nodes = sym.nodes 1052 if len(nodes) == 1: 1053 fname, linenum = nodes[0].filename, nodes[0].linenr
|
A D | iot2050-sign-fw.sh | 42 openssl req -new -x509 -key $1 -nodes -outform DER -out $CERT_X509 -config $TEMP_X509 -sha512
|
A D | proftool.c | 165 int nodes; member 1682 state->nodes++; in process_call() 1757 state.nodes = 0; in make_flame_tree() 1774 fprintf(stderr, "%d nodes\n", state.nodes); in make_flame_tree()
|
/tools/dtoc/ |
A D | README.rst | 15 `struct udevice` and `struct uclass` entries for devicetree nodes.
|
A D | src_scan.py | 693 def mark_used(self, nodes): argument 705 for node in nodes:
|
/tools/binman/test/ |
A D | 223_fit_fdt_oper.dts | 50 fit,operation = "gen-fdt-nodes";
|
/tools/buildman/ |
A D | kconfiglib.py | 3485 for node in sym.nodes: 3737 if not sym.nodes: 4701 for node in self.nodes: 4737 if self.nodes: 4791 self.nodes = [] 4910 for node in self.nodes: 5318 for node in self.nodes: 5344 for node in self.nodes: 5388 self.nodes = [] 6295 for node in sc.nodes: [all …]
|
/tools/binman/ |
A D | entries.rst | 905 Available substitutions for '@' nodes (and property values) are: 916 Available substitutions for property values in these nodes are: 932 fit,operation = "gen-fdt-nodes"; 938 gen-fdt-nodes 939 Generate FDT nodes as above. This is the default if there is no 945 Generating nodes from an FDT list (gen-fdt-nodes) 970 You can create config nodes in a similar way:: 1002 then no nodes will be generated. 1038 Generating nodes from an ELF file (split-elf) 1068 nodes (including all nodes if this operation is used multiple times) [all …]
|
A D | README.rst | 600 The binman node describes an image. The sub-nodes describe entries in the 745 in Binman before the entries are read. It is a list of phandles of nodes to 974 Image nodes act like sections but also have a few extra properties: 1287 Template nodes appear first in each node that they are inserted into and 1288 ordering of template nodes is preserved. Other nodes come afterwards. If a 1294 Where there are multiple template nodes, they are inserted in that order. so 1301 Note that template nodes are removed from the binman description after 1318 Duplicate phandle 1 in nodes /binman/image/fit/images/atf/atf-bl31 and 1322 different target nodes, resulting in the same phandle for each. See 1325 The solution is typically to put the phandles in the corresponding target nodes [all …]
|
A D | binman.rst | 600 The binman node describes an image. The sub-nodes describe entries in the 745 in Binman before the entries are read. It is a list of phandles of nodes to 974 Image nodes act like sections but also have a few extra properties: 1287 Template nodes appear first in each node that they are inserted into and 1288 ordering of template nodes is preserved. Other nodes come afterwards. If a 1294 Where there are multiple template nodes, they are inserted in that order. so 1301 Note that template nodes are removed from the binman description after 1318 Duplicate phandle 1 in nodes /binman/image/fit/images/atf/atf-bl31 and 1322 different target nodes, resulting in the same phandle for each. See 1325 The solution is typically to put the phandles in the corresponding target nodes [all …]
|
Completed in 35 milliseconds