Home
last modified time | relevance | path

Searched defs:image_id (Results 1 – 25 of 29) sorted by relevance

12

/device/linaro/bootloader/arm-trusted-firmware/bl1/
Dbl1_fwu.c117 static int bl1_fwu_add_loaded_id(int image_id) in bl1_fwu_add_loaded_id()
142 static int bl1_fwu_remove_loaded_id(int image_id) in bl1_fwu_remove_loaded_id()
161 static int bl1_fwu_image_check_overlaps(int image_id) in bl1_fwu_image_check_overlaps()
221 static int bl1_fwu_image_copy(unsigned int image_id, in bl1_fwu_image_copy()
369 static int bl1_fwu_image_auth(unsigned int image_id, in bl1_fwu_image_auth()
492 static int bl1_fwu_image_execute(unsigned int image_id, in bl1_fwu_image_execute()
681 static int bl1_fwu_image_reset(unsigned int image_id, unsigned int flags) in bl1_fwu_image_reset()
Dbl1_main.c81 unsigned int image_id; in bl1_main() local
/device/linaro/bootloader/arm-trusted-firmware/common/
Dbl_common.c158 size_t image_size(unsigned int image_id) in image_size()
210 int load_image(unsigned int image_id, image_info_t *image_data) in load_image()
294 static int load_auth_image_internal(unsigned int image_id, in load_auth_image_internal()
355 int load_auth_image(unsigned int image_id, image_info_t *image_data) in load_auth_image()
386 unsigned int image_id, in load_image()
492 unsigned int image_id, in load_auth_image_internal()
557 unsigned int image_id, in load_auth_image()
Ddesc_image_load.c38 int get_bl_params_node_index(unsigned int image_id) in get_bl_params_node_index()
56 bl_mem_params_node_t *get_bl_mem_params_node(unsigned int image_id) in get_bl_mem_params_node()
/device/linaro/bootloader/arm-trusted-firmware/plat/common/
Dplat_bl1_common.c32 void bl1_plat_set_ep_info(unsigned int image_id, in bl1_plat_set_ep_info()
42 image_desc_t *bl1_plat_get_image_desc(unsigned int image_id) in bl1_plat_get_image_desc()
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/juno/
Djuno_bl2_setup.c19 int bl2_plat_handle_post_image_load(unsigned int image_id) in bl2_plat_handle_post_image_load()
Djuno_bl1_setup.c43 void bl1_plat_set_ep_info(unsigned int image_id, in bl1_plat_set_ep_info()
/device/linaro/bootloader/arm-trusted-firmware/drivers/partition/
Dpartition.c145 int load_partition_table(unsigned int image_id) in load_partition_table()
202 void partition_init(unsigned int image_id) in partition_init()
/device/linaro/bootloader/arm-trusted-firmware/bl1/aarch64/
Dbl1_context_mgmt.c41 void bl1_prepare_next_image(unsigned int image_id) in bl1_prepare_next_image()
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/
Darm_bl1_fwu.c86 image_desc_t *bl1_plat_get_image_desc(unsigned int image_id) in bl1_plat_get_image_desc()
Darm_bl2_setup.c238 int arm_bl2_handle_post_image_load(unsigned int image_id) in arm_bl2_handle_post_image_load()
293 int bl2_plat_handle_post_image_load(unsigned int image_id) in bl2_plat_handle_post_image_load()
/device/linaro/bootloader/arm-trusted-firmware/include/common/
Ddesc_image_load.h14 unsigned int image_id; member
Dbl_common.h129 unsigned int image_id; member
143 unsigned int image_id; member
156 unsigned int image_id; member
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/
Dhikey_bl1_setup.c558 image_desc_t *bl1_plat_get_image_desc(unsigned int image_id) in bl1_plat_get_image_desc()
572 void bl1_plat_set_ep_info(unsigned int image_id, in bl1_plat_set_ep_info()
Dhikey_bl2_setup.c165 int hikey_bl2_handle_post_image_load(unsigned int image_id) in hikey_bl2_handle_post_image_load()
220 int bl2_plat_handle_post_image_load(unsigned int image_id) in bl2_plat_handle_post_image_load()
Dhikey_io_storage.c194 int plat_get_image_source(unsigned int image_id, uintptr_t *dev_handle, in plat_get_image_source()
/device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/
Duniphier_bl2_setup.c116 int bl2_plat_handle_post_image_load(unsigned int image_id) in bl2_plat_handle_post_image_load()
Duniphier_io_storage.c310 int plat_get_image_source(unsigned int image_id, uintptr_t *dev_handle, in plat_get_image_source()
324 int uniphier_check_image(unsigned int image_id) in uniphier_check_image()
/device/linaro/bootloader/arm-trusted-firmware/plat/qemu/
Dqemu_bl2_setup.c227 static int qemu_bl2_handle_post_image_load(unsigned int image_id) in qemu_bl2_handle_post_image_load()
278 int bl2_plat_handle_post_image_load(unsigned int image_id) in bl2_plat_handle_post_image_load()
Dqemu_io_storage.c346 static int get_alt_image_source(unsigned int image_id, uintptr_t *dev_handle, in get_alt_image_source()
363 int plat_get_image_source(unsigned int image_id, uintptr_t *dev_handle, in plat_get_image_source()
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/fvp/
Dfvp_io_storage.c129 int plat_arm_get_alt_image_source(unsigned int image_id, uintptr_t *dev_handle, in plat_arm_get_alt_image_source()
/device/linaro/bootloader/arm-trusted-firmware/bl1/aarch32/
Dbl1_context_mgmt.c101 void bl1_prepare_next_image(unsigned int image_id) in bl1_prepare_next_image()
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/
Dhikey960_bl2_setup.c242 int hikey960_bl2_handle_post_image_load(unsigned int image_id) in hikey960_bl2_handle_post_image_load()
297 int bl2_plat_handle_post_image_load(unsigned int image_id) in bl2_plat_handle_post_image_load()
Dhikey960_bl1_setup.c688 image_desc_t *bl1_plat_get_image_desc(unsigned int image_id) in bl1_plat_get_image_desc()
701 void bl1_plat_set_ep_info(unsigned int image_id, in bl1_plat_set_ep_info()
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/poplar/
Dplat_storage.c114 int plat_get_image_source(unsigned int image_id, uintptr_t *dev_handle, in plat_get_image_source()

12