Lines Matching full:otp

1119 			printf("OTP revision ID is invalid.\n");  in otp_print_conf_image()
1130 printf("OTP revision ID is invalid.\n"); in otp_print_conf_image()
1138 printf("OTP revision ID\n"); in otp_print_conf_image()
1140 printf("OTP revision ID: 0x%x\n", rid_num); in otp_print_conf_image()
1495 printf("OTP data header is empty\n"); in otp_print_key()
1767 // ignore last two dw, the last two dw is used for slt otp write check. in otp_check_data_image()
1777 printf("Input image can't program into OTP, please check.\n"); in otp_check_data_image()
1787 printf("Input image can't program into OTP, please check.\n"); in otp_check_data_image()
1829 printf("Input image can't program into OTP, please check.\n"); in otp_check_strap_image()
1851 printf("Input image can't program into OTP, please check.\n"); in otp_check_conf_image()
1877 printf("Input image can't program into OTP, please check.\n"); in otp_check_scu_image()
1997 printf("WARNING: OTP image is not generated by otptool v2.x.x\n"); in otp_prog_image()
1998 printf("Please use the latest version of otptool to generate OTP image\n"); in otp_prog_image()
2005 printf("OTP image version is not supported\n"); in otp_prog_image()
2015 printf("OTP memory is locked\n"); in otp_prog_image()
2021 printf("OTP data region is protected\n"); in otp_prog_image()
2025 printf("OTP secure region is protected\n"); in otp_prog_image()
2028 printf("Read OTP Data Region:\n"); in otp_prog_image()
2038 printf("OTP config region is protected\n"); in otp_prog_image()
2041 printf("Read OTP Config Region:\n"); in otp_prog_image()
2051 printf("OTP strap region is protected\n"); in otp_prog_image()
2054 printf("Read OTP Strap Region:\n"); in otp_prog_image()
2063 printf("OTP strap region is protected\n"); in otp_prog_image()
2081 printf("OTP data error, please check.\n"); in otp_prog_image()
2088 printf("OTP config error, please check.\n"); in otp_prog_image()
2095 printf("OTP strap error, please check.\n"); in otp_prog_image()
2102 printf("OTP scu protect error, please check.\n"); in otp_prog_image()
2177 printf("OTP is programmed, which can't be clean\n"); in otp_prog_bit()
2191 printf("OTP is programmed, which can't be cleared\n"); in otp_prog_bit()
2200 printf("OTP is programmed, which can't be written\n"); in otp_prog_bit()
2243 printf("OTP cannot be programmed\n"); in otp_prog_bit()
2284 printf("Current OTP revision ID cannot handle by this command,\n" in otp_update_rid()
2285 "please use 'otp pb' command to update it manually\n"); in otp_update_rid()
2290 printf("current OTP revision ID: 0x%x\n", rid_num); in otp_update_rid()
2295 printf("OTP rev_id is bigger than 0x%X\n", update_num); in otp_update_rid()
2299 printf("OTP rev_id is same as input\n"); in otp_update_rid()
2346 printf("OTP revision ID: 0x%x\n", rid_num); in otp_update_rid()
2348 printf("OTP revision ID\n"); in otp_update_rid()
2533 printf("otp verify does not support SHA224\n"); in sb_sha()
2664 printf("OTP revision_low: %x\n", otp_rid[0]); in otp_verify_boot_image()
2665 printf("OTP revision_high: %x\n", otp_rid[1]); in otp_verify_boot_image()
2881 printf("OTP memory is locked\n"); in do_otppb()
2887 printf("OTP data region is protected\n"); in do_otppb()
2891 printf("OTP secure region is not readable, skip it to prevent unpredictable result\n"); in do_otppb()
2896 printf("OTP secure region is protected\n"); in do_otppb()
2900 printf("OTP data region is protected\n"); in do_otppb()
2906 printf("OTP config region is protected\n"); in do_otppb()
2952 printf("OTP strap region is protected\n"); in do_otppb()
2969 printf("OTP strap region is protected\n"); in do_otppb()
3071 printf("OTP strap region is protected\n"); in do_otpprotect()
3134 printf("OTP strap region is protected\n"); in do_otp_scuprotect()
3166 printf("SOC OTP version: %s\n", info_cb.ver_name); in do_otpver()
3167 printf("OTP tool version: %s\n", OTP_VER); in do_otpver()
3168 printf("OTP info version: %s\n", OTP_INFO_VER); in do_otpver()
3227 printf("current OTP revision ID: 0x%x\n", rid_num); in do_otprid()
3230 printf("Current OTP revision ID cannot handle by 'otp update',\n" in do_otprid()
3231 "please use 'otp pb' command to update it manually\n" in do_otprid()
3232 "current OTP revision ID\n"); in do_otprid()
3338 /* Drop the otp command */ in do_ast_otp()
3413 writel(1, OTP_PROTECT_KEY); //protect otp controller in do_ast_otp()
3418 U_BOOT_CMD(otp, 7, 0, do_ast_otp,
3421 "otp read conf|data <otp_dw_offset> <dw_count>\n"
3422 "otp read strap <strap_bit_offset> <bit_count>\n"
3423 "otp info strap [v]\n"
3424 "otp info conf [otp_dw_offset]\n"
3425 "otp info scu\n"
3426 "otp info key\n"
3427 "otp prog [o] <addr>\n"
3428 "otp pb conf|data [o] <otp_dw_offset> <bit_offset> <value>\n"
3429 "otp pb strap [o] <bit_offset> <value>\n"
3430 "otp protect [o] <bit_offset>\n"
3431 "otp scuprotect [o] <scu_offset> <bit_offset>\n"
3432 "otp update [o] <revision_id>\n"
3433 "otp rid\n"
3434 "otp retire [o] <key_id>\n"
3435 "otp verify <addr>\n"
3436 "otp invalid [o] <header_offset>\n"