| /rk3399_rockchip-uboot/test/py/tests/ |
| H A D | test_fit.py | 173 def make_fit(mkimage, params): argument 187 util.run_and_log(cons, [mkimage, '-f', its, fit]) 287 def run_fit_test(mkimage): argument 355 fit = make_fit(mkimage, params) 386 fit = make_fit(mkimage, params) 398 fit = make_fit(mkimage, params) 410 fit = make_fit(mkimage, params) 423 mkimage = cons.config.build_dir + '/tools/mkimage' 424 run_fit_test(mkimage)
|
| H A D | test_vboot.py | 88 util.run_and_log(cons, [mkimage, '-D', dtc_args, '-f', 102 util.run_and_log(cons, [mkimage, '-F', '-k', tmpdir, '-K', dtb, 167 mkimage = cons.config.build_dir + '/tools/mkimage'
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | Makefile | 57 hostprogs-y += dumpimage mkimage 89 dumpimage-mkimage-objs := aisimage.o \ 126 dumpimage-objs := $(dumpimage-mkimage-objs) dumpimage.o 127 mkimage-objs := $(dumpimage-mkimage-objs) mkimage.o 128 fit_info-objs := $(dumpimage-mkimage-objs) fit_info.o 129 fit_check_sign-objs := $(dumpimage-mkimage-objs) fit_check_sign.o
|
| H A D | .gitignore | 22 /mkimage
|
| /rk3399_rockchip-uboot/doc/ |
| H 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:
|
| H 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
|
| H A D | README.lynxkdi | 13 automatically detects which is being booted. When you use mkimage 46 When creating a LynxOS or BlueCat u-boot image using mkimage,
|
| H A D | README.ublimage | 2 UBL image Boot Image generation using mkimage 14 ./tools/mkimage -l <u-boot_file> 17 ./tools/mkimage -T ublimage \ 22 ./tools/mkimage -n ./board/davinci/dm365evm/ublimage.cfg \
|
| H A D | README.pblimage | 2 Freescale PBL(pre-boot loader) Boot Image generation using mkimage 30 2. pblimage support available with mkimage utility will generate Freescale PBL
|
| H A D | README.rockchip | 76 ./firefly-rk3288/tools/mkimage -n rk3288 -T rkimage -d \ 99 ./firefly-rk3288/tools/mkimage -n rk3288 -T rksd -d \ 137 ./firefly-rk3288/tools/mkimage -n rk3288 -T rksd -d \ 145 ./evb-rk3036/tools/mkimage -n rk3036 -T rksd -d evb-rk3036/spl/u-boot-spl.bin out && \ 166 ./tools/mkimage -n rk3288 -T rksd -d ./tpl/u-boot-tpl.bin out && 189 tools/mkimage -n rk3188 -T rksd -d spl/u-boot-spl.bin out 226 ./chromebook_jerry/tools/mkimage -n rk3288 -T rkspi \
|
| /rk3399_rockchip-uboot/arch/arm/mach-keystone/ |
| H A D | config.mk | 21 $(call if_changed,mkimage) 32 $(call if_changed,mkimage)
|
| /rk3399_rockchip-uboot/arch/arm/mach-imx/ |
| H A D | Makefile | 78 $(call if_changed,mkimage) 86 $(call if_changed,mkimage) 95 $(call if_changed,mkimage) 101 $(call if_changed,mkimage)
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv7/vf610/ |
| H A D | Makefile | 13 $(call if_changed,mkimage)
|
| /rk3399_rockchip-uboot/board/rockchip/evb_rv1108/ |
| H A D | README | 7 > ./tools/mkimage -n rv1108 -T rksd -d ./out/u-boot-spl.bin spl.bin 9 > ./tools/mkimage -n rv1108 -T rksd -d ../rkbin/rv1x/rv1108ddr_v1.00.bin spl.bin
|
| /rk3399_rockchip-uboot/doc/uImage.FIT/ |
| H A D | howto.txt | 15 create an uImage in the new format: mkimage and dtc, although only one 16 (mkimage) is invoked directly. dtc is called from within mkimage and operates 22 for its latest version. mkimage (together with dtc) takes as input 35 - mkimage 43 image source file mkimage + dtc transfer to target 83 $ mkimage -f kernel.its kernel.itb 86 $ mkimage -l kernel.itb 193 $ mkimage -f kernel_fdt.its kernel_fdt.itb 196 $ mkimage -l kernel_fdt.itb
|
| H A D | source_file_format.txt | 48 hashes) will need to be filled in automatically by the U-Boot mkimage tool. 65 help of standard U-Boot mkimage tool which in turn uses dtc (device tree 72 vmlinux.bin.gz mkimage + dtc xfer to target 79 - call mkimage tool on a .its file 80 - mkimage calls dtc to create .itb image and assures that 122 1970-01-01 00:00:00 - to be automatically calculated by mkimage tool. 292 mkimage to enable 'data-position'.
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | uimage-pack.sh | 19 ./tools/mkimage -n 'Multi Images' -A $ARCH -O linux -T multi -C none -a 0xffffffff -e 0xffffffff -d…
|
| H A D | build-tftp-firmware.sh | 252 ./mkimage -f update.its -k keys/ -K key.dtb -E -p ${HDR_SIZE} -r update.itb -v ${ARG_VERSION} 256 ./mkimage -f update.its -E -p ${HDR_SIZE} update.itb -v ${ARG_VERSION}
|
| H A D | Makefile.spl | 154 cmd_mkimage = $(objtree)/tools/mkimage $(MKIMAGEFLAGS_$(@F)) -d $< $@ \ 162 $(call if_changed,mkimage) 174 $(call if_changed,mkimage) 185 $(call if_changed,mkimage) 343 $(call if_changed,mkimage)
|
| H A D | decomp.sh | 34 ./tools/mkimage -A arm -O u-boot -T standalone -C ${COMPRESS} -a ${ADDR} -e ${ADDR} -d u-boot.bin.$…
|
| /rk3399_rockchip-uboot/test/image/ |
| H A D | test-imagetools.sh | 26 MKIMAGE=${BASEDIR}/tools/mkimage 28 MKIMAGE_LIST=mkimage.list
|
| /rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mxs/ |
| H A D | Makefile | 79 $(call if_changed,mkimage) 83 $(call if_changed,mkimage)
|
| /rk3399_rockchip-uboot/lib/rsa/ |
| H A D | Kconfig | 12 The signing part is build into mkimage regardless of this 14 mkimage irrespective of this option.
|
| /rk3399_rockchip-uboot/board/theobroma-systems/puma_rk3399/ |
| H A D | README | 59 > tools/mkimage -n rk3399 -T rksd -d spl/u-boot-spl.bin spl_mmc.img 61 > tools/mkimage -n rk3399 -T rkspi -d spl/u-boot-spl.bin spl_nor.img
|
| /rk3399_rockchip-uboot/tools/binman/ |
| H A D | README | 120 Relationship to mkimage 123 The mkimage tool provides a means to create a FIT. Traditionally it has 128 More relevant to binman, mkimage also permits creation of many SoC-specific 129 image types. These can be listed by running 'mkimage -T list'. Examples 130 include 'rksd', the Rockchip SD/MMC boot format. The mkimage tool is often 133 Binman considers the output files created by mkimage to be binary blobs 134 which it can place in an image. Binman does not replace the mkimage tool or 136 type for the images in mkimage, but this would not add functionality. It 138 the boundaries between building input files (mkimage) and packaging then 151 sunxi-spl.bin. This should probably move into mkimage. [all …]
|