Lines Matching full:then

79 	if [ -z $1 ]; then
85 if [ ! -z ${decimal} ]; then
97 if [ ! -f ${file} ]; then
106 if grep -q '^CONFIG_FIT_ENABLE_RSA4096_SUPPORT=y' .config ; then
111 if ! grep -qr ${rsa_algo} $1 ; then
119 if [ ! -f ${RSA_PRI_KEY} ]; then
122 elif [ ! -f ${RSA_PUB_KEY} ]; then
125 elif [ ! -f ${RSA_CRT_KEY} ]; then
149 if [ $# -eq 0 ]; then
154 if grep -q '^CONFIG_FIT_SIGNATURE=y' .config ; then
200 if grep -q '^CONFIG_ARM64_BOOT_AARCH32=y' .config ; then
259 if [ "${ARG_SIGN}" == "y" ]; then
273 if [ "${ARG_SIGN}" != "y" ]; then
275 if [ "${ARG_SPL_NEW}" == "y" ]; then
284 if ! grep -q '^CONFIG_SPL_FIT_SIGNATURE=y' .config ; then
290 if grep -q '^CONFIG_SPL_FIT_ROLLBACK_PROTECT=y' .config ; then
292 if [ -z ${ARG_ROLLBACK_IDX_UBOOT} ]; then
298 if [ "${ARG_SPL_ROLLBACK_PROTECT}" == "y" ]; then
305 if ! fdtget -l ${UBOOT_DTB} /signature >/dev/null 2>&1 ; then
315 if [ "${ARG_BURN_KEY_HASH}" == "y" ]; then
316 if grep -q '^CONFIG_SPL_FIT_HW_CRYPTO=y' .config ; then
325 if [ "${ARG_SPL_ROLLBACK_PROTECT}" == "y" ]; then
327 if [ "${VERSION}" != "${ARG_ROLLBACK_IDX_UBOOT}" ]; then
334 if [ "${ARG_BURN_KEY_HASH}" == "y" ]; then
335 if [ "`fdtget -ti ${SPL_DTB} ${SIGNATURE_KEY_NODE} burn-key-hash`" != "1" ]; then
342 if [ "${ARG_NO_CHECK}" != "y" ]; then
343 if [ "${ARG_SPL_NEW}" == "y" ]; then
348 if [ -z ${offs} ]; then
358 if grep -q '^CONFIG_SPL_FIT_HW_CRYPTO=y' .config ; then
360 if grep -q '^CONFIG_SPL_ROCKCHIP_CRYPTO_V1=y' .config ; then
376 if [ "${ARG_SPL_NEW}" == "y" ]; then
378 if ! grep -q '^CONFIG_SPL_SEPARATE_BSS=y' .config ; then
389 if [ "${ARG_BURN_KEY_HASH}" == "y" ]; then
400 if [ ! -z ${ARG_BOOT_IMG} ]; then
405 if [ -z "${compression}" ]; then
412 if [ "${ARG_SIGN}" != "y" ]; then
419 if [ "${ARG_SIGN}" != "y" ]; then
424 if grep -q '^CONFIG_FIT_ROLLBACK_PROTECT=y' .config ; then
426 if [ -z ${ARG_ROLLBACK_IDX_BOOT} ]; then
430 if ! grep -q '^CONFIG_OPTEE_CLIENT=y' .config ; then
444 if [ "${ARG_ROLLBACK_PROTECT}" == "y" ]; then
453 if [ "${ARG_ROLLBACK_PROTECT}" == "y" ]; then
455 if [ "${VERSION}" != "${ARG_ROLLBACK_IDX_BOOT}" ]; then
462 if [ "${ARG_NO_CHECK}" != "y" ]; then
467 if grep -q '^CONFIG_FIT_HW_CRYPTO=y' .config ; then
469 if grep -q '^CONFIG_ROCKCHIP_CRYPTO_V1=y' .config ; then
488 if [ ! -z ${ARG_RECOVERY_IMG} ]; then
496 if [ "${ARG_SIGN}" != "y" ]; then
503 if [ "${ARG_SIGN}" != "y" ]; then
508 if grep -q '^CONFIG_FIT_ROLLBACK_PROTECT=y' .config ; then
510 if [ -z ${ARG_ROLLBACK_IDX_RECOVERY} ]; then
514 if ! grep -q '^CONFIG_OPTEE_CLIENT=y' .config ; then
528 if [ "${ARG_ROLLBACK_PROTECT}" == "y" ]; then
537 if [ "${ARG_ROLLBACK_PROTECT}" == "y" ]; then
539 if [ "${VERSION}" != "${ARG_ROLLBACK_IDX_RECOVERY}" ]; then
546 if [ "${ARG_NO_CHECK}" != "y" ]; then
551 if grep -q '^CONFIG_FIT_HW_CRYPTO=y' .config ; then
553 if grep -q '^CONFIG_ROCKCHIP_CRYPTO_V1=y' .config ; then
574 if [ -z ${ITB} ]; then
583 if [ ${ITB_BS} -gt ${ITB_MAX_BS} ]; then
600 if [ -z ${ITB} ]; then
604 if [ "${ITB}" != "${IMG_BOOT}" ]; then
613 if [ -z ${ITB} ]; then
617 if [ "${ITB}" != "${IMG_RECOVERY}" ]; then
624 if [ "${ARG_SIGN}" == "y" ]; then
626 if grep -q '^CONFIG_SPL_REVOKE_PUB_KEY=y' .config ; then
632 if ls *loader*.bin >/dev/null 2>&1 ; then
635 if ls *download*.bin >/dev/null 2>&1 ; then
638 if ls *idblock*.img >/dev/null 2>&1 ; then
646 if [ "${ARG_SIGN}" != "y" ]; then
653 if [ "${VERSION}" != "" ]; then
657 if [ "${ARG_SPL_ROLLBACK_PROTECT}" == "y" ]; then
666 if [ -z "${ARG_BOOT_IMG}" ]; then
670 if [ "${ARG_SIGN}" != "y" ]; then
677 if [ "${VERSION}" != "" ]; then
681 if [ "${ARG_ROLLBACK_PROTECT}" == "y" ]; then
690 if [ -z "${ARG_RECOVERY_IMG}" ]; then
694 if [ "${ARG_SIGN}" != "y" ]; then
701 if [ "${VERSION}" != "" ]; then
705 if [ "${ARG_ROLLBACK_PROTECT}" == "y" ]; then
714 if ls *loader*.bin >/dev/null 2>&1 ; then
718 if ls *idblock*.img >/dev/null 2>&1 ; then
722 if [ "${ARG_SIGN}" == "y" ]; then
731 if ls *loader*.bin >/dev/null 2>&1 ; then
735 if ls *idblock*.img >/dev/null 2>&1 ; then
739 if [ "${ARG_SIGN}" == "y" ]; then
748 if [ "${ARG_NO_SIGN}" == "y" ]; then
749 if ls *loader*.bin >/dev/null 2>&1 ; then
751 elif ls *download*.bin >/dev/null 2>&1 ; then