Home
last modified time | relevance | path

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

/aosp_15_r20/external/arm-trusted-firmware/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
/aosp_15_r20/external/trusty/arm-trusted-firmware/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
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/arm/board/fvp_r/
Dfvp_r_bl1_main.c73 err = bl1_plat_handle_pre_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.puml24 bl1_main -> plat_bl1_common : bl1_plat_handle_pre_image_load(BL2_IMAGE_ID)
/aosp_15_r20/external/trusty/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)
/aosp_15_r20/external/arm-trusted-firmware/plat/arm/board/fvp_r/
H A Dfvp_r_bl1_main.c72 err = bl1_plat_handle_pre_image_load(BL33_IMAGE_ID); in bl1_load_bl33()
/aosp_15_r20/external/trusty/arm-trusted-firmware/bl1/
Dbl1_main.c180 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()
/aosp_15_r20/external/arm-trusted-firmware/bl1/
H A Dbl1_main.c181 err = bl1_plat_handle_pre_image_load(BL2_IMAGE_ID); in bl1_load_bl2()
H A Dbl1_fwu.c344 if (bl1_plat_handle_pre_image_load(image_id) != 0) { in bl1_fwu_image_copy()
/aosp_15_r20/external/arm-trusted-firmware/include/plat/common/
H A Dplatform.h191 int bl1_plat_handle_pre_image_load(unsigned int image_id);
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/plat/common/
Dplatform.h251 int bl1_plat_handle_pre_image_load(unsigned int image_id);
/aosp_15_r20/external/arm-trusted-firmware/docs/design/
H A Dfirmware-design.rst348 ``bl1_plat_handle_pre_image_load()`` which allows the platform to update or
/aosp_15_r20/external/arm-trusted-firmware/docs/getting_started/
H A Dporting-guide.rst1393 Function : bl1_plat_handle_pre_image_load() [optional]
/aosp_15_r20/external/trusty/arm-trusted-firmware/docs/design/
Dfirmware-design.rst299 ``bl1_plat_handle_pre_image_load()`` which allows the platform to update or
/aosp_15_r20/external/trusty/arm-trusted-firmware/docs/
Dporting-guide.rst1703 Function : bl1_plat_handle_pre_image_load() [optional]