• Home
  • Raw
  • Download

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 valid number\n", offset_ptr); in ufdt_get_fixup_location()
173 dto_error("Path '%s' not found\n", path); in ufdt_get_fixup_location()
180 dto_error("Property '%s' not found in '%s' node\n", prop_ptr, path); in ufdt_get_fixup_location()
187 dto_error("%s: property length is too small for fixup\n", path); in ufdt_get_fixup_location()
250 dto_error("No node __symbols__ in main dtb.\n"); in ufdt_overlay_do_fixups()
270 dto_error("Couldn't find '%s' symbol in main dtb\n", in ufdt_overlay_do_fixups()
279 dto_error("Couldn't find '%s' path in main dtb\n", symbol_path); in ufdt_overlay_do_fixups()
288 dto_error("Failed one fixup in ufdt_do_one_fixup\n"); in ufdt_overlay_do_fixups()
335 dto_error("failed to find target %04x\n", target); in ufdt_overlay_get_target()
349 dto_error("failed to find target-path %s\n", target_path); in ufdt_overlay_get_target()
374 dto_error("missing __overlay__ sub-node\n"); in ufdt_apply_fragment()
381 dto_error("failed to overlay node %s to target %s\n", in ufdt_apply_fragment()
544 dto_error("failed to perform local fixups in overlay\n"); in ufdt_overlay_local_ref_update()
567 dto_error("failed to add more fdt into main ufdt tree.\n"); in ufdt_overlay_apply()
572 dto_error("Overlay_length %zu smaller than header size %zu\n", in ufdt_overlay_apply()
578 dto_error("failed to perform local fixups in overlay\n"); in ufdt_overlay_apply()
583 dto_error("failed to perform fixups in overlay\n"); in ufdt_overlay_apply()
587 dto_error("failed to apply fragments\n"); in ufdt_overlay_apply()
601 dto_error("Blob_size %zu smaller than the header size %zu\n", blob_size, in ufdt_install_blob()
610 dto_error("incompatible blob version: %d, should be: %d", in ufdt_install_blob()
614 dto_error("error validating blob: %s", fdt_strerror(err)); in ufdt_install_blob()
637 dto_error("Bad overlay size!\n"); in ufdt_apply_overlay()
641 dto_error("Bad fdt size!\n"); in ufdt_apply_overlay()
650 dto_error("failed to allocate memory for DTB blob with overlays\n"); in ufdt_apply_overlay()
665 dto_error("Failed to dump the device tree to out_fdt_header\n"); in ufdt_apply_overlay()