Home
last modified time | relevance | path

Searched refs:imgpath (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/tools/
H A Dkwboot.c710 const char *ttypath, *imgpath; in main() local
722 imgpath = NULL; in main()
739 imgpath = optarg; in main()
744 imgpath = optarg; in main()
792 if (patch && !imgpath) in main()
806 if (imgpath) { in main()
809 img = kwboot_mmap_image(imgpath, &size, prot); in main()
811 perror(imgpath); in main()
819 fprintf(stderr, "%s: Invalid image.\n", imgpath); in main()
/openbmc/phosphor-bmc-code-mgmt/
H A Dobmc-flash-bmc568 imgUBoot="${imgpath}/${version}/image-u-boot"
580 zstd -d -c "${imgpath}"/"${version}"/image-kernel | dd of="/dev/disk/by-partlabel/boot-${label}"
585 zstd -d -c "${imgpath}"/"${version}"/image-rofs | dd of="/dev/disk/by-partlabel/rofs-${label}"
595 if [ -f "${imgpath}"/"${version}"/image-hostfw ]; then
608 cp "${imgpath}"/"${version}"/image-hostfw "${hostfwdir}"/hostfw-"${label}"
727 imgpath="$3"
/openbmc/openbmc/meta-phosphor/classes/
H A Dimage_types_phosphor.bbclass287 def _append_image(imgpath, start_kb, finish_kb):
288 imgsize = os.path.getsize(imgpath)
290 bb.debug(1, 'Considering file size=' + str(imgsize) + ' name=' + imgpath)
294 bb.fatal("Image '%s' is %d bytes too large!" % (imgpath, imgsize - maxsize))
298 'if=%s' % imgpath,
515 def _append_image(partname, typename, imgpath, start_kb, finish_kb):
516 imgsize = os.path.getsize(imgpath)
518 bb.debug(1, 'Considering file size=' + str(imgsize) + ' name=' + imgpath)
522 bb.fatal("Image '%s' is too large!" % imgpath)
524 with open(imgpath, "rb") as fp:
[all …]
/openbmc/u-boot/Documentation/sphinx/
H A Dkfigure.py243 translator.builder.imgpath, fname + '.svg')
245 '*': path.join(translator.builder.imgpath, fname + '.svg')}
444 img_node['uri'] = path.join(self.builder.imgpath, fname + tmp_ext)
446 '*': path.join(self.builder.imgpath, fname + tmp_ext)}
/openbmc/linux/Documentation/sphinx/
H A Dkfigure.py287 translator.builder.imgpath, fname + '.svg')
289 '*': path.join(translator.builder.imgpath, fname + '.svg')}
548 img_node['uri'] = path.join(self.builder.imgpath, fname + tmp_ext)
550 '*': path.join(self.builder.imgpath, fname + tmp_ext)}