Home
last modified time | relevance | path

Searched refs:mkimage (Results 1 – 25 of 54) sorted by relevance

123

/external/u-boot/test/py/tests/
Dtest_fit.py173 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)
Dtest_vboot.py91 util.run_and_log(cons, [mkimage, '-D', dtc_args, '-f',
105 util.run_and_log(cons, [mkimage, '-F', '-k', tmpdir, '-K', dtb,
170 mkimage = cons.config.build_dir + '/tools/mkimage'
/external/u-boot/tools/
DMakefile56 hostprogs-y += dumpimage mkimage
81 dumpimage-mkimage-objs := aisimage.o \
120 dumpimage-objs := $(dumpimage-mkimage-objs) dumpimage.o
121 mkimage-objs := $(dumpimage-mkimage-objs) mkimage.o
122 fit_info-objs := $(dumpimage-mkimage-objs) fit_info.o
123 fit_check_sign-objs := $(dumpimage-mkimage-objs) fit_check_sign.o
D.gitignore23 /mkimage
/external/u-boot/doc/
DREADME.kwbimage2 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:
DREADME.atmel_pmecc40 look like. In order to do so we have a new image type added to mkimage to
46 tool will be called in build process to parametrize mkimage for atmelimage
47 type. The mkimage tool has intentionally _not_ compiled in those parameters.
49 The mkimage image type atmelimage also set the 6'th interrupt vector to the
DREADME.ublimage2 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 \
DREADME.lynxkdi13 automatically detects which is being booted. When you use mkimage
46 When creating a LynxOS or BlueCat u-boot image using mkimage,
DREADME.rockchip74 ./firefly-rk3288/tools/mkimage -n rk3288 -T rkimage -d \
97 ./firefly-rk3288/tools/mkimage -n rk3288 -T rksd -d \
135 ./firefly-rk3288/tools/mkimage -n rk3288 -T rksd -d \
143 ./evb-rk3036/tools/mkimage -n rk3036 -T rksd -d evb-rk3036/spl/u-boot-spl.bin out && \
164 ./tools/mkimage -n rk3288 -T rksd -d ./tpl/u-boot-tpl.bin out &&
187 tools/mkimage -n rk3188 -T rksd -d spl/u-boot-spl.bin out
224 ./chromebook_jerry/tools/mkimage -n rk3288 -T rkspi \
DREADME.pblimage2 Freescale PBL(pre-boot loader) Boot Image generation using mkimage
30 2. pblimage support available with mkimage utility will generate Freescale PBL
DREADME.imximage2 Imximage Boot Image generation using mkimage
20 ./tools/mkimage -l <mx u-boot_file>
23 ./tools/mkimage -T imximage \
28 ./tools/mkimage -n ./board/freescale/mx51evk/imximage.cfg \
/external/u-boot/doc/uImage.FIT/
Dhowto.txt15 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
Dsource_file_format.txt48 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'.
Dsignature.txt37 The signing is generally performed by mkimage, as part of making a firmware
49 openssl on the host side (e.g. mkimage), it is not desirable for U-Boot.
91 a single directory (parameter -k to mkimage). For a given key <name>, its
103 - signer-name: Name of the signer (e.g. "mkimage")
306 mkimage will sign configurations/conf-1, the kernel and fdt that are
354 /home/hs/ids/u-boot/sandbox/tools/mkimage -D -I dts -O dtb -p 2000
502 Use the portion of the signature token URL after "pkcs11:" as the keydir argument (-k) to mkimage b…
521 $ ./tools/mkimage -f fit-image.its fitImage
526 $ ./tools/mkimage -F -k \
/external/u-boot/arch/arm/mach-imx/
DMakefile92 $(call if_changed,mkimage)
100 $(call if_changed,mkimage)
108 $(call if_changed,mkimage)
114 $(call if_changed,mkimage)
/external/u-boot/arch/arm/mach-keystone/
Dconfig.mk21 $(call if_changed,mkimage)
32 $(call if_changed,mkimage)
/external/u-boot/lib/rsa/
DKconfig12 The signing part is build into mkimage regardless of this
14 mkimage irrespective of this option.
/external/u-boot/test/image/
Dtest-imagetools.sh25 MKIMAGE=${BASEDIR}/tools/mkimage
27 MKIMAGE_LIST=mkimage.list
/external/u-boot/arch/arm/cpu/arm926ejs/mxs/
DMakefile77 $(call if_changed,mkimage)
81 $(call if_changed,mkimage)
/external/u-boot/scripts/
DMakefile.spl144 cmd_mkimage = $(objtree)/tools/mkimage $(MKIMAGEFLAGS_$(@F)) -d $< $@ \
152 $(call if_changed,mkimage)
164 $(call if_changed,mkimage)
181 $(call if_changed,mkimage)
322 $(call if_changed,mkimage)
/external/u-boot/arch/arm/cpu/armv7/vf610/
DMakefile11 $(call if_changed,mkimage)
/external/u-boot/arch/arm/mach-stm32mp/
Dconfig.mk13 $(call if_changed,mkimage)
/external/u-boot/board/synopsys/hsdk/
Dconfig.mk9 $(Q)mkimage -T script -C none -n 'uboot update script' \
/external/u-boot/board/theobroma-systems/puma_rk3399/
DREADME59 > 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
/external/u-boot/tools/binman/
DREADME118 Relationship to mkimage
121 The mkimage tool provides a means to create a FIT. Traditionally it has
126 More relevant to binman, mkimage also permits creation of many SoC-specific
127 image types. These can be listed by running 'mkimage -T list'. Examples
128 include 'rksd', the Rockchip SD/MMC boot format. The mkimage tool is often
131 Binman considers the output files created by mkimage to be binary blobs
132 which it can place in an image. Binman does not replace the mkimage tool or
134 type for the images in mkimage, but this would not add functionality. It
136 the boundaries between building input files (mkimage) and packaging then
149 sunxi-spl.bin. This should probably move into mkimage.
[all …]

123