/aosp_15_r20/external/arm-trusted-firmware/plat/common/ |
H A D | plat_bl1_common.c | 29 #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/ |
D | plat_bl1_common.c | 29 #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/ |
D | bl1_plat_setup.c | 41 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 D | bl1_plat_setup.c | 41 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 D | fvp_r_bl1_setup.c | 211 int bl1_plat_handle_post_image_load(unsigned int image_id) in bl1_plat_handle_post_image_load() function
|
H A D | fvp_r_bl1_main.c | 85 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/ |
D | fvp_r_bl1_setup.c | 209 int bl1_plat_handle_post_image_load(unsigned int image_id) in bl1_plat_handle_post_image_load() function
|
D | fvp_r_bl1_main.c | 86 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 D | io_framework_usage_overview.puml | 53 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/ |
D | io_framework_usage_overview.puml | 53 bl1_main -> plat_bl1_common : bl1_plat_handle_post_image_load(BL2_IMAGE_ID)
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/bl1/ |
D | bl1_main.c | 193 err = bl1_plat_handle_post_image_load(BL2_IMAGE_ID); in bl1_load_bl2()
|
D | bl1_fwu.c | 477 result = bl1_plat_handle_post_image_load(image_id); in bl1_fwu_image_auth()
|
/aosp_15_r20/external/arm-trusted-firmware/bl1/ |
H A D | bl1_main.c | 194 err = bl1_plat_handle_post_image_load(BL2_IMAGE_ID); in bl1_load_bl2()
|
H A D | bl1_fwu.c | 477 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/ |
D | arm_bl1_setup.c | 306 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 D | platform.h | 192 int bl1_plat_handle_post_image_load(unsigned int image_id);
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/plat/common/ |
D | platform.h | 252 int bl1_plat_handle_post_image_load(unsigned int image_id);
|
/aosp_15_r20/external/arm-trusted-firmware/docs/getting_started/ |
H A D | porting-guide.rst | 1245 ``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/ |
D | porting-guide.rst | 1555 ``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 D | firmware-design.rst | 357 #. BL1 invokes ``bl1_plat_handle_post_image_load()`` which again is intended
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/docs/design/ |
D | firmware-design.rst | 308 #. BL1 invokes ``bl1_plat_handle_post_image_load()`` which again is intended
|