Searched refs:outfile (Results 1 – 13 of 13) sorted by relevance
| /u-boot/arch/arm/mach-socfpga/ |
| A D | qts-filter-a10.sh | 23 outfile="$2" 121 ) > "${outfile}" 134 outfile="$2" 141 process_a10_hps_config "${hps_xml}" "${outfile}"
|
| /u-boot/tools/ |
| A D | microcode-tool.py | 174 def CreateFile(date, license_text, mcodes, outfile): argument 231 if outfile == '-': 234 if not outfile: 238 outfile = os.path.join(MICROCODE_DIR, mcode.name + '.dtsi') 240 ', '.join([mcode.name for mcode in mcodes]), outfile), file=sys.stderr) 241 with open(outfile, 'w') as fd: 311 CreateFile(date, license_text, mcode_list, options.outfile)
|
| A D | microcode-tool | 174 def CreateFile(date, license_text, mcodes, outfile): argument 231 if outfile == '-': 234 if not outfile: 238 outfile = os.path.join(MICROCODE_DIR, mcode.name + '.dtsi') 240 ', '.join([mcode.name for mcode in mcodes]), outfile), file=sys.stderr) 241 with open(outfile, 'w') as fd: 311 CreateFile(date, license_text, mcode_list, options.outfile)
|
| A D | dumpimage.c | 83 params.outfile = optarg; in main() 143 if (!params.lflag && !params.outfile) { in main()
|
| A D | ifdtool.c | 827 char *outfile = NULL; in main() local 1005 outfile = argv[optind + 1]; in main() 1010 bios_fd = open(filename, outfile ? O_RDONLY : O_RDWR); in main() 1091 if (outfile) { in main() 1092 ret = write_image(outfile, image, size); in main()
|
| A D | imagetool.h | 67 const char *outfile; /* Output filename */ member
|
| A D | default_image.c | 169 return imagetool_save_subimage(params->outfile, file_data, file_len); in image_extract_subimage()
|
| A D | efivar.py | 316 with open(args.outfile, 'wb') as f:
|
| A D | fit_image.c | 923 params->outfile); in fit_extract_contents()
|
| /u-boot/tools/patman/ |
| A D | command.py | 50 def RunPipe(pipe_list, infile=None, outfile=None, argument 92 elif outfile: 93 kwargs['stdout'] = open(outfile, 'wb')
|
| /u-boot/tools/dtoc/ |
| A D | dtb_platdata.py | 253 def out_header(self, outfile): argument 266 ''' % outfile.hdr_comment) 712 outfile = OUTPUT_FILES.get(cmd) 713 if not outfile: 716 plat.setup_output(outfile.ftype, 717 outfile.fname if output_dirs else output) 718 plat.out_header(outfile) 719 outfile.method(plat)
|
| /u-boot/tools/buildman/ |
| A D | builderthread.py | 315 outfile = os.path.join(build_dir, 'log') 316 with open(outfile, 'w') as fd:
|
| /u-boot/tools/binman/ |
| A D | ftest.py | 360 def _SetupDtb(self, fname, outfile='u-boot.dtb'): argument 377 TestFunctional._MakeInputFile(outfile, data) 450 outfile = os.path.join(self._indir, dtb_fname)
|
Completed in 30 milliseconds