Searched refs:bl1_plat_handle_pre_image_load (Results 1 – 7 of 7) sorted by relevance
28 #pragma weak bl1_plat_handle_pre_image_load macro46 int bl1_plat_handle_pre_image_load(unsigned int image_id) in bl1_plat_handle_pre_image_load() function
24 bl1_main -> plat_bl1_common : bl1_plat_handle_pre_image_load(BL2_IMAGE_ID)
175 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()
178 int bl1_plat_handle_pre_image_load(unsigned int image_id);
341 ``bl1_plat_handle_pre_image_load()`` which allows the platform to update or
1336 Function : bl1_plat_handle_pre_image_load() [optional]