Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/freescale/common/
H A Dfsl_validate.c394 void fsl_secboot_handle_error(int error) in fsl_secboot_handle_error() function
466 fsl_secboot_handle_error(ERROR_ESBC_SEC_ENQ); in fsl_secblk_handle_error()
469 fsl_secboot_handle_error(ERROR_ESBC_SEC_DEQ); in fsl_secblk_handle_error()
472 fsl_secboot_handle_error(ERROR_ESBC_SEC_DEQ_TO); in fsl_secblk_handle_error()
476 fsl_secboot_handle_error(ERROR_ESBC_SEC_JOBQ_STATUS); in fsl_secblk_handle_error()
919 fsl_secboot_handle_error(ret); in fsl_secboot_validate()
949 fsl_secboot_handle_error(ERROR_ESBC_CLIENT_HASH_COMPARE_KEY); in fsl_secboot_validate()
955 fsl_secboot_handle_error(ret); in fsl_secboot_validate()
H A Dfsl_chain_of_trust.c115 fsl_secboot_handle_error(ERROR_ESBC_PAMU_INIT); in spl_validate_uboot()
120 fsl_secboot_handle_error(ERROR_ESBC_SEC_INIT); in spl_validate_uboot()
/OK3568_Linux_fs/u-boot/include/
H A Dfsl_secboot_err.h130 void fsl_secboot_handle_error(int error);
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dcpu_init.c969 fsl_secboot_handle_error(ERROR_ESBC_PAMU_INIT); in cpu_init_r()