Searched refs:imgpath (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/tools/ |
H A D | kwboot.c | 710 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/bmc/ |
H A D | obmc-flash-bmc | 581 imgUBoot="${imgpath}/${version}/image-u-boot" 593 zstd -d -c "${imgpath}"/"${version}"/image-kernel | dd of="/dev/disk/by-partlabel/boot-${label}" 598 zstd -d -c "${imgpath}"/"${version}"/image-rofs | dd of="/dev/disk/by-partlabel/rofs-${label}" 608 if [ -f "${imgpath}"/"${version}"/image-hostfw ]; then 621 cp "${imgpath}"/"${version}"/image-hostfw "${hostfwdir}"/hostfw-"${label}" 740 imgpath="$3"
|
/openbmc/openbmc/meta-phosphor/classes/ |
H A D | image_types_phosphor.bbclass | 287 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 D | kfigure.py | 243 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/openbmc/meta-openembedded/meta-oe/classes/ |
H A D | fitimage.bbclass | 160 def fitimage_emit_section_kernel(d, fd, imgpath, imgsource, imgcomp): 171 fd.write(f'\t\t\tdata = /incbin/("{imgpath}/{imgsource}");\n') 250 def fitimage_emit_section_bootscript(d, fd, imgpath, imgsource): 258 fd.write(f'\t\t\tdata = /incbin/("{imgpath}/{imgsource}");\n') 396 imgpath = d.getVar("DEPLOY_DIR_IMAGE") 397 fitimage_emit_section_kernel(d, fd, imgpath, imgsource, imgcomp) 455 imgpath = d.getVar("DEPLOY_DIR_IMAGE") 457 fitimage_emit_section_bootscript(d, fd, imgpath, imgsource)
|
/openbmc/linux/Documentation/sphinx/ |
H A D | kfigure.py | 287 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)}
|