Lines Matching full:node
88 are defined in the following sections), the "unit name" of the given sub-node
93 3) Root node properties
96 Root node of the uImage Tree should have the following layout:
129 Mandatory node:
130 - images : This node contains a set of sub-nodes, each of them representing
134 Optional node:
139 4) '/images' node
142 This node is a container node for component sub-image nodes. Each sub-node of
143 the '/images' node should have the following layout:
164 - data : Path to the external file which contains this node's binary data.
182 '#address-cells' property of the root node. Mandatory for for types:
185 property of the root node. Mandatory for types: "standalone" and "kernel".
188 - hash-1 : Each hash sub-node represents separate hash or checksum
189 calculated for node's data according to specified algorithm.
205 6) '/configurations' node
208 The 'configurations' node is optional. If present, it allows to create a
212 The 'configurations' node has has the following structure:
215 |- default = "default configuration sub-node unit name"
227 - configuration-sub-node-unit-name : At least one of the configuration
238 |- kernel = "kernel sub-node unit name"
239 |- ramdisk = "ramdisk sub-node unit name"
240 |- fdt = "fdt sub-node unit-name" [, "fdt overlay sub-node unit-name", ...]
241 |- fpga = "fpga sub-node unit-name"
242 |- loadables = "loadables sub-node unit-name"
247 - kernel : Unit name of the corresponding kernel image (image sub-node of a
252 node of a "ramdisk" type).
253 - fdt : Unit name of the corresponding fdt blob (component image node of a
260 (component image node of a "fpga type").
265 on its component image node type.
272 not* be specified in a configuration node.