Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/common/
H A 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
/rk3399_ARM-atf/docs/resources/diagrams/plantuml/
H A Dio_framework_usage_overview.puml24 bl1_main -> plat_bl1_common : bl1_plat_handle_pre_image_load(BL2_IMAGE_ID)
/rk3399_ARM-atf/bl1/
H A Dbl1_main.c179 err = bl1_plat_handle_pre_image_load(BL2_IMAGE_ID); in bl1_load_bl2()
H A Dbl1_fwu.c347 if (bl1_plat_handle_pre_image_load(image_id) != 0) { in bl1_fwu_image_copy()
/rk3399_ARM-atf/include/plat/common/
H A Dplatform.h277 int bl1_plat_handle_pre_image_load(unsigned int image_id);
/rk3399_ARM-atf/docs/design/
H A Dfirmware-design.rst299 ``bl1_plat_handle_pre_image_load()`` which allows the platform to update or
/rk3399_ARM-atf/docs/
H A Dporting-guide.rst1793 Function : bl1_plat_handle_pre_image_load() [optional]