Home
last modified time | relevance | path

Searched refs:bl1_plat_handle_post_image_load (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/arm-trusted-firmware/plat/common/
H A Dplat_bl1_common.c29 #pragma weak bl1_plat_handle_post_image_load macro
81 int bl1_plat_handle_post_image_load(unsigned int image_id) in bl1_plat_handle_post_image_load() function
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/common/
Dplat_bl1_common.c29 #pragma weak bl1_plat_handle_post_image_load macro
81 int bl1_plat_handle_post_image_load(unsigned int image_id) in bl1_plat_handle_post_image_load() function
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/hisilicon/poplar/
Dbl1_plat_setup.c41 int bl1_plat_handle_post_image_load(unsigned int image_id) in bl1_plat_handle_post_image_load() function
/aosp_15_r20/external/arm-trusted-firmware/plat/hisilicon/poplar/
H A Dbl1_plat_setup.c41 int bl1_plat_handle_post_image_load(unsigned int image_id) in bl1_plat_handle_post_image_load() function
/aosp_15_r20/external/arm-trusted-firmware/plat/arm/board/fvp_r/
H A Dfvp_r_bl1_setup.c211 int bl1_plat_handle_post_image_load(unsigned int image_id) in bl1_plat_handle_post_image_load() function
H A Dfvp_r_bl1_main.c85 err = bl1_plat_handle_post_image_load(BL33_IMAGE_ID); in bl1_load_bl33()
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/arm/board/fvp_r/
Dfvp_r_bl1_setup.c209 int bl1_plat_handle_post_image_load(unsigned int image_id) in bl1_plat_handle_post_image_load() function
Dfvp_r_bl1_main.c86 err = bl1_plat_handle_post_image_load(BL33_IMAGE_ID); in bl1_load_bl33()
/aosp_15_r20/external/arm-trusted-firmware/docs/resources/diagrams/plantuml/
H A Dio_framework_usage_overview.puml53 bl1_main -> plat_bl1_common : bl1_plat_handle_post_image_load(BL2_IMAGE_ID)
/aosp_15_r20/external/trusty/arm-trusted-firmware/docs/resources/diagrams/plantuml/
Dio_framework_usage_overview.puml53 bl1_main -> plat_bl1_common : bl1_plat_handle_post_image_load(BL2_IMAGE_ID)
/aosp_15_r20/external/trusty/arm-trusted-firmware/bl1/
Dbl1_main.c193 err = bl1_plat_handle_post_image_load(BL2_IMAGE_ID); in bl1_load_bl2()
Dbl1_fwu.c477 result = bl1_plat_handle_post_image_load(image_id); in bl1_fwu_image_auth()
/aosp_15_r20/external/arm-trusted-firmware/bl1/
H A Dbl1_main.c194 err = bl1_plat_handle_post_image_load(BL2_IMAGE_ID); in bl1_load_bl2()
H A Dbl1_fwu.c477 result = bl1_plat_handle_post_image_load(image_id); in bl1_fwu_image_auth()
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/arm/common/
Darm_bl1_setup.c306 int bl1_plat_handle_post_image_load(unsigned int image_id) in bl1_plat_handle_post_image_load() function
/aosp_15_r20/external/arm-trusted-firmware/include/plat/common/
H A Dplatform.h192 int bl1_plat_handle_post_image_load(unsigned int image_id);
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/plat/common/
Dplatform.h252 int bl1_plat_handle_post_image_load(unsigned int image_id);
/aosp_15_r20/external/arm-trusted-firmware/docs/getting_started/
H A Dporting-guide.rst1245 ``bl1_plat_handle_post_image_load`` API.
1405 Function : bl1_plat_handle_post_image_load() [optional]
/aosp_15_r20/external/trusty/arm-trusted-firmware/docs/
Dporting-guide.rst1555 ``bl1_plat_handle_post_image_load`` API.
1727 Function : bl1_plat_handle_post_image_load() [optional]
/aosp_15_r20/external/arm-trusted-firmware/docs/design/
H A Dfirmware-design.rst357 #. BL1 invokes ``bl1_plat_handle_post_image_load()`` which again is intended
/aosp_15_r20/external/trusty/arm-trusted-firmware/docs/design/
Dfirmware-design.rst308 #. BL1 invokes ``bl1_plat_handle_post_image_load()`` which again is intended