Home
last modified time | relevance | path

Searched refs:open (Results 1 – 25 of 213) sorted by relevance

123456789

/u-boot/tools/dtoc/
A Dtest_dtoc.py94 with open(fname, 'w') as fout:
179 with open(output) as infile:
184 with open(output) as infile:
291 with open(output) as infile:
297 with open(output) as infile:
312 with open(output) as infile:
323 with open(output) as infile:
347 with open(output) as infile:
356 with open(output) as infile:
376 with open(output) as infile:
[all …]
/u-boot/board/synopsys/axs10x/
A Dheaderize-axs.py20 with open(filename, 'rb') as f:
27 with open(filename, "rb") as file:
105 with open(headerised_filename, "wb") as file:
119 with open(headerised_filename, "ab") as fo:
120 with open(uboot_bin_filename,'rb') as fi:
126 with open(headerised_filename, "rb") as fi:
167 with open(uboot_scrypt_file, "wb") as fo:
/u-boot/board/synopsys/hsdk/
A Dheaderize-hsdk.py17 with open(filename, 'rb') as f:
24 with open(filename, "rb") as file:
85 with open(headerised_filename, "wb") as file:
101 with open(headerised_filename, "ab") as fo:
102 with open(uboot_bin_filename,'rb') as fi:
108 with open(headerised_filename, "rb") as fi:
140 with open(uboot_scrypt_file, "wb") as fo:
/u-boot/arch/arm/lib/
A Dsemihosting.c56 } open; in smh_open() local
71 open.fname = fname; in smh_open()
72 open.len = strlen(fname); in smh_open()
73 open.mode = mode; in smh_open()
76 fd = smh_trap(SYSOPEN, &open); in smh_open()
/u-boot/arch/arm/mach-at91/
A Datmel_sfr.c32 void configure_ddrcfg_input_buffers(bool open) in configure_ddrcfg_input_buffers() argument
36 if (open) in configure_ddrcfg_input_buffers()
/u-boot/test/py/tests/
A Dtest_ut.py15 with open(fn, 'wb') as fh:
21 with open(fn, 'wb') as fh:
A Dtest_fit.py147 with open(fname, 'rb') as fd:
158 with open(src, 'w') as fd:
172 with open(its, 'w') as fd:
191 with open(make_fname('u-boot.dts'), 'w') as fd:
207 with open(fname, 'w') as fd:
221 with open(fname, 'w') as fd:
A Dtest_vboot.py168 with open(fit, 'r+b') as handle:
239 with open(ffit, 'rb') as fd:
242 with open(ffit, 'w+b') as fd:
381 with open('%stest-kernel.bin' % tmpdir, 'wb') as fd:
386 with open(evil_kernel, 'wb') as fd:
/u-boot/tools/buildman/
A Dbsettings.py56 with open(config_fname, 'w') as fd:
69 f = open(config_fname, 'w')
A Dbuilderthread.py169 with open(done_file, 'r') as fd:
316 with open(outfile, 'w') as fd:
323 with open(errfile, 'w') as fd:
332 with open(done_file, 'w') as fd:
338 with open(os.path.join(build_dir, 'toolchain'), 'w') as fd:
347 with open(os.path.join(build_dir, 'out-env'), 'w') as fd:
359 with open(nm, 'w') as fd:
370 with open(objdump, 'w') as fd:
403 with open(sizes, 'w') as fd:
/u-boot/tools/
A Dendian-swap.py45 with open(args.input_bin, "rb") as input_bin:
46 with open(args.output_bin, "wb") as output_bin:
A Dmoveconfig.py443 fd = open(defconfigs_file)
575 with open(header_path) as f:
586 with open(header_path, 'w') as f:
598 with open(header_path) as f:
645 with open(header_path, 'w') as f:
690 with open(defconfig_path) as f:
783 with open('README') as f:
800 with open('README', 'w') as f:
998 with open(autoconf_path) as f:
1576 with open(fname) as fd:
[all …]
A Dzynqmp_pm_cfg_obj_convert.py252 in_file = open(args.in_file, mode='r')
253 out_file = open(args.out_file, mode='wb')
A Dimagetool.c107 dfd = open(file_name, O_RDWR | O_CREAT | O_TRUNC | O_BINARY, in imagetool_save_subimage()
132 fd = open(fname, O_RDONLY | O_BINARY); in imagetool_get_filesize()
/u-boot/board/samsung/smdkv310/tools/
A Dmksmdkv310spl.c44 ifd = open(argv[1], O_RDONLY); in main()
51 ofd = open(argv[2], O_WRONLY | O_CREAT | O_TRUNC, FILE_PERM); in main()
/u-boot/arch/powerpc/dts/
A Dqoriq-mpic.dtsi13 compatible = "fsl,mpic", "chrp,open-pic";
14 device_type = "open-pic";
/u-boot/board/samsung/origen/tools/
A Dmkorigenspl.c46 ifd = open(argv[1], O_RDONLY); in main()
53 ofd = open(argv[2], O_WRONLY | O_CREAT | O_TRUNC, FILE_PERM); in main()
/u-boot/tools/patman/
A Dsettings.py167 fd = open(fname, 'r', encoding='utf-8')
211 f = open(config_fname, 'w')
278 with open(fname, encoding='utf-8') as fd:
302 with open(fname) as fd:
/u-boot/board/softing/vining_2000/
A DMAINTAINERS2 M: Silvio Fricke <open-source@softing.de>
/u-boot/lib/libfdt/
A Dtest_libfdt.py11 with open('b/sandbox_spl/u-boot.dtb') as fd:
/u-boot/lib/efi_selftest/
A Defi_selftest_loadimage.c149 static efi_status_t EFIAPI open
193 .open = open,
208 .open = open,
239 static efi_status_t EFIAPI open in open() function
/u-boot/arch/arm/mach-rockchip/
A Dmake_fit_atf.py152 fit_file = open(fit_file_name, "wb")
167 with open(file_name, "wb") as atf:
174 with open(file_name, "wb") as atf:
178 with open(filename, 'rb') as file:
/u-boot/test/py/
A Du_boot_utils.py42 with open(fn, 'rb') as fh:
85 with open(self.abs_fn, 'wb') as fh:
106 return open(fn, 'rb')
/u-boot/drivers/tpm/
A Dtpm-uclass.c20 if (!ops->open) in tpm_open()
23 return ops->open(dev); in tpm_open()
/u-boot/arch/arm/mach-at91/include/mach/
A Dat91_common.h39 void configure_ddrcfg_input_buffers(bool open);

Completed in 45 milliseconds

123456789