| /rk3399_rockchip-uboot/tools/dtoc/ |
| H A D | test_dtoc.py | 126 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 D | semihosting.c | 55 } 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 D | make_fit_atf.py | 144 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 D | decode_bl31.py | 18 with open(filename, 'rb') as file: 40 with open(file_name, "wb") as atf:
|
| /rk3399_rockchip-uboot/lib/optee_clientApi/ |
| H A D | tabinary_to_img.py | 39 fimg = open(args.out, 'wb') 49 fta = open(f, 'rb') 69 fta = open(f, 'rb') 75 fimg = open(args.out, 'rb+')
|
| H A D | tabinary_to_cfile.py | 30 f = open(args.TA, 'r') 34 f = open(args.out, 'w')
|
| /rk3399_rockchip-uboot/test/py/tests/ |
| H A D | test_fit.py | 144 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 D | test_ut.py | 16 with open(fn, 'wb') as fh: 22 with open(fn, 'wb') as fh:
|
| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | bsettings.py | 58 with open(config_fname, 'w') as fd: 71 f = open(config_fname, 'w')
|
| H A D | builderthread.py | 155 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 D | moveconfig.py | 364 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 D | imagetool.c | 76 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 D | u_boot_utils.py | 42 with open(fn, 'rb') as fh: 85 with open(self.abs_fn, 'wb') as fh: 106 return open(fn, 'rb')
|
| H A D | make_test_disk.py | 12 fd = os.open("testdisk.raw", os.O_RDWR|os.O_CREAT )
|
| /rk3399_rockchip-uboot/tools/patman/ |
| H A D | settings.py | 166 fd = open(fname, 'r') 210 f = open(config_fname, 'w') 260 with open(fname) as fd: 284 with open(fname) as fd:
|
| H A D | func_test.py | 50 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 D | command.py | 78 kwargs['stdin'] = open(infile, 'rb') 82 kwargs['stdout'] = open(outfile, 'wb')
|
| /rk3399_rockchip-uboot/board/samsung/smdkv310/tools/ |
| H A D | mksmdkv310spl.c | 45 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 D | mkorigenspl.c | 47 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 D | diffconfig | 97 a = readconfig(open(configa_filename)) 98 b = readconfig(open(configb_filename))
|
| /rk3399_rockchip-uboot/tools/binman/ |
| H A D | func_test.py | 80 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 D | MAINTAINERS | 2 M: Ingo Schroeck <open-source@samtec.de>
|
| /rk3399_rockchip-uboot/lib/libfdt/ |
| H A D | test_libfdt.py | 11 with open('b/sandbox_spl/u-boot.dtb') as fd:
|
| /rk3399_rockchip-uboot/drivers/tpm/ |
| H A D | tpm-uclass.c | 18 if (!ops->open) in tpm_open() 21 return ops->open(dev); in tpm_open()
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.blackfin | 22 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
|