Lines Matching full:then
21 if grep -q '^CONFIG_FIT_ENABLE_RSA4096_SUPPORT=y' .config ; then
76 if [ -z $1 ]; then
82 if [ ! -z ${decimal} ]; then
94 if [ ! -f ${file} ]; then
103 if grep -q '^CONFIG_FIT_ENABLE_RSA4096_SUPPORT=y' .config ; then
108 if ! grep -qr ${rsa_algo} $1 ; then
116 if [ ! -f ${RSA_PRI_KEY} ]; then
119 elif [ ! -f ${RSA_PUB_KEY} ]; then
122 elif [ ! -f ${RSA_CRT_KEY} ]; then
146 if [ $# -eq 0 ]; then
230 if grep -q '^CONFIG_FIT_SIGNATURE=y' .config ; then
238 if [ "${ARG_SIGN}" == "y" ]; then
252 if [ "${ARG_SIGN}" != "y" ]; then
254 if [ "${ARG_SPL_NEW}" == "y" ]; then
263 if ! grep -q '^CONFIG_SPL_FIT_SIGNATURE=y' .config ; then
269 if grep -q '^CONFIG_SPL_FIT_ROLLBACK_PROTECT=y' .config ; then
271 if [ -z ${ARG_ROLLBACK_IDX_UBOOT} ]; then
277 if [ "${ARG_SPL_ROLLBACK_PROTECT}" == "y" ]; then
284 if ! fdtget -l ${UBOOT_DTB} /signature >/dev/null 2>&1 ; then
294 if [ "${ARG_BURN_KEY_HASH}" == "y" ]; then
295 if grep -q '^CONFIG_SPL_FIT_HW_CRYPTO=y' .config ; then
304 if [ "${ARG_SPL_ROLLBACK_PROTECT}" == "y" ]; then
306 if [ "${VERSION}" != "${ARG_ROLLBACK_IDX_UBOOT}" ]; then
313 if [ "${ARG_BURN_KEY_HASH}" == "y" ]; then
314 if [ "`fdtget -ti ${SPL_DTB} ${SIGNATURE_KEY_NODE} burn-key-hash`" != "1" ]; then
321 if [ "${ARG_NO_CHECK}" != "y" ]; then
322 if [ "${ARG_SPL_NEW}" == "y" ]; then
327 if [ -z ${offs} ]; then
337 if grep -q '^CONFIG_SPL_FIT_HW_CRYPTO=y' .config ; then
339 if grep -q '^CONFIG_SPL_ROCKCHIP_CRYPTO_V1=y' .config ; then
355 if [ "${ARG_SPL_NEW}" == "y" ]; then
357 if ! grep -q '^CONFIG_SPL_SEPARATE_BSS=y' .config ; then
368 if [ "${ARG_BURN_KEY_HASH}" == "y" ]; then
379 if [ ! -z ${ARG_BOOT_IMG} ]; then
384 if [ -z "${compression}" ]; then
391 if [ "${ARG_SIGN}" != "y" ]; then
398 if ! grep -q '^CONFIG_FIT_SIGNATURE=y' .config ; then
403 if grep -q '^CONFIG_FIT_ROLLBACK_PROTECT=y' .config ; then
405 if [ -z ${ARG_ROLLBACK_IDX_BOOT} ]; then
409 if ! grep -q '^CONFIG_OPTEE_CLIENT=y' .config ; then
422 if grep -q '^CONFIG_ARM64=y' .config ; then
426 if [ "${ARG_ROLLBACK_PROTECT}" == "y" ]; then
435 if [ "${ARG_ROLLBACK_PROTECT}" == "y" ]; then
437 if [ "${VERSION}" != "${ARG_ROLLBACK_IDX_BOOT}" ]; then
444 if [ "${ARG_NO_CHECK}" != "y" ]; then
449 if grep -q '^CONFIG_FIT_HW_CRYPTO=y' .config ; then
451 if grep -q '^CONFIG_ROCKCHIP_CRYPTO_V1=y' .config ; then
470 if [ ! -z ${ARG_RECOVERY_IMG} ]; then
478 if [ "${ARG_SIGN}" != "y" ]; then
485 if ! grep -q '^CONFIG_FIT_SIGNATURE=y' .config ; then
490 if grep -q '^CONFIG_FIT_ROLLBACK_PROTECT=y' .config ; then
492 if [ -z ${ARG_ROLLBACK_IDX_RECOVERY} ]; then
496 if ! grep -q '^CONFIG_OPTEE_CLIENT=y' .config ; then
509 if grep -q '^CONFIG_ARM64=y' .config ; then
513 if [ "${ARG_ROLLBACK_PROTECT}" == "y" ]; then
522 if [ "${ARG_ROLLBACK_PROTECT}" == "y" ]; then
524 if [ "${VERSION}" != "${ARG_ROLLBACK_IDX_RECOVERY}" ]; then
531 if [ "${ARG_NO_CHECK}" != "y" ]; then
536 if grep -q '^CONFIG_FIT_HW_CRYPTO=y' .config ; then
538 if grep -q '^CONFIG_ROCKCHIP_CRYPTO_V1=y' .config ; then
559 if [ -z ${ITB} ]; then
568 if [ ${ITB_BS} -gt ${ITB_MAX_BS} ]; then
585 if [ -z ${ITB} ]; then
589 if [ "${ITB}" != "${IMG_BOOT}" ]; then
598 if [ -z ${ITB} ]; then
602 if [ "${ITB}" != "${IMG_RECOVERY}" ]; then
609 if grep -Eq '^CONFIG_FIT_SIGNATURE=y' .config ; then
612 if ls *loader*.bin >/dev/null 2>&1 ; then
615 if ls *download*.bin >/dev/null 2>&1 ; then
618 if ls *idblock*.img >/dev/null 2>&1 ; then
626 if [ "${ARG_SIGN}" != "y" ]; then
633 if [ "${VERSION}" != "" ]; then
637 if [ "${ARG_SPL_ROLLBACK_PROTECT}" == "y" ]; then
646 if [ -z "${ARG_BOOT_IMG}" ]; then
650 if [ "${ARG_SIGN}" != "y" ]; then
657 if [ "${VERSION}" != "" ]; then
661 if [ "${ARG_ROLLBACK_PROTECT}" == "y" ]; then
670 if [ -z "${ARG_RECOVERY_IMG}" ]; then
674 if [ "${ARG_SIGN}" != "y" ]; then
681 if [ "${VERSION}" != "" ]; then
685 if [ "${ARG_ROLLBACK_PROTECT}" == "y" ]; then
694 if ls *loader*.bin >/dev/null 2>&1 ; then
698 if ls *idblock*.img >/dev/null 2>&1 ; then
702 if grep -q '^CONFIG_FIT_SIGNATURE=y' .config ; then
711 if ls *loader*.bin >/dev/null 2>&1 ; then
715 if ls *idblock*.img >/dev/null 2>&1 ; then
719 if grep -q '^CONFIG_FIT_SIGNATURE=y' .config ; then