Searched refs:bl1_plat_handle_pre_image_load (Results 1 – 16 of 16) sorted by relevance
28 #pragma weak bl1_plat_handle_pre_image_load macro43 int bl1_plat_handle_pre_image_load(unsigned int image_id) in bl1_plat_handle_pre_image_load() function
73 err = bl1_plat_handle_pre_image_load(BL33_IMAGE_ID); in bl1_load_bl33()
24 bl1_main -> plat_bl1_common : bl1_plat_handle_pre_image_load(BL2_IMAGE_ID)
72 err = bl1_plat_handle_pre_image_load(BL33_IMAGE_ID); in bl1_load_bl33()
180 err = bl1_plat_handle_pre_image_load(BL2_IMAGE_ID); in bl1_load_bl2()
344 if (bl1_plat_handle_pre_image_load(image_id) != 0) { in bl1_fwu_image_copy()
181 err = bl1_plat_handle_pre_image_load(BL2_IMAGE_ID); in bl1_load_bl2()
191 int bl1_plat_handle_pre_image_load(unsigned int image_id);
251 int bl1_plat_handle_pre_image_load(unsigned int image_id);
348 ``bl1_plat_handle_pre_image_load()`` which allows the platform to update or
1393 Function : bl1_plat_handle_pre_image_load() [optional]
299 ``bl1_plat_handle_pre_image_load()`` which allows the platform to update or
1703 Function : bl1_plat_handle_pre_image_load() [optional]