Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/plat/common/
Dplat_bl1_common.c28 #pragma weak bl1_plat_handle_pre_image_load macro
46 int bl1_plat_handle_pre_image_load(unsigned int image_id) in bl1_plat_handle_pre_image_load() function
/external/arm-trusted-firmware/docs/resources/diagrams/plantuml/
Dio_framework_usage_overview.puml24 bl1_main -> plat_bl1_common : bl1_plat_handle_pre_image_load(BL2_IMAGE_ID)
/external/arm-trusted-firmware/bl1/
Dbl1_main.c175 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()
/external/arm-trusted-firmware/include/plat/common/
Dplatform.h178 int bl1_plat_handle_pre_image_load(unsigned int image_id);
/external/arm-trusted-firmware/docs/design/
Dfirmware-design.rst341 ``bl1_plat_handle_pre_image_load()`` which allows the platform to update or
/external/arm-trusted-firmware/docs/getting_started/
Dporting-guide.rst1336 Function : bl1_plat_handle_pre_image_load() [optional]