Lines Matching full:echo

55 	echo
56 echo "usage:"
57 echo " $0 [args]"
58 echo
59 echo "args:"
60 echo " --rollback-index-recovery <decimal integer>"
61 echo " --rollback-index-boot <decimal integer>"
62 echo " --rollback-index-uboot <decimal integer>"
63 echo " --version-recovery <decimal integer>"
64 echo " --version-boot <decimal integer>"
65 echo " --version-uboot <decimal integer>"
66 echo " --boot_img <boot image>"
67 echo " --recovery_img <recovery image>"
68 echo " --args <arg>"
69 echo " --ini-loader <loader ini file>"
70 echo " --ini-trust <trust ini file>"
71 echo " --no-check"
72 echo " --no-sign"
73 echo " --spl-new"
74 echo
84 decimal=`echo $1 |sed 's/[0-9]//g'`
86 echo "ERROR: $1 is not decimal integer"
96 file=`echo ${line} | sed -n "/incbin/p" | awk -F '"' '{ printf $2 }' | tr -d ' '`
98 echo "ERROR: No ${file}"
112 echo "ERROR: Wrong rsa_algo in its file. It should be ${rsa_algo}."
120 echo "ERROR: No ${RSA_PRI_KEY} "
123 echo "ERROR: No ${RSA_PUB_KEY} "
126 echo "ERROR: No ${RSA_CRT_KEY} "
144 echo ${shift}
201echo "ERROR: SPL doesn't support 32-bit. Please build 64-bit defconfig and update u-boot-spl.bin t…
277 echo "pack loader with new: spl/u-boot-spl.bin"
285 echo "ERROR: CONFIG_SPL_FIT_SIGNATURE is disabled"
293 echo "ERROR: No arg \"--rollback-index-uboot <n>\""
307 echo "## Adding RSA public key into ${UBOOT_DTB}"
319 echo "ERROR: --burn-key-hash requires CONFIG_SPL_FIT_HW_CRYPTO=y"
328 echo "ERROR: Failed to set rollback-index for ${ITB_UBOOT}";
336 echo "ERROR: Failed to set burn-key-hash for ${SPL_DTB}";
349 echo "ERROR: invalid ${spl_file} , unable to find fdt blob"
384 echo "## pack loader with new: spl/u-boot-spl.bin"
390 echo "## ${SPL_DTB}: burn-key-hash=1"
420 echo "ERROR: CONFIG_FIT_SIGNATURE is disabled"
427 echo "ERROR: No arg \"--rollback-index-boot <n>\""
431 echo "ERROR: Don't support \"--rollback-index-boot <n>\""
456 echo "ERROR: Failed to set rollback-index for ${ITB_BOOT}";
492 echo "ERROR: No recovery.img"
504 echo "ERROR: CONFIG_FIT_SIGNATURE is disabled"
511 echo "ERROR: No arg \"--rollback-index-recovery <n>\""
515 echo "ERROR: Don't support \"--rollback-index-recovery <n>\""
540 echo "ERROR: Failed to set rollback-index for ${ITB_RECOVERY}";
584echo "ERROR: pack ${IMG_UBOOT} failed! ${ITB} actual: ${ITB_BS} bytes, max limit: ${ITB_MAX_BS} by…
658echo "Image(${MSG_SIGN}${MSG_VER}, rollback-index=${ARG_ROLLBACK_IDX_UBOOT}): ${IMG_UBOOT} (with u…
660 echo "Image(${MSG_SIGN}${MSG_VER}): ${IMG_UBOOT} (FIT with uboot, trust...) is ready"
682 echo "Image(${MSG_SIGN}${MSG_VER}, rollback-index=${ARG_ROLLBACK_IDX_BOOT}): ${IMG_BOOT} is ready"
684 echo "Image(${MSG_SIGN}${MSG_VER}): ${IMG_BOOT} (FIT with kernel, fdt, resource...) is ready"
706echo "Image(${MSG_SIGN}${MSG_VER}, rollback-index=${ARG_ROLLBACK_IDX_RECOVERY}): ${IMG_RECOVERY} i…
708 echo "Image(${MSG_SIGN}${MSG_VER}): ${IMG_RECOVERY} (FIT with kernel, fdt, resource...) is ready"
723 echo "Image(signed): ${LOADER} (with spl, ddr...) is ready"
725 echo "Image(no-signed): ${LOADER} (with spl, ddr...) is ready"
740 echo "Image(signed): ${LOADER} (with u-boot, ddr...) is ready"
742 echo "Image(no-signed): ${LOADER} (with u-boot, ddr...) is ready"
754 echo "ERROR: No loader found"
769 echo "fdt_addr_r=${FDT_ADDR_R}" >> ${SIG_CONFIG}
770 echo "kernel_addr_r=${KERNEL_ADDR_R}" >> ${SIG_CONFIG}
771 echo "ramdisk_addr_r=${RMADISK_ADDR_R}" >> ${SIG_CONFIG}
774 echo "uboot_sha256sum=${CSUM}" >> ${SIG_CONFIG}
776 echo "spl_sha256sum=${CSUM}" >> ${SIG_CONFIG}
778 echo "spl_size=${SIZE}" >> ${SIG_CONFIG}
784 echo "BUILD: ${BUILD_MAIL} # ${BUILD_USER}@${BUILD_HOST} # ${BUILD_DATE}" >> ${SIG_CONFIG}