Home
last modified time | relevance | path

Searched refs:bl1_plat_handle_pre_image_load (Results 1 – 8 of 8) sorted by relevance

/trusted-firmware-a-latest/plat/common/
Dplat_bl1_common.c28 #pragma weak bl1_plat_handle_pre_image_load macro
43 int bl1_plat_handle_pre_image_load(unsigned int image_id) in bl1_plat_handle_pre_image_load() function
/trusted-firmware-a-latest/docs/resources/diagrams/plantuml/
Dio_framework_usage_overview.puml24 bl1_main -> plat_bl1_common : bl1_plat_handle_pre_image_load(BL2_IMAGE_ID)
/trusted-firmware-a-latest/plat/arm/board/fvp_r/
Dfvp_r_bl1_main.c72 err = bl1_plat_handle_pre_image_load(BL33_IMAGE_ID); in bl1_load_bl33()
/trusted-firmware-a-latest/bl1/
Dbl1_main.c197 err = bl1_plat_handle_pre_image_load(BL2_IMAGE_ID); in bl1_load_bl2()
Dbl1_fwu.c344 if (bl1_plat_handle_pre_image_load(image_id) != 0) { in bl1_fwu_image_copy()
/trusted-firmware-a-latest/include/plat/common/
Dplatform.h243 int bl1_plat_handle_pre_image_load(unsigned int image_id);
/trusted-firmware-a-latest/docs/design/
Dfirmware-design.rst299 ``bl1_plat_handle_pre_image_load()`` which allows the platform to update or
/trusted-firmware-a-latest/docs/
Dporting-guide.rst1703 Function : bl1_plat_handle_pre_image_load() [optional]