Home
last modified time | relevance | path

Searched refs:fsl_secboot_handle_error (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/board/freescale/common/
Dfsl_validate.c393 void fsl_secboot_handle_error(int error) in fsl_secboot_handle_error() function
465 fsl_secboot_handle_error(ERROR_ESBC_SEC_ENQ); in fsl_secblk_handle_error()
468 fsl_secboot_handle_error(ERROR_ESBC_SEC_DEQ); in fsl_secblk_handle_error()
471 fsl_secboot_handle_error(ERROR_ESBC_SEC_DEQ_TO); in fsl_secblk_handle_error()
475 fsl_secboot_handle_error(ERROR_ESBC_SEC_JOBQ_STATUS); in fsl_secblk_handle_error()
918 fsl_secboot_handle_error(ret); in fsl_secboot_validate()
948 fsl_secboot_handle_error(ERROR_ESBC_CLIENT_HASH_COMPARE_KEY); in fsl_secboot_validate()
954 fsl_secboot_handle_error(ret); in fsl_secboot_validate()
Dfsl_chain_of_trust.c114 fsl_secboot_handle_error(ERROR_ESBC_PAMU_INIT); in spl_validate_uboot()
119 fsl_secboot_handle_error(ERROR_ESBC_SEC_INIT); in spl_validate_uboot()
/external/u-boot/include/
Dfsl_secboot_err.h129 void fsl_secboot_handle_error(int error);
/external/u-boot/arch/powerpc/cpu/mpc85xx/
Dcpu_init.c967 fsl_secboot_handle_error(ERROR_ESBC_PAMU_INIT); in cpu_init_r()