| /tools/ |
| A D | imx8m_image.sh | 25 …objcopy -I binary -O binary --pad-to 0x8000 --gap-fill=0x0 lpddr4_pmu_train_1d_imem.bin lpddr4_pmu… 26 …objcopy -I binary -O binary --pad-to 0x4000 --gap-fill=0x0 lpddr4_pmu_train_1d_dmem.bin lpddr4_pmu… 27 …objcopy -I binary -O binary --pad-to 0x8000 --gap-fill=0x0 lpddr4_pmu_train_2d_imem.bin lpddr4_pmu… 35 objcopy -I binary -O binary --pad-to 0x8000 --gap-fill=0x0 ddr4_imem_1d.bin ddr4_imem_1d_pad.bin 36 objcopy -I binary -O binary --pad-to 0x4000 --gap-fill=0x0 ddr4_dmem_1d.bin ddr4_dmem_1d_pad.bin 37 objcopy -I binary -O binary --pad-to 0x8000 --gap-fill=0x0 ddr4_imem_2d.bin ddr4_imem_2d_pad.bin 45 objcopy -I binary -O binary --pad-to 0x8000 --gap-fill=0x0 ddr3_imem_1d.bin ddr3_imem_1d_pad.bin
|
| A D | kwbimage.c | 183 } binary; member 1191 e->binary.file, dir); in image_headersz_v1() 1198 if (e->binary.loadaddr) { in image_headersz_v1() 1217 e->binary.loadaddr, e->binary.file, e->binary.nargs); in image_headersz_v1() 1221 if (e->binary.loadaddr % 4 || e->binary.loadaddr < low_addr || in image_headersz_v1() 1226 e->binary.loadaddr, e->binary.file, in image_headersz_v1() 1279 binarye->binary.file); in add_binary_header_v1() 1285 binarye->binary.file); in add_binary_header_v1() 1310 if (binarye->binary.loadaddr) in add_binary_header_v1() 1325 binarye->binary.file); in add_binary_header_v1() [all …]
|
| /tools/u_boot_pylib/ |
| A D | command.py | 52 def to_output(self, binary): argument 60 if not binary: 69 binary=False, output_func=None, **kwargs): argument 131 return result.to_output(binary) 141 return result.to_output(binary)
|
| A D | tools.py | 366 binary = kwargs.get('binary') 380 env=env, raise_on_error=False, binary=binary) 474 def read_file(fname, binary=True): argument 483 with open(filename(fname), binary and 'rb' or 'r') as fd: 489 def write_file(fname, data, binary=True): argument 498 with open(filename(fname), binary and 'wb' or 'w') as fd:
|
| /tools/binman/btool/ |
| A D | lzma_alone.py | 73 self.run_cmd(*args, binary=True) 91 self.run_cmd(*args, binary=True) 92 return tools.read_file(outf.name, binary=True)
|
| A D | lz4.py | 94 return self.run_cmd(*args, binary=True) 109 return self.run_cmd(*args, binary=True)
|
| /tools/buildman/ |
| A D | cfgutil.py | 126 lines = tools.read_file(fname, binary=False).splitlines() 129 tools.write_file(fname, out, binary=False) 222 lines = tools.read_file(fname, binary=False).splitlines()
|
| A D | func_test.py | 925 orig_data = tools.read_file(main, binary=False) 928 tools.write_file(main, ''.join(lines), binary=False) 941 tools.write_file(main, ''.join(lines), binary=False) 948 tools.write_file(main, data, binary=False) 956 tools.write_file(main, ''.join(lines), binary=False) 964 tools.write_file(main, ''.join(lines), binary=False) 972 tools.write_file(main, ''.join(lines), binary=False) 980 tools.write_file(main, both_data, binary=False) 988 tools.write_file(main, both_data + extra, binary=False) 994 tools.write_file(main, both_data, binary=False) [all …]
|
| A D | control.py | 612 items = tools.read_file(running_fname, binary=False).split() 647 binary=False)
|
| /tools/binman/ |
| A D | bintool.py | 275 def run_cmd_result(self, *args, binary=False, raise_on_error=True): argument 297 raise_on_error=False, binary=binary) 318 def run_cmd(self, *args, binary=False): argument 329 result = self.run_cmd_result(*args, binary=binary) 572 return self.run_cmd(*args, binary=True) 587 return self.run_cmd(*args, binary=True)
|
| A D | fip_util_test.py | 83 binary=False) 88 tools.write_file(self.macro_fname, data, binary=False) 93 tools.write_file(self.name_fname, data, binary=False) 110 tools.write_file(self.readme, 'blah', binary=False) 242 ''', binary=False) 259 blah blah''', binary=False) 272 tools.write_file(self.src_file, '', binary=False)
|
| A D | missing-blob-help | 22 for how to generate this binary. If you are not using secure boot or do not 43 binary and build with ROCKCHIP_TPL=/path/to/ddr.bin. One possible source 44 for the external TPL binary is https://github.com/rockchip-linux/rkbin. 70 the DM firmware binary and how to include it in the build. 81 TIFS firmware binary and how to include them in the build.
|
| A D | entries.rst | 246 Entry: blob: Arbitrary binary blob 645 node (i.e. the binary). 1304 binary in the right place. 1764 Entry: rockchip-tpl: Rockchip TPL binary 2036 binary. 2044 - board config binary: File containing board configuration binary 2168 - dm-data: boolean if binary contains dm-data binary 2194 Entry: u-boot: U-Boot flat binary 2321 Entry: u-boot-spl: U-Boot SPL binary 2497 Entry: u-boot-tpl: U-Boot TPL binary [all …]
|
| A D | fip_util.py | 446 data = tools.read_file(fname, binary=False) 492 data = tools.read_file(fname, binary=False) 577 readme = tools.read_file(readme_fname, binary=False) 584 orig = tools.read_file(oldfile, binary=False) 591 tools.write_file(dstfile, new_code, binary=False)
|
| A D | bintools.rst | 6 This file describes the bintools (binary tools) supported by binman. Bintools 42 It also supports fetching a binary cbfstool, since building it from source 110 A binary version of the tool can be fetched. 140 The tool is built as part of U-Boot, but a binary version can be fetched if 216 It also supports fetching a binary openssl
|
| A D | pyproject.toml | 6 name = "binary-manager"
|
| A D | README.rst | 35 hierarchical images, compression, hashing and dealing with the binary blobs, 95 - binary - an input binary that goes into the image 103 pip install binary-manager 152 Binman considers the output files created by mkimage to be binary blobs 358 In most cases x86 images have a lot of binary blobs, 'black-box' code 596 padding comes from the fact that the second binary is placed at 598 immediately follow the SPL binary. 683 For 'blob' types this provides the filename containing the binary to 752 be relative to the base address of the binary. This allow the binary to be 1453 extracted just the devicetree binary without the fdtmap header:: [all …]
|
| A D | binman.rst | 35 hierarchical images, compression, hashing and dealing with the binary blobs, 95 - binary - an input binary that goes into the image 103 pip install binary-manager 152 Binman considers the output files created by mkimage to be binary blobs 358 In most cases x86 images have a lot of binary blobs, 'black-box' code 596 padding comes from the fact that the second binary is placed at 598 immediately follow the SPL binary. 683 For 'blob' types this provides the filename containing the binary to 752 be relative to the base address of the binary. This allow the binary to be 1453 extracted just the devicetree binary without the fdtmap header:: [all …]
|
| A D | state.py | 535 version = tools.read_file(version_fname, binary=False)
|
| /tools/binman/etype/ |
| A D | encrypted.py | 126 iv = tools.read_file(iv_filename, binary=True) 134 key = tools.read_file(key_filename, binary=True)
|
| /tools/binman/test/ |
| A D | Makefile | 58 $(OBJCOPY) -O binary $< -R .note.gnu.build-id $@ 79 $(OBJCOPY) -O binary $< -R .note.gnu.build-id $@
|
| /tools/kermit/ |
| A D | README | 47 target using the "loadb" command (kermit binary protocol)
|
| /tools/patman/ |
| A D | func_test.py | 237 cc_lines = tools.read_file(cc_file, binary=False).splitlines() 317 lines = tools.read_file(cover_fname, binary=False).splitlines() 324 lines = tools.read_file(fname, binary=False).splitlines() 375 lines = tools.read_file(args[0], binary=False).splitlines() 418 cover = tools.read_file(cover_fname, binary=False) 437 cover = tools.read_file(cover_fname, binary=False) 462 'add_maintainers: True\n', binary=False) 465 'print("hello@there.com")\n', binary=False)
|
| A D | test_common.py | 88 tools.write_file(path, text, binary=False)
|
| /tools/dtoc/ |
| A D | test_dtoc.py | 829 data = tools.read_file(output, binary=False) 1535 data = tools.read_file(output, binary=False)
|