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