Searched refs:fit_check_sign (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/u-boot/test/py/tests/ |
| H A D | test_vboot.py | 143 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 D | Config.in | 51 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 D | uboot-tools.mk | 45 $(INSTALL) -m 0755 -D $(@D)/tools/fit_check_sign $(TARGET_DIR)/usr/bin/fit_check_sign
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | Makefile | 58 hostprogs-$(CONFIG_FIT_SIGNATURE) += fit_info fit_check_sign 129 fit_check_sign-objs := $(dumpimage-mkimage-objs) fit_check_sign.o
|
| H A D | fdt_host.h | 31 int fit_check_sign(const void *working_fdt, const void *key, int is_spl);
|
| H A D | .gitignore | 9 /fit_check_sign
|
| H A D | fit_check_sign.c | 86 ret = fit_check_sign(fit_blob, key_blob, is_spl); in main()
|
| H A D | image-host.c | 739 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 D | beaglebone_vboot.txt | 246 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 D | build-tftp-firmware.sh | 253 ./fit_check_sign -f update.itb -k key.dtb
|