Home
last modified time | relevance | path

Searched refs:outfile (Results 1 – 13 of 13) sorted by relevance

/u-boot/arch/arm/mach-socfpga/
A Dqts-filter-a10.sh23 outfile="$2"
121 ) > "${outfile}"
134 outfile="$2"
141 process_a10_hps_config "${hps_xml}" "${outfile}"
/u-boot/tools/
A Dmicrocode-tool.py174 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 Dmicrocode-tool174 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 Ddumpimage.c83 params.outfile = optarg; in main()
143 if (!params.lflag && !params.outfile) { in main()
A Difdtool.c827 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 Dimagetool.h67 const char *outfile; /* Output filename */ member
A Ddefault_image.c169 return imagetool_save_subimage(params->outfile, file_data, file_len); in image_extract_subimage()
A Defivar.py316 with open(args.outfile, 'wb') as f:
A Dfit_image.c923 params->outfile); in fit_extract_contents()
/u-boot/tools/patman/
A Dcommand.py50 def RunPipe(pipe_list, infile=None, outfile=None, argument
92 elif outfile:
93 kwargs['stdout'] = open(outfile, 'wb')
/u-boot/tools/dtoc/
A Ddtb_platdata.py253 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 Dbuilderthread.py315 outfile = os.path.join(build_dir, 'log')
316 with open(outfile, 'w') as fd:
/u-boot/tools/binman/
A Dftest.py360 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