Lines Matching refs:printf
206 printf("\nLoaded SP Manifest file %s (%u bytes)\n", pm_path, sp_pkg->pm_size); in load_sp_pm()
209 printf("Loaded SP Image file %s (%u bytes)\n", sp_path, sp_pkg->img_size); in load_sp_pm()
235 printf("Writing SP Manifest at offset 0x%x (%u bytes)\n", in output_write()
244 printf("Writing SP Image at offset 0x%x (%u bytes)\n", in output_write()
261 printf("Writing package header\n"); in output_write()
267 printf("\nsptool: Built Secure Partition blob %s\n", path); in output_write()
274 printf("usage: sptool "); in usage()
276 printf(VERSION); in usage()
279 printf("version unknown"); in usage()
281 printf(" [<args>]\n\n"); in usage()
283 printf("This tool takes as input set of image binary files and the\n" in usage()
288 printf("Commands supported:\n"); in usage()
289 printf(" -o <path> Set output file path.\n"); in usage()
290 printf(" -i <sp_path:pm_path> Add Secure Partition image and\n" in usage()
293 printf(" -n Generate package without header\n"); in usage()
294 printf(" -h Show this message.\n"); in usage()