Lines Matching full:node

114 	debug("Can't get '%s' property from FIT 0x%08lx, node: offset %d, name %s (%s)\n",  in fit_get_debug()
122 * @images_noffset: offset of images node
148 * fit_image_print_data() - prints out the hash node details
150 * @noffset: offset of the hash node
154 * fit_image_print_data() lists properties for the processed hash node
173 debug("%s %s node: '%s'\n", p, type, in fit_image_print_data()
221 * @noffset: offset of the hash or signature node
224 * This lists properties for the processed hash node
236 * Multiple hash/signature nodes require unique unit node in fit_image_print_verification_data()
251 * @noffset: offset of the configuration node
255 * configuration node.
320 /* Process all hash subnodes of the component configuration node */ in fit_conf_print()
325 /* Direct child node of the component configuration node */ in fit_conf_print()
337 * The routine prints out FIT image properties (root node level) followed by
359 /* Root node properties */ in fit_print_contents()
376 /* Find images parent node offset */ in fit_print_contents()
379 printf("Can't find images parent node '%s' (%s)\n", in fit_print_contents()
391 * Direct child node of the images parent node, in fit_print_contents()
392 * i.e. component image node. in fit_print_contents()
401 /* Find configurations parent node offset */ in fit_print_contents()
404 debug("Can't get configurations parent node '%s' (%s)\n", in fit_print_contents()
421 * Direct child node of the configurations parent node, in fit_print_contents()
422 * i.e. configuration node. in fit_print_contents()
435 * @image_noffset: offset of the component image node
541 /* Process all hash subnodes of the component image node */ in fit_image_print()
546 /* Direct child node of the component image node */ in fit_image_print()
557 * fit_get_desc - get node description property
559 * @noffset: node offset
562 * fit_get_desc() reads description property from a given node, if
583 * fit_get_timestamp - get node timestamp property
585 * @noffset: node offset
588 * fit_get_timestamp() reads timestamp property from given node, if timestamp
617 * fit_image_get_node - get node offset for component image of a given unit name
619 * @image_uname: component image node unit name
622 * node) of a provided unit name. If image is found its node offset is
626 * image node offset when found (>=0)
635 debug("Can't find images parent node '%s' (%s)\n", in fit_image_get_node()
642 debug("Can't get node offset for image unit name: '%s' (%s)\n", in fit_image_get_node()
650 * fit_image_get_os - get os id for a given component image node
652 * @noffset: component image node offset
655 * fit_image_get_os() finds os property in a given component image node.
682 * fit_image_get_arch - get arch id for a given component image node
684 * @noffset: component image node offset
687 * fit_image_get_arch() finds arch property in a given component image node.
714 * fit_image_get_type - get type id for a given component image node
716 * @noffset: component image node offset
719 * fit_image_get_type() finds type property in a given component image node.
746 * fit_image_get_comp - get comp id for a given component image node
748 * @noffset: component image node offset
751 * fit_image_get_comp() finds comp property in a given component image node.
806 * fit_image_get_load() - get load addr property for given component image node
808 * @noffset: component image node offset
812 * image node. If the property is found, its value is returned to the caller.
826 * @noffset: component image node offset
830 * node.
833 * component image node. If the property is found, its value is returned
846 * fit_image_get_data - get data property and its size for a given component image node
848 * @noffset: component image node offset
852 * fit_image_get_data() finds data property in a given component image node.
877 * Get 'data-offset' property from a given image node.
880 * @noffset: component image node offset
901 * Get 'data-position' property from a given image node.
904 * @noffset: component image node offset
926 * Get 'data-size' property from a given image node.
929 * @noffset: component image node offset
953 * @noffset: component image node offset
1002 * @noffset: hash node offset
1005 * fit_image_hash_get_algo() finds hash algorithm property in a given hash node.
1028 * @noffset: hash node offset
1032 * fit_image_hash_get_value() finds hash value property in a given hash node.
1059 * @noffset: hash node offset
1062 * fit_image_hash_get_ignore() finds hash ignore property in a given hash node.
1090 * fit_set_timestamp - set node timestamp property
1092 * @noffset: node offset
1096 * node and returns operation status to the caller.
1111 debug("Can't set '%s' property for '%s' node (%s)\n", in fit_set_timestamp()
1218 /* Process all hash subnodes of the component image node */ in fit_image_verify_with_data()
1224 * Multiple hash nodes require unique unit node in fit_image_verify_with_data()
1260 printf(" error!\n%s for '%s' hash node in '%s' image node\n", in fit_image_verify_with_data()
1269 * @image_noffset: component image node offset
1273 * node.
1289 printf("error!\n%s for '%s' hash node in '%s' image node\n", in fit_image_verify()
1316 /* Find images parent node offset */ in fit_all_image_verify()
1319 printf("Can't find images parent node '%s' (%s)\n", in fit_all_image_verify()
1333 * Direct child node of the images parent node, in fit_all_image_verify()
1334 * i.e. component image node. in fit_all_image_verify()
1349 * fit_image_check_os - check whether image node is of a given os type
1351 * @noffset: component image node offset
1371 * fit_image_check_arch - check whether image node is of a given arch
1373 * @noffset: component image node offset
1401 * fit_image_check_type - check whether image node is of a given type
1403 * @noffset: component image node offset
1423 * fit_image_check_comp - check whether image node uses given compression
1425 * @noffset: component image node offset
1464 /* mandatory / node 'description' property */ in fit_check_format()
1471 /* mandatory / node 'timestamp' property */ in fit_check_format()
1478 /* mandatory subimages parent '/images' node */ in fit_check_format()
1480 debug("Wrong FIT format: no images parent node\n"); in fit_check_format()
1574 debug("No image node named \"%s\" found.\n", in fit_conf_find_compat()
1615 * fit_conf_get_node - get node offset for configuration of a given unit name
1617 * @conf_uname: configuration node unit name
1620 * parent node) of a provided unit name. If configuration is found its node
1624 * for a default configuration node instead. Default configuration node unit
1626 * node.
1629 * configuration node offset when found (>=0)
1641 debug("Can't find configurations parent node '%s' (%s)\n", in fit_conf_get_node()
1675 debug("Can't get node offset for configuration unit name: '%s' (%s)\n", in fit_conf_get_node()
1758 * config node
1823 /* get FIT component image node offset */ in fit_image_load()
1828 * no image node unit name, try to get config in fit_image_load()
1829 * node first. If config unit node name is NULL in fit_image_load()
1830 * fit_conf_get_node() will try to find default config node in fit_image_load()
1840 puts("Could not find configuration node\n"); in fit_image_load()
1870 printf("Could not find subimage node type '%s'\n", prop_name); in fit_image_load()