| /u-boot/test/py/tests/ |
| A D | test_fit.py | 243 def run_fit_test(mkimage): argument 314 fit = fit_util.make_fit(cons, mkimage, base_its, params) 345 fit = fit_util.make_fit(cons, mkimage, base_its, params) 357 fit = fit_util.make_fit(cons, mkimage, base_its, params) 369 fit = fit_util.make_fit(cons, mkimage, base_its, params) 383 fit = fit_util.make_fit(cons, mkimage, base_its, params) 397 mkimage = cons.config.build_dir + '/tools/mkimage' 398 run_fit_test(mkimage)
|
| A D | test_vboot.py | 68 def make_fit(its, cons, mkimage, dtc_args, datadir, fit): argument 81 util.run_and_log(cons, [mkimage, '-D', dtc_args, '-f', 194 args = [mkimage, '-F', '-k', tmpdir, '-K', dtb, '-r', fit] 211 args = [mkimage, '-F', '-k', tmpdir, '-K', dtb, '-r', fit] 228 args = [mkimage, '-F', '-k', tmpdir, '-K', dtb, fit] 311 … make_fit('sign-images-%s%s.its' % (sha_algo, padding), cons, mkimage, dtc_args, datadir, fit) 322 … make_fit('sign-configs-%s%s.its' % (sha_algo, padding), cons, mkimage, dtc_args, datadir, fit) 486 make_fit('simple-images.its', cons, mkimage, dtc_args, datadir, fit) 517 mkimage = cons.config.build_dir + '/tools/mkimage' 593 args = [mkimage, '-F', '-k', tmpdir, fit] [all …]
|
| A D | test_fit_ecdsa.py | 55 def sign(self, mkimage, key_file): argument 56 util.run_and_log(self.cons, [mkimage, '-F', self.fit, f'-G{key_file}']) 79 util.run_and_log(cons, [mkimage, '-D', dtc_args, '-f', its, dest_fit]) 86 mkimage = cons.config.build_dir + '/tools/mkimage' 112 fit.sign(mkimage, key_file)
|
| A D | test_vbe.py | 111 mkimage = cons.config.build_dir + '/tools/mkimage' 112 fit = fit_util.make_fit(cons, mkimage, base_its, params, 'test-vbe.fit',
|
| A D | test_source.py | 15 mkimage = os.path.join(cons.config.build_dir, 'tools/mkimage') 18 util.run_and_log(cons, (mkimage, '-f', its, fit))
|
| A D | test_fit_auto_signed.py | 137 mkimage = cons.config.build_dir + '/tools/mkimage' 169 util.run_and_log(cons, mkimage + ' -fauto' + b_args + " " + fit_file) 178 util.run_and_log(cons, mkimage + ' -fauto' + b_args + s_args + " " + 188 util.run_and_log(cons, mkimage + ' -fauto-conf' + b_args + s_args + " " +
|
| A D | fit_util.py | 39 def make_fit(cons, mkimage, base_its, params, basename='test.fit', base_fdt=None): argument 57 util.run_and_log(cons, [mkimage, '-f', its, fit])
|
| /u-boot/board/ronetix/imx8mq-cm/ |
| A D | imximage-8mq-lpddr4.cfg | 8 LOADER mkimage.flash.mkimage 0x7E1000
|
| /u-boot/tools/binman/test/ |
| A D | 254_mkimage_filename.dts | 10 mkimage { 11 filename = "mkimage-test.bin";
|
| A D | 242_mkimage_name.dts | 10 mkimage {
|
| A D | 229_mkimage_missing.dts | 10 mkimage {
|
| A D | 243_mkimage_image.dts | 10 mkimage {
|
| A D | 244_mkimage_image_no_content.dts | 10 mkimage {
|
| A D | 252_mkimage_mult_data.dts | 10 mkimage {
|
| A D | 245_mkimage_image_bad.dts | 10 mkimage {
|
| /u-boot/tools/ |
| A D | Makefile | 66 hostprogs-y += dumpimage mkimage 100 dumpimage-mkimage-objs := aisimage.o \ 151 dumpimage-objs := $(dumpimage-mkimage-objs) dumpimage.o 152 mkimage-objs := $(dumpimage-mkimage-objs) mkimage.o 153 fit_info-objs := $(dumpimage-mkimage-objs) fit_info.o 154 fit_check_sign-objs := $(dumpimage-mkimage-objs) fit_check_sign.o 155 fdt_add_pubkey-objs := $(dumpimage-mkimage-objs) fdt_add_pubkey.o
|
| /u-boot/doc/ |
| A D | README.kwbimage | 2 Kirkwood Boot Image generation using mkimage 16 ./tools/mkimage -l <kwboot_file> 19 ./tools/mkimage -n <board specific configuration file> \ 24 ./tools/mkimage -n ./board/Marvell/openrd_base/kwbimage.cfg \ 29 kwbimage support available with mkimage utility will generate kirkwood boot 31 which uses mkimage to produce such an image is "u-boot.kwb". For example:
|
| A D | README.atmel_pmecc | 39 look like. In order to do so we have a new image type added to mkimage to 45 tool will be called in build process to parametrize mkimage for atmelimage 46 type. The mkimage tool has intentionally _not_ compiled in those parameters. 48 The mkimage image type atmelimage also set the 6'th interrupt vector to the
|
| /u-boot/doc/imx/ahab/csf_examples/ |
| A D | csf_enc_boot_image.txt | 18 # Binary to be signed generated by mkimage 20 # Offsets = Container header Signature block (printed out by mkimage)
|
| /u-boot/arch/arm/mach-keystone/ |
| A D | config.mk | 21 $(call if_changed,mkimage) 32 $(call if_changed,mkimage)
|
| /u-boot/arch/arm/mach-imx/ |
| A D | Makefile | 137 $(call if_changed,mkimage) 152 $(call if_changed,mkimage) 161 $(call if_changed,mkimage) 181 $(call if_changed,mkimage) 195 $(call if_changed,mkimage) 197 $(call if_changed,mkimage) 204 $(call if_changed,mkimage) 218 $(call if_changed,mkimage) 224 $(call if_changed,mkimage)
|
| /u-boot/board/synopsys/hsdk/ |
| A D | config.mk | 14 $(Q)tools/mkimage -T script -C none -n 'uboot update script' \ 28 $(Q)tools/mkimage -T script -C none -n 'uboot update script' \
|
| /u-boot/test/ |
| A D | nokia_rx51_test.sh | 56 test -f mkimage || ln -s ../tools/mkimage . 124 ./mkimage -A arm -O linux -T kernel -C none -a 80008000 -e 80008000 -n zImage-2.6.28-omap1 -d zImag… 199 ./mkimage -A arm -O linux -T script -C none -a 0 -e 0 -n bootmenu_uboot -d bootmenu_uboot bootmenu_… 208 ./mkimage -A arm -O linux -T script -C none -a 0 -e 0 -n bootmenu_emmc -d bootmenu_emmc bootmenu_em… 217 ./mkimage -A arm -O linux -T script -C none -a 0 -e 0 -n bootmenu_emmc2 -d bootmenu_emmc2 bootmenu_… 226 ./mkimage -A arm -O linux -T script -C none -a 0 -e 0 -n bootmenu_nand -d bootmenu_nand bootmenu_na… 235 ./mkimage -A arm -O linux -T script -C none -a 0 -e 0 -n bootmenu_ubi -d bootmenu_ubi bootmenu_ubi.… 242 ./mkimage -A arm -O linux -T script -C none -a 0 -e 0 -n bootmenu_default -d bootmenu_default bootm…
|
| /u-boot/tools/binman/etype/ |
| A D | mkimage.py | 188 if self.mkimage.run_cmd(*args) is not None: 192 self.record_missing_bintool(self.mkimage) 256 self.mkimage = self.AddBintool(btools, 'mkimage')
|
| /u-boot/arch/arm/cpu/armv7/vf610/ |
| A D | Makefile | 11 $(call if_changed,mkimage)
|