Home
last modified time | relevance | path

Searched refs:plat_error_handler (Results 1 – 13 of 13) sorted by relevance

/external/arm-trusted-firmware/plat/socionext/uniphier/
Duniphier_bl2_setup.c51 plat_error_handler(-ENOTSUP); in bl2_el3_plat_arch_setup()
57 plat_error_handler(ret); in bl2_el3_plat_arch_setup()
83 plat_error_handler(-ENOTSUP); in bl2_el3_plat_arch_setup()
124 plat_error_handler(ret); in bl2_plat_preload_setup()
Duniphier_bl31_setup.c65 plat_error_handler(-ENOTSUP); in bl31_platform_setup()
Duniphier_console_setup.c75 plat_error_handler(-EINVAL); in uniphier_console_setup()
/external/arm-trusted-firmware/bl2/
Dbl2_image_load_v2.c63 plat_error_handler(err); in bl2_load_images()
72 plat_error_handler(err); in bl2_load_images()
82 plat_error_handler(err); in bl2_load_images()
/external/arm-trusted-firmware/plat/common/
Dplat_bl_common.c21 #pragma weak plat_error_handler macro
31 void __dead2 plat_error_handler(int err) in plat_error_handler() function
/external/arm-trusted-firmware/bl1/
Dbl1_main.c184 plat_error_handler(err); in bl1_load_bl2()
190 plat_error_handler(err); in bl1_load_bl2()
197 plat_error_handler(err); in bl1_load_bl2()
Dbl1_fwu.c479 plat_error_handler(result); in bl1_fwu_image_auth()
/external/u-boot/arch/arm/cpu/armv8/
Dpsci.S264 ENTRY(plat_error_handler)
266 ENDPROC(plat_error_handler)
267 .weak plat_error_handler
276 bl plat_error_handler /* Platform specific error handling */
/external/arm-trusted-firmware/plat/arm/common/
Darm_err.c12 void __dead2 plat_error_handler(int err) in plat_error_handler() function
/external/arm-trusted-firmware/plat/layerscape/board/ls1043/
Dls1043_err.c16 void plat_error_handler(int err) in plat_error_handler() function
/external/arm-trusted-firmware/include/plat/common/
Dplatform.h102 void plat_error_handler(int err) __dead2;
/external/arm-trusted-firmware/docs/process/
Dcoding-guidelines.rst411 ``plat_error_handler()``.
414 and ``plat_error_handler`` in the same way (for example, by waiting for a secure
416 controller to reset the platform). However, ``plat_error_handler`` may take
/external/arm-trusted-firmware/docs/getting_started/
Dporting-guide.rst978 Function : plat_error_handler()