| /rk3399_ARM-atf/plat/common/ |
| H A D | plat_bl1_common.c | 26 #pragma weak bl1_plat_get_image_desc macro 52 struct image_desc *bl1_plat_get_image_desc(unsigned int image_id) in bl1_plat_get_image_desc() function 90 image_desc = bl1_plat_get_image_desc(BL2_IMAGE_ID); in bl1_plat_handle_post_image_load()
|
| /rk3399_ARM-atf/plat/arm/common/ |
| H A D | arm_bl1_fwu.c | 21 #pragma weak bl1_plat_get_image_desc 107 image_desc_t *bl1_plat_get_image_desc(unsigned int image_id) 19 #pragma weak bl1_plat_get_image_desc global() macro 91 image_desc_t *bl1_plat_get_image_desc(unsigned int image_id) bl1_plat_get_image_desc() function
|
| H A D | arm_bl1_setup.c | 192 desc = bl1_plat_get_image_desc(BL2_IMAGE_ID); in arm_bl1_platform_setup() 254 desc = bl1_plat_get_image_desc(BL2_IMAGE_ID); in arm_bl1_platform_setup()
|
| /rk3399_ARM-atf/bl1/aarch64/ |
| H A D | bl1_context_mgmt.c | 44 bl2_desc = bl1_plat_get_image_desc(BL2_IMAGE_ID); in bl1_prepare_next_image() 89 desc = bl1_plat_get_image_desc(image_id); in bl1_prepare_next_image()
|
| /rk3399_ARM-atf/bl1/ |
| H A D | bl1_fwu.c | 172 checked_desc = bl1_plat_get_image_desc(image_id); in bl1_fwu_image_check_overlaps() 192 desc = bl1_plat_get_image_desc(bl1_fwu_loaded_ids[i]); in bl1_fwu_image_check_overlaps() 238 desc = bl1_plat_get_image_desc(image_id); in bl1_fwu_image_copy() 382 desc = bl1_plat_get_image_desc(image_id); in bl1_fwu_image_auth() 512 image_desc_t *desc = bl1_plat_get_image_desc(image_id); in bl1_fwu_image_execute() 565 desc = bl1_plat_get_image_desc(sec_exec_image_id); in bl1_fwu_image_resume() 634 desc = bl1_plat_get_image_desc(sec_exec_image_id); in bl1_fwu_sec_image_done() 698 image_desc_t *desc = bl1_plat_get_image_desc(image_id); in bl1_fwu_image_reset()
|
| H A D | bl1_main.c | 190 desc = bl1_plat_get_image_desc(BL2_IMAGE_ID); in bl1_load_bl2()
|
| /rk3399_ARM-atf/plat/arm/board/juno/ |
| H A D | juno_bl1_setup.c | 80 image_desc_t *image_desc = bl1_plat_get_image_desc(SCP_BL2U_IMAGE_ID); in bl1_plat_set_ep_info()
|
| /rk3399_ARM-atf/plat/rpi/rpi3/ |
| H A D | rpi3_bl1_setup.c | 98 image_desc_t *bl2_desc = bl1_plat_get_image_desc(BL2_IMAGE_ID); in bl1_platform_setup()
|
| H A D | rpi3_bl1_mboot.c | 142 image_desc = bl1_plat_get_image_desc(BL2_IMAGE_ID); in bl1_plat_mboot_finish()
|
| /rk3399_ARM-atf/plat/hisilicon/poplar/ |
| H A D | bl1_plat_setup.c | 50 image_desc = bl1_plat_get_image_desc(BL2_IMAGE_ID); in bl1_plat_handle_post_image_load()
|
| /rk3399_ARM-atf/plat/hisilicon/hikey/ |
| H A D | hikey_bl1_setup.c | 132 image_desc_t *bl1_plat_get_image_desc(unsigned int image_id) in bl1_plat_get_image_desc() function
|
| /rk3399_ARM-atf/docs/resources/diagrams/plantuml/ |
| H A D | io_framework_usage_overview.puml | 21 bl1_main -> plat_bl1_common : bl1_plat_get_image_desc(BL2_IMAGE_ID)
|
| H A D | fconf_bl1_load_config.puml | 68 arm_bl1_setup -> plat_bl1_common : bl1_plat_get_image_desc(BL2_IMAGE_ID)
|
| /rk3399_ARM-atf/bl1/aarch32/ |
| H A D | bl1_context_mgmt.c | 110 desc = bl1_plat_get_image_desc(image_id); in bl1_prepare_next_image()
|
| /rk3399_ARM-atf/plat/hisilicon/hikey960/ |
| H A D | hikey960_bl1_setup.c | 221 image_desc_t *bl1_plat_get_image_desc(unsigned int image_id) in bl1_plat_get_image_desc() function
|
| /rk3399_ARM-atf/include/plat/common/ |
| H A D | platform.h | 267 struct image_desc *bl1_plat_get_image_desc(unsigned int image_id);
|
| /rk3399_ARM-atf/docs/components/ |
| H A D | firmware-update.rst | 169 call to ``bl1_plat_get_image_desc()``. The same ID is also used to prepare the
|
| /rk3399_ARM-atf/docs/design/ |
| H A D | firmware-design.rst | 281 of the next image by calling ``bl1_plat_get_image_desc()``. The image descriptor
|
| /rk3399_ARM-atf/docs/ |
| H A D | porting-guide.rst | 1798 Function : bl1_plat_get_image_desc() [optional]
|