Home
last modified time | relevance | path

Searched refs:fit_check_sign (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/u-boot/test/py/tests/
H A Dtest_vboot.py143 util.run_and_log(cons, [fit_check_sign, '-f', fit, '-k', tmpdir,
159 util.run_and_log_expect_exception(cons, [fit_check_sign, '-f', fit,
168 fit_check_sign = cons.config.build_dir + '/tools/fit_check_sign'
/OK3568_Linux_fs/buildroot/package/uboot-tools/
H A DConfig.in51 bool "fit_check_sign"
54 Install the fit_check_sign tool on the target system
56 The fit_check_sign tool from Das U-Boot bootloader, which
H A Duboot-tools.mk45 $(INSTALL) -m 0755 -D $(@D)/tools/fit_check_sign $(TARGET_DIR)/usr/bin/fit_check_sign
/OK3568_Linux_fs/u-boot/tools/
H A DMakefile58 hostprogs-$(CONFIG_FIT_SIGNATURE) += fit_info fit_check_sign
129 fit_check_sign-objs := $(dumpimage-mkimage-objs) fit_check_sign.o
H A Dfdt_host.h31 int fit_check_sign(const void *working_fdt, const void *key, int is_spl);
H A D.gitignore9 /fit_check_sign
H A Dfit_check_sign.c86 ret = fit_check_sign(fit_blob, key_blob, is_spl); in main()
H A Dimage-host.c739 int fit_check_sign(const void *fit, const void *key, int is_spl) in fit_check_sign() function
/OK3568_Linux_fs/u-boot/doc/uImage.FIT/
H A Dbeaglebone_vboot.txt246 You can also run fit_check_sign to check it:
248 $UOUT/tools/fit_check_sign -f image.fit -k am335x-boneblack-pubkey.dtb
305 in each image referenced by that configuration. So fit_check_sign goes on to
307 case fit_check_sign checks the hash and prints sha1+ meaning that the SHA1
323 fit_check_sign again. You should see something like:
421 $UOUT/tools/fit_check_sign -f image.fit -k am335x-boneblack-pubkey.dtb
441 $UOUT/tools/fit_check_sign -f image.fit -k am335x-boneblack-pubkey.dtb
/OK3568_Linux_fs/u-boot/scripts/
H A Dbuild-tftp-firmware.sh253 ./fit_check_sign -f update.itb -k key.dtb