/external/arm-trusted-firmware/plat/common/ |
D | plat_bl_common.c | 24 #pragma weak bl2_plat_handle_post_image_load macro 46 int bl2_plat_handle_post_image_load(unsigned int image_id) in bl2_plat_handle_post_image_load() function
|
/external/arm-trusted-firmware/plat/layerscape/common/ |
D | ls_bl2_setup.c | 97 int bl2_plat_handle_post_image_load(unsigned int image_id) in bl2_plat_handle_post_image_load() function
|
/external/arm-trusted-firmware/plat/marvell/common/ |
D | marvell_bl2_setup.c | 131 int bl2_plat_handle_post_image_load(unsigned int image_id) in bl2_plat_handle_post_image_load() function
|
/external/arm-trusted-firmware/bl2/ |
D | bl2_image_load_v2.c | 79 err = bl2_plat_handle_post_image_load(bl2_node_info->image_id); in bl2_load_images()
|
/external/arm-trusted-firmware/plat/rpi/rpi3/ |
D | rpi3_bl2_setup.c | 111 int bl2_plat_handle_post_image_load(unsigned int image_id) in bl2_plat_handle_post_image_load() function
|
/external/arm-trusted-firmware/plat/socionext/uniphier/ |
D | uniphier_bl2_setup.c | 152 int bl2_plat_handle_post_image_load(unsigned int image_id) in bl2_plat_handle_post_image_load() function
|
/external/arm-trusted-firmware/plat/arm/common/ |
D | arm_bl2_setup.c | 208 int bl2_plat_handle_post_image_load(unsigned int image_id) in bl2_plat_handle_post_image_load() function
|
/external/arm-trusted-firmware/plat/hisilicon/poplar/ |
D | bl2_plat_setup.c | 164 int bl2_plat_handle_post_image_load(unsigned int image_id) in bl2_plat_handle_post_image_load() function
|
/external/arm-trusted-firmware/plat/intel/soc/stratix10/ |
D | bl2_plat_setup.c | 155 int bl2_plat_handle_post_image_load(unsigned int image_id) in bl2_plat_handle_post_image_load() function
|
/external/arm-trusted-firmware/plat/intel/soc/agilex/ |
D | bl2_plat_setup.c | 157 int bl2_plat_handle_post_image_load(unsigned int image_id) in bl2_plat_handle_post_image_load() function
|
/external/arm-trusted-firmware/plat/imx/imx7/common/ |
D | imx7_bl2_el3_common.c | 54 int bl2_plat_handle_post_image_load(unsigned int image_id) in bl2_plat_handle_post_image_load() function
|
/external/arm-trusted-firmware/plat/qemu/common/ |
D | qemu_bl2_setup.c | 226 int bl2_plat_handle_post_image_load(unsigned int image_id) in bl2_plat_handle_post_image_load() function
|
/external/arm-trusted-firmware/include/plat/common/ |
D | platform.h | 177 int bl2_plat_handle_post_image_load(unsigned int image_id);
|
/external/arm-trusted-firmware/plat/hisilicon/hikey/ |
D | hikey_bl2_setup.c | 180 int bl2_plat_handle_post_image_load(unsigned int image_id) in bl2_plat_handle_post_image_load() function
|
/external/arm-trusted-firmware/plat/hisilicon/hikey960/ |
D | hikey960_bl2_setup.c | 272 int bl2_plat_handle_post_image_load(unsigned int image_id) in bl2_plat_handle_post_image_load() function
|
/external/arm-trusted-firmware/plat/renesas/rcar/ |
D | bl2_plat_setup.c | 385 int bl2_plat_handle_post_image_load(unsigned int image_id) in bl2_plat_handle_post_image_load() function
|
/external/arm-trusted-firmware/docs/getting_started/ |
D | porting-guide.rst | 1430 Function : bl2_plat_handle_post_image_load() [optional]
|
/external/arm-trusted-firmware/docs/design/ |
D | firmware-design.rst | 401 needed in the ``bl2_plat_handle_post_image_load()`` function. These
|