Home
last modified time | relevance | path

Searched refs:tmp (Results 1 – 20 of 20) sorted by relevance

/tools/
A Datmelimage.c243 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 Dimx_cntr_image.sh12 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 Dimx9_image.sh12 tmp=$srctree/$f
29 if [ ! -f $tmp ]; then
30 echo "WARNING '$tmp' not found, resulting binary may be not-functional" >&2
A Dmxsboot.c336 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 Dmkenvimage.c52 long int tmp; in xstrtol() local
55 tmp = strtol(s, NULL, 0); in xstrtol()
57 return tmp; in xstrtol()
A Dmips-relocs.c179 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 Dzynqmp_psu_init_minimize.sh40 TMP=$(mktemp /tmp/psu_init_gpl.XXXXXX)
A Dimx8image.c948 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 Dzynqmpbif.c936 struct bif_entry tmp = *entry; in zynqmpbif_copy_image() local
939 entries[bldr] = tmp; in zynqmpbif_copy_image()
A Dmxsimage.c541 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 DDockerfile149 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 Dfdtgrep.py91 dir=tools.get_output_dir()) as tmp:
94 '-o', tmp.name,
105 tmp.name,
A Dlz4.py91 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 Dbintool.py569 dir=tools.get_output_dir()) as tmp:
570 tools.write_file(tmp.name, indata)
571 args = self.compress_args + ['--stdout', tmp.name]
A DREADME.rst1455 $ 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 Dbinman.rst1455 $ 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 Dboards.py350 tmp = self.database[target][0]
351 if tmp.startswith('Maintained'):
353 if tmp.startswith('Supported'):
355 if tmp.startswith('Orphan'):
A DREADME.rst1184 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 Dbuildman.rst1184 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 Dfw_env.c1161 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