Home
last modified time | relevance | path

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

123456

/rk3399_rockchip-uboot/tools/dtoc/
H A Dtest_dtoc.py126 with open(output) as infile:
131 with open(output) as infile:
140 with open(output) as infile:
164 with open(output) as infile:
242 with open(output) as infile:
254 with open(output) as infile:
304 with open(output) as infile:
315 with open(output) as infile:
334 with open(output) as infile:
349 with open(output) as infile:
[all …]
/rk3399_rockchip-uboot/arch/arm/lib/
H A Dsemihosting.c55 } open; in smh_open() local
70 open.fname = fname; in smh_open()
71 open.len = strlen(fname); in smh_open()
72 open.mode = mode; in smh_open()
75 fd = smh_trap(SYSOPEN, &open); in smh_open()
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dmake_fit_atf.py144 fit_file = open(fit_file_name, "wb")
150 with open(uboot_file_name) as uboot_file:
162 with open(bl31_file_name) as bl31_file:
180 with open(bl31_file_name) as bl31_file:
189 with open(file_name, "wb") as atf:
197 with open(bl31_file_name) as bl31_file:
H A Ddecode_bl31.py18 with open(filename, 'rb') as file:
40 with open(file_name, "wb") as atf:
/rk3399_rockchip-uboot/lib/optee_clientApi/
H A Dtabinary_to_img.py39 fimg = open(args.out, 'wb')
49 fta = open(f, 'rb')
69 fta = open(f, 'rb')
75 fimg = open(args.out, 'rb+')
H A Dtabinary_to_cfile.py30 f = open(args.TA, 'r')
34 f = open(args.out, 'w')
/rk3399_rockchip-uboot/test/py/tests/
H A Dtest_fit.py144 with open(fname, 'r') as fd:
155 with open(src, 'w') as fd:
169 with open(its, 'w') as fd:
188 with open(make_fname('u-boot.dts'), 'w') as fd:
204 with open(fname, 'w') as fd:
218 with open(fname, 'w') as fd:
H A Dtest_ut.py16 with open(fn, 'wb') as fh:
22 with open(fn, 'wb') as fh:
/rk3399_rockchip-uboot/tools/buildman/
H A Dbsettings.py58 with open(config_fname, 'w') as fd:
71 f = open(config_fname, 'w')
H A Dbuilderthread.py155 with open(done_file, 'r') as fd:
281 with open(outfile, 'w') as fd:
289 with open(errfile, 'w') as fd:
299 with open(done_file, 'w') as fd:
305 with open(os.path.join(build_dir, 'toolchain'), 'w') as fd:
323 with open(nm, 'w') as fd:
334 with open(objdump, 'w') as fd:
356 with open(sizes, 'w') as fd:
/rk3399_rockchip-uboot/tools/
H A Dmoveconfig.py364 devnull = open(os.devnull, 'wb')
425 fd = open(defconfigs_file)
558 with open(header_path) as f:
605 with open(header_path, 'w') as f:
645 with open(defconfig_path) as f:
678 with open(defconfig_path, 'w') as f:
710 with open(os.path.join('scripts', 'config_whitelist.txt')) as f:
715 with open(os.path.join('scripts', 'config_whitelist.txt'), 'w') as f:
738 with open('README') as f:
755 with open('README', 'w') as f:
[all …]
H A Dimagetool.c76 dfd = open(file_name, O_RDWR | O_CREAT | O_TRUNC | O_BINARY, in imagetool_save_subimage()
101 fd = open(fname, O_RDONLY | O_BINARY); in imagetool_get_filesize()
/rk3399_rockchip-uboot/test/py/
H 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')
H A Dmake_test_disk.py12 fd = os.open("testdisk.raw", os.O_RDWR|os.O_CREAT )
/rk3399_rockchip-uboot/tools/patman/
H A Dsettings.py166 fd = open(fname, 'r')
210 f = open(config_fname, 'w')
260 with open(fname) as fd:
284 with open(fname) as fd:
H A Dfunc_test.py50 return open(self.GetPath(fname)).read()
158 cc_lines = open(cc_file).read().splitlines()
225 lines = open(cover_fname).read().splitlines()
233 lines = open(fname).read().splitlines()
H A Dcommand.py78 kwargs['stdin'] = open(infile, 'rb')
82 kwargs['stdout'] = open(outfile, 'wb')
/rk3399_rockchip-uboot/board/samsung/smdkv310/tools/
H A Dmksmdkv310spl.c45 ifd = open(argv[1], O_RDONLY); in main()
52 ofd = open(argv[2], O_WRONLY | O_CREAT | O_TRUNC, FILE_PERM); in main()
/rk3399_rockchip-uboot/board/samsung/origen/tools/
H A Dmkorigenspl.c47 ifd = open(argv[1], O_RDONLY); in main()
54 ofd = open(argv[2], O_WRONLY | O_CREAT | O_TRUNC, FILE_PERM); in main()
/rk3399_rockchip-uboot/scripts/
H A Ddiffconfig97 a = readconfig(open(configa_filename))
98 b = readconfig(open(configb_filename))
/rk3399_rockchip-uboot/tools/binman/
H A Dfunc_test.py80 with open(self.TestFile('u_boot_ucode_ptr')) as fd:
84 with open(self.TestFile('descriptor.bin')) as fd:
159 with open(dtb) as fd:
198 with open(fname) as fd:
223 with open(pathname, 'wb') as fd:
365 with open(fname) as fd:
373 with open(fname) as fd:
659 with open(fname, 'wb') as fd:
753 with open(self.TestFile('u_boot_no_ucode_ptr')) as fd:
763 with open(self.TestFile('u_boot_ucode_ptr')) as fd:
[all …]
/rk3399_rockchip-uboot/board/samtec/vining_2000/
H A DMAINTAINERS2 M: Ingo Schroeck <open-source@samtec.de>
/rk3399_rockchip-uboot/lib/libfdt/
H A Dtest_libfdt.py11 with open('b/sandbox_spl/u-boot.dtb') as fd:
/rk3399_rockchip-uboot/drivers/tpm/
H A Dtpm-uclass.c18 if (!ops->open) in tpm_open()
21 return ops->open(dev); in tpm_open()
/rk3399_rockchip-uboot/doc/
H A DREADME.blackfin22 All open source code for the Blackfin processors are being handled via our
30 This website is backed both by an open source community as well as a dedicated

123456