| /rk3399_ARM-atf/tools/fiptool/ |
| H A D | fiptool.c | 56 static image_desc_t *image_desc_head; 141 static image_desc_t *new_image_desc(const uuid_t *uuid, in new_image_desc() 144 image_desc_t *desc; in new_image_desc() 157 static void set_image_desc_action(image_desc_t *desc, int action, in set_image_desc_action() 171 static void free_image_desc(image_desc_t *desc) in free_image_desc() 183 static void add_image_desc(image_desc_t *desc) in add_image_desc() 185 image_desc_t **p = &image_desc_head; in add_image_desc() 197 image_desc_t *desc = image_desc_head, *tmp; in free_image_descs() 215 image_desc_t *desc; in fill_image_descs() 226 image_desc_t *desc; in fill_image_descs() [all …]
|
| H A D | fiptool.h | 41 } image_desc_t; typedef
|
| /rk3399_ARM-atf/plat/common/ |
| H A D | plat_bl1_common.c | 54 static image_desc_t bl2_img_desc = BL2_IMAGE_DESC; in bl1_plat_get_image_desc() 84 image_desc_t *image_desc; in bl1_plat_handle_post_image_load()
|
| /rk3399_ARM-atf/bl1/aarch64/ |
| H A D | bl1_context_mgmt.c | 39 image_desc_t *bl2_desc; in bl1_prepare_next_image() 73 image_desc_t *desc; in bl1_prepare_next_image()
|
| /rk3399_ARM-atf/include/bl1/tbbr/ |
| H A D | tbbr_img_desc.h | 12 extern image_desc_t bl1_tbbr_image_descs[];
|
| /rk3399_ARM-atf/bl1/ |
| H A D | bl1_fwu.c | 166 const image_desc_t *desc, *checked_desc; in bl1_fwu_image_check_overlaps() 235 image_desc_t *desc; in bl1_fwu_image_copy() 379 image_desc_t *desc; in bl1_fwu_image_auth() 512 image_desc_t *desc = bl1_plat_get_image_desc(image_id); in bl1_fwu_image_execute() 560 image_desc_t *desc; in bl1_fwu_image_resume() 625 image_desc_t *desc; 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 | 185 image_desc_t *desc; in bl1_load_bl2()
|
| /rk3399_ARM-atf/include/export/common/ |
| H A D | bl_common_exp.h | 78 } image_desc_t; typedef
|
| /rk3399_ARM-atf/plat/arm/common/ |
| H A D | arm_bl1_fwu.c | 91 image_desc_t *bl1_plat_get_image_desc(unsigned int image_id) in bl1_plat_get_image_desc()
|
| H A D | arm_bl1_setup.c | 167 image_desc_t *desc; in arm_bl1_platform_setup()
|
| /rk3399_ARM-atf/plat/nxp/common/img_loadr/ |
| H A D | load_img.c | 36 image_desc_t img_info = { in load_img()
|
| /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/bl1/tbbr/ |
| H A D | tbbr_img_desc.c | 12 image_desc_t bl1_tbbr_image_descs[] = {
|
| /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 | 137 image_desc_t *image_desc; in bl1_plat_mboot_finish()
|
| /rk3399_ARM-atf/plat/hisilicon/poplar/ |
| H A D | bl1_plat_setup.c | 43 image_desc_t *image_desc; 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()
|
| /rk3399_ARM-atf/bl1/aarch32/ |
| H A D | bl1_context_mgmt.c | 106 image_desc_t *desc; 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()
|
| /rk3399_ARM-atf/docs/components/ |
| H A D | firmware-update.rst | 168 platform, which BL1 uses to fetch an image descriptor (``image_desc_t``) via a
|
| /rk3399_ARM-atf/docs/ |
| H A D | porting-guide.rst | 1804 Return : image_desc_t * 1806 BL1 calls this function to get the image descriptor information ``image_desc_t``
|