/openbmc/openbmc/poky/meta/recipes-bsp/u-boot/ |
H A D | u-boot-tools.inc | 7 PROVIDES = "${MLPREFIX}u-boot-mkimage ${MLPREFIX}u-boot-mkenvimage ${MLPREFIX}u-boot-mkeficapsule" 8 PROVIDES:class-native = "u-boot-mkimage-native u-boot-mkenvimage-native u-boot-mkeficapsule-native" 10 PACKAGES += "${PN}-mkimage ${PN}-mkenvimage ${PN}-mkeficapsule" 12 # Required for backward compatibility with "u-boot-mkimage-xxx.bb" 13 RPROVIDES:${PN}-mkimage = "u-boot-mkimage" 14 RREPLACES:${PN}-mkimage = "u-boot-mkimage" 15 RCONFLICTS:${PN}-mkimage = "u-boot-mkimage" 58 # mkimage 59 install -m 0755 tools/mkimage ${D}${bindir}/uboot-mkimage 60 ln -sf uboot-mkimage ${D}${bindir}/mkimage [all …]
|
/openbmc/u-boot/test/py/tests/ |
H A D | test_fit.py | 175 def make_fit(mkimage, params): argument 189 util.run_and_log(cons, [mkimage, '-f', its, fit]) 289 def run_fit_test(mkimage): argument 357 fit = make_fit(mkimage, params) 388 fit = make_fit(mkimage, params) 400 fit = make_fit(mkimage, params) 412 fit = make_fit(mkimage, params) 425 mkimage = cons.config.build_dir + '/tools/mkimage' 426 run_fit_test(mkimage)
|
H A D | test_vboot.py | 92 util.run_and_log(cons, [mkimage, '-D', dtc_args, '-f', 106 util.run_and_log(cons, [mkimage, '-F', '-k', tmpdir, '-K', dtb, 203 mkimage = cons.config.build_dir + '/tools/mkimage'
|
/openbmc/u-boot/tools/ |
H A D | Makefile | 56 hostprogs-y += dumpimage mkimage 81 dumpimage-mkimage-objs := aisimage.o \ 125 dumpimage-objs := $(dumpimage-mkimage-objs) dumpimage.o 126 mkimage-objs := $(dumpimage-mkimage-objs) mkimage.o 127 fit_info-objs := $(dumpimage-mkimage-objs) fit_info.o 128 fit_check_sign-objs := $(dumpimage-mkimage-objs) fit_check_sign.o
|
H A D | .gitignore | 23 /mkimage
|
/openbmc/u-boot/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.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.lynxkdi | 13 automatically detects which is being booted. When you use mkimage 46 When creating a LynxOS or BlueCat u-boot image using mkimage,
|
/openbmc/u-boot/arch/arm/mach-imx/ |
H A D | Makefile | 126 $(call if_changed,mkimage) 136 $(call if_changed,mkimage) 155 $(call if_changed,mkimage) 167 $(call if_changed,mkimage) 177 $(call if_changed,mkimage) 183 $(call if_changed,mkimage)
|
/openbmc/u-boot/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. 294 mkimage to enable 'data-position'.
|
/openbmc/u-boot/arch/arm/mach-keystone/ |
H A D | config.mk | 21 $(call if_changed,mkimage) 32 $(call if_changed,mkimage)
|
/openbmc/openbmc/meta-raspberrypi/recipes-bsp/rpi-u-boot-scr/ |
H A D | rpi-u-boot-scr.bb | 6 DEPENDS = "u-boot-mkimage-native" 19 mkimage -A ${UBOOT_ARCH} -T script -C none -n "Boot script" -d "${WORKDIR}/boot.cmd" boot.scr
|
/openbmc/u-boot/scripts/ |
H A D | Makefile.spl | 162 cmd_mkimage = $(objtree)/tools/mkimage $(MKIMAGEFLAGS_$(@F)) -d $< $@ \ 166 cmd_mkfitimage = $(objtree)/tools/mkimage $(MKIMAGEFLAGS_$(@F)) -f $(SPL_ITS) -E $@ \ 174 $(call if_changed,mkimage) 186 $(call if_changed,mkimage) 206 $(call if_changed,mkimage) 350 $(call if_changed,mkimage) 376 $(call if_changed,mkimage)
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | kernel-uimage.bbclass | 25 # Enable building of uImage with mkimage 39 …uboot-mkimage -A ${UBOOT_ARCH} -O linux -T ${UBOOT_MKIMAGE_KERNEL_TYPE} -C "${linux_comp}" -a ${UB…
|
H A D | uboot-config.bbclass | 74 # Options for the device tree compiler passed to mkimage '-D' feature: 78 # mkimage command 79 UBOOT_MKIMAGE ?= "uboot-mkimage" 85 # Arguments passed to mkimage for signing
|
/openbmc/u-boot/test/image/ |
H A D | test-imagetools.sh | 25 MKIMAGE=${BASEDIR}/tools/mkimage 27 MKIMAGE_LIST=mkimage.list
|
/openbmc/u-boot/lib/rsa/ |
H A D | Kconfig | 13 The signing part is build into mkimage regardless of this 15 mkimage irrespective of this option.
|
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/ |
H A D | Makefile | 77 $(call if_changed,mkimage) 81 $(call if_changed,mkimage)
|
/openbmc/linux/scripts/ |
H A D | mkuboot.sh | 11 MKIMAGE=$(type -path mkimage)
|
/openbmc/u-boot/arch/arm/cpu/armv7/vf610/ |
H A D | Makefile | 11 $(call if_changed,mkimage)
|
/openbmc/u-boot/board/synopsys/hsdk/ |
H A D | config.mk | 9 $(Q)tools/mkimage -T script -C none -n 'uboot update script' \
|
/openbmc/u-boot/arch/arm/mach-stm32mp/ |
H A D | config.mk | 13 $(call if_changed,mkimage)
|
/openbmc/openbmc/poky/meta/recipes-bsp/grub/ |
H A D | grub-efi_2.12.bb | 61 grub-mkimage -v -c ${UNPACKDIR}/cfg -p ${EFIDIR} -d ./grub-core/ \ 66 addtask mkimage before do_install after do_compile
|