Searched refs:tmp (Results 1 – 20 of 20) sorted by relevance
| /tools/ |
| A D | atmelimage.c | 243 uint32_t tmp; in atmel_vrec_header() local 249 tmp = 0xC << 28; in atmel_vrec_header() 255 tmp |= 0 << 16; in atmel_vrec_header() 258 tmp |= 1 << 16; in atmel_vrec_header() 269 tmp |= 0 << 13; in atmel_vrec_header() 272 tmp |= 1 << 13; in atmel_vrec_header() 294 tmp |= 0 << 1; in atmel_vrec_header() 297 tmp |= 1 << 1; in atmel_vrec_header() 300 tmp |= 2 << 1; in atmel_vrec_header() 303 tmp |= 3 << 1; in atmel_vrec_header() [all …]
|
| A D | imx_cntr_image.sh | 12 tmp=$srctree/$f 25 if [ ! -f $tmp ]; then 26 echo "WARNING '$tmp' not found, resulting binary is not-functional" >&2 30 sed -in "s;$f;$tmp;" $file
|
| A D | imx9_image.sh | 12 tmp=$srctree/$f 29 if [ ! -f $tmp ]; then 30 echo "WARNING '$tmp' not found, resulting binary may be not-functional" >&2
|
| A D | mxsboot.c | 336 parity |= tmp << 0; in mx28_nand_parity_13_8() 339 parity |= tmp << 1; in mx28_nand_parity_13_8() 342 parity |= tmp << 2; in mx28_nand_parity_13_8() 345 parity |= tmp << 3; in mx28_nand_parity_13_8() 349 parity |= tmp << 4; in mx28_nand_parity_13_8() 585 int tmp; in parse_ops() local 613 if (tmp % 2) in parse_ops() 615 if (tmp <= 0) in parse_ops() 619 nand_writesize = tmp; in parse_ops() 621 nand_oobsize = tmp; in parse_ops() [all …]
|
| A D | mkenvimage.c | 52 long int tmp; in xstrtol() local 55 tmp = strtol(s, NULL, 0); in xstrtol() 57 return tmp; in xstrtol()
|
| A D | mips-relocs.c | 179 uint64_t tmp; in output_uint() local 182 tmp = val & 0x7f; in output_uint() 184 tmp |= !!val << 7; in output_uint() 185 *(*buf)++ = tmp; in output_uint()
|
| A D | zynqmp_psu_init_minimize.sh | 40 TMP=$(mktemp /tmp/psu_init_gpl.XXXXXX)
|
| A D | imx8image.c | 948 uint8_t *tmp; in build_container() local 1125 tmp = flatten_container_header(&imx_header, container + 1, in build_container() 1129 if (write(ofd, tmp, size) != size) { in build_container() 1135 free(tmp); in build_container()
|
| A D | zynqmpbif.c | 936 struct bif_entry tmp = *entry; in zynqmpbif_copy_image() local 939 entries[bldr] = tmp; in zynqmpbif_copy_image()
|
| A D | mxsimage.c | 541 uint32_t *tmp; in sb_grow_dcd() local 547 tmp = realloc(dctx->payload, dctx->size); in sb_grow_dcd() 548 if (!tmp) in sb_grow_dcd() 551 dctx->payload = tmp; in sb_grow_dcd()
|
| /tools/docker/ |
| A D | Dockerfile | 149 cd /tmp/grub && \ 218 rm -rf /tmp/grub 221 cd /tmp/qemu && \ 228 rm -rf /tmp/qemu 232 cd /tmp/tf-a/ && \ 246 rm -rf /tmp/tf-a 261 cd /tmp/libtpms && \ 267 rm -rf /tmp/libtpms 271 cd /tmp/swtpm && \ 276 rm -rf /tmp/swtpm [all …]
|
| /tools/binman/btool/ |
| A D | fdtgrep.py | 91 dir=tools.get_output_dir()) as tmp: 94 '-o', tmp.name, 105 tmp.name,
|
| A D | lz4.py | 91 dir=tools.get_output_dir()) as tmp: 92 tools.write_file(tmp.name, indata) 93 args = ['--no-frame-crc', '-B4', '-5', '-c', tmp.name]
|
| /tools/binman/ |
| A D | bintool.py | 569 dir=tools.get_output_dir()) as tmp: 570 tools.write_file(tmp.name, indata) 571 args = self.compress_args + ['--stdout', tmp.name]
|
| A D | README.rst | 1455 $ binman extract -i /tmp/b/odroid-c4/image.bin -f out.dtb -F fdt fdtmap 1477 $ binman extract -i /tmp/b/odroid-c4/image.bin -F list
|
| A D | binman.rst | 1455 $ binman extract -i /tmp/b/odroid-c4/image.bin -f out.dtb -F fdt fdtmap 1477 $ binman extract -i /tmp/b/odroid-c4/image.bin -F list
|
| /tools/buildman/ |
| A D | boards.py | 350 tmp = self.database[target][0] 351 if tmp.startswith('Maintained'): 353 if tmp.startswith('Supported'): 355 if tmp.startswith('Orphan'):
|
| A D | README.rst | 1184 buildman -o /tmp/build --board sandbox -w 1186 This will write the full build into /tmp/build including object files. You must 1204 buildman -o /tmp/build --board sandbox -wWI
|
| A D | buildman.rst | 1184 buildman -o /tmp/build --board sandbox -w 1186 This will write the full build into /tmp/build including object files. You must 1204 buildman -o /tmp/build --board sandbox -wWI
|
| /tools/env/ |
| A D | fw_env.c | 1161 char tmp = ENV_REDUND_OBSOLETE; in flash_flag_obsolete() local 1179 rc = write(fd, &tmp, sizeof(tmp)); in flash_flag_obsolete()
|
Completed in 62 milliseconds