Lines Matching refs:dto_error
148 dto_error("Missing property part in '%s'\n", path); in ufdt_get_fixup_location()
157 dto_error("Missing offset part in '%s'\n", path); in ufdt_get_fixup_location()
166 dto_error("'%s' is not a valid number\n", offset_ptr); in ufdt_get_fixup_location()
171 dto_error("'%s' is not a valid offset\n", offset_ptr); in ufdt_get_fixup_location()
178 dto_error("Path '%s' not found\n", path); in ufdt_get_fixup_location()
185 dto_error("Property '%s' not found in '%s' node\n", prop_ptr, path); in ufdt_get_fixup_location()
193 dto_error("%s: property length is too small for fixup\n", path); in ufdt_get_fixup_location()
256 dto_error("No node __symbols__ in main dtb.\n"); in ufdt_overlay_do_fixups()
276 dto_error("Couldn't find '%s' symbol in main dtb\n", in ufdt_overlay_do_fixups()
285 dto_error("Couldn't find '%s' path in main dtb\n", symbol_path); in ufdt_overlay_do_fixups()
294 dto_error("Failed one fixup in ufdt_do_one_fixup\n"); in ufdt_overlay_do_fixups()
341 dto_error("failed to find target %04x\n", target); in ufdt_overlay_get_target()
355 dto_error("failed to find target-path %s\n", target_path); in ufdt_overlay_get_target()
380 dto_error("Unable to resolve target for %s\n", ufdt_node_name(frag_node)); in ufdt_apply_fragment()
387 dto_error("failed to overlay node %s to target %s\n", in ufdt_apply_fragment()
410 dto_error("failed to apply overlay fragment %s ret: %d\n", in ufdt_overlay_apply_fragments()
554 dto_error("failed to perform local fixups in overlay\n"); in ufdt_overlay_local_ref_update()
577 dto_error("failed to add more fdt into main ufdt tree.\n"); in ufdt_overlay_apply()
582 dto_error("Overlay_length %zu smaller than header size %zu\n", in ufdt_overlay_apply()
588 dto_error("failed to perform local fixups in overlay\n"); in ufdt_overlay_apply()
593 dto_error("failed to perform fixups in overlay\n"); in ufdt_overlay_apply()
597 dto_error("failed to apply fragments\n"); in ufdt_overlay_apply()
611 dto_error("Blob_size %zu smaller than the header size %zu\n", blob_size, in ufdt_install_blob()
620 dto_error("incompatible blob version: %d, should be: %d\n", in ufdt_install_blob()
624 dto_error("error validating blob: %s\n", fdt_strerror(err)); in ufdt_install_blob()
647 dto_error("Bad overlay size!\n"); in ufdt_apply_overlay()
651 dto_error("Bad fdt size!\n"); in ufdt_apply_overlay()
660 dto_error("failed to allocate memory for DTB blob with overlays\n"); in ufdt_apply_overlay()
675 dto_error("Failed to dump the device tree to out_fdt_header\n"); in ufdt_apply_overlay()