Lines Matching refs:printf
174 printf("\n\n%s\n\n", VERSION_STRING); in usage()
175 printf("Usage: doimage [options] <input_file> [output_file]\n"); in usage()
176 printf("create bootrom image from u-boot and boot extensions\n\n"); in usage()
178 printf("Arguments\n"); in usage()
179 printf(" input_file name of boot image file.\n"); in usage()
180 printf(" if -p is used, name of the bootrom image file"); in usage()
181 printf(" to parse.\n"); in usage()
182 printf(" output_file name of output bootrom image file\n"); in usage()
184 printf("\nOptions\n"); in usage()
185 printf(" -s target SOC name. supports a8020,a7020\n"); in usage()
186 printf(" different SOCs may have different boot image\n"); in usage()
187 printf(" format so it's mandatory to know the target SOC\n"); in usage()
188 printf(" -i boot I/F name. supports nand, spi, nor\n"); in usage()
189 printf(" This affects certain parameters coded in the\n"); in usage()
190 printf(" image header\n"); in usage()
191 printf(" -l boot image load address. default is 0x0\n"); in usage()
192 printf(" -e boot image entry address. default is 0x0\n"); in usage()
193 printf(" -b binary extension image file.\n"); in usage()
194 printf(" This image is executed before the boot image.\n"); in usage()
195 printf(" This is typically used to initialize the memory "); in usage()
196 printf(" controller.\n"); in usage()
197 printf(" Currently supports only a single file.\n"); in usage()
199 printf(" -c Make trusted boot image using parameters\n"); in usage()
200 printf(" from the configuration file.\n"); in usage()
202 printf(" -p Parse and display a pre-built boot image\n"); in usage()
204 printf(" -k Key index for RSA signatures verification\n"); in usage()
205 printf(" when parsing the boot image\n"); in usage()
207 printf(" -m Disable prints of bootrom and binary extension\n"); in usage()
208 printf(" -u UART baudrate used for bootrom prints.\n"); in usage()
209 printf(" Must be multiple of 1200\n"); in usage()
210 printf(" -h Show this help message\n"); in usage()
211 printf(" IO-ROM NFC-NAND boot parameters:\n"); in usage()
212 printf(" -n NAND device block size in KB [Default is 64KB].\n"); in usage()
213 printf(" -t NAND cell technology (SLC [Default] or MLC)\n"); in usage()
1120 printf("0x%x\n", value); in do_print_field()
1123 printf("%d\n", value); in do_print_field()
1126 printf("\n"); in do_print_field()
1279 printf("\nChecking values:\n"); in parse_image()
1682 printf("Error: Failed to open input file %s\n", in_file); in main()