Lines Matching refs:printf

126 		printf("No SD/MMC/eMMC card found\n");  in mmc_burn_image()
132 printf("%s(%d) init failed\n", IS_SD(mmc) ? "SD" : "MMC", in mmc_burn_image()
141 printf("MMC partition switch failed\n"); in mmc_burn_image()
158 printf("Error - failed to obtain block descriptor\n"); in mmc_burn_image()
173 printf("Error - written %#lx blocks\n", blk_written); in mmc_burn_image()
176 printf("Done!\n"); in mmc_burn_image()
195 printf("No SD/MMC/eMMC card found\n"); in mmc_read_file()
200 printf("%s(%d) init failed\n", IS_SD(mmc) ? "SD" : "MMC", in mmc_read_file()
207 printf("Error: MMC 0 not found\n"); in mmc_read_file()
256 printf("Failed to probe SPI Flash\n"); in spi_burn_image()
265 printf("Erasing %d bytes (%d blocks) at offset 0 ...", in spi_burn_image()
269 printf("Error!\n"); in spi_burn_image()
271 printf("Done!\n"); in spi_burn_image()
273 printf("Writing %d bytes from 0x%lx to offset 0 ...", in spi_burn_image()
277 printf("Error!\n"); in spi_burn_image()
279 printf("Done!\n"); in spi_burn_image()
326 printf("Erasing 0x%x - 0x%x:...", 0, (int)image_size); in nand_burn_image()
329 printf("Error!\n"); in nand_burn_image()
332 printf("Done!\n"); in nand_burn_image()
335 printf("Writing %d bytes from 0x%lx to offset 0 ... ", in nand_burn_image()
339 printf("Error!\n"); in nand_burn_image()
341 printf("Done!\n"); in nand_burn_image()
377 printf("Error: usb_init failed\n"); in usb_read_file()
384 printf("Error: USB storage device not found\n"); in usb_read_file()
390 printf("Error: USB 0 not found\n"); in usb_read_file()
468 printf("Error: Write not supported on device %s\n", dst->name); in bubt_write_file()
503 printf("ERROR: Bad MAGIC 0x%08x != 0x%08x\n", in check_image_header()
513 printf("Error: Bad Image checksum. 0x%x != 0x%x\n", in check_image_header()
520 printf("Image checksum...OK!\n"); in check_image_header()
546 printf("bypass image validation, "); in check_image_header()
547 printf("only untrusted image is supported now\n"); in check_image_header()
552 printf("Error: Unsupported Image version = 0x%08x\n", version); in check_image_header()
584 printf("Warning: Image_%d hash checksum is disabled, ", in check_image_header()
586 printf("skip the image validation.\n"); in check_image_header()
603 printf("Error: Unsupported hash_algorithm_id = %d\n", in check_image_header()
611 printf("Error: Image_%d checksum is not correct\n", in check_image_header()
616 printf("Image checksum...OK!\n"); in check_image_header()
624 printf("bubt cmd does not support this SoC device or family!\n"); in check_image_header()
636 printf("Error: Image header verification failed\n"); in bubt_verify()
648 printf("Error: Read not supported on device \"%s\"\n", in bubt_read_file()
655 printf("Error: Failed to read file %s from %s\n", in bubt_read_file()
666 printf("Device \"%s\" not supported by U-BOOT image\n", in bubt_is_dev_active()
672 printf("Device \"%s\" is inactive\n", dev->name); in bubt_is_dev_active()
737 printf("Error: Unknown destination \"%s\"\n", dst_dev_name); in do_bubt_cmd()
747 printf("Error: Unknown source \"%s\"\n", src_dev_name); in do_bubt_cmd()
754 printf("Burning U-BOOT image \"%s\" from \"%s\" to \"%s\"\n", in do_bubt_cmd()