Searched refs:BL2_IMAGE_ID (Results 1 – 25 of 31) sorted by relevance
12
| /trusted-firmware-a-latest/docs/resources/diagrams/plantuml/ |
| D | io_framework_usage_overview.puml | 17 bl1_main <-- xxx_bl1_setup : BL2_IMAGE_ID 21 bl1_main -> plat_bl1_common : bl1_plat_get_image_desc(BL2_IMAGE_ID) 24 bl1_main -> plat_bl1_common : bl1_plat_handle_pre_image_load(BL2_IMAGE_ID) 26 bl1_main -> bl_common : load_auth_image(BL2_IMAGE_ID, image_info) 28 bl_common -> bl_common : load_auth_image_internal(BL2_IMAGE_ID, image_info, is_parent_image) 30 bl_common -> bl_common : load_image(BL2_IMAGE_ID, image_info) 32 bl_common -> arm_io_storage : plat_get_image_source(BL2_IMAGE_ID, &dev_handle, &image_spec) 33 ref over arm_io_storage, io_storage : init and check device (BL2_IMAGE_ID) 53 bl1_main -> plat_bl1_common : bl1_plat_handle_post_image_load(BL2_IMAGE_ID)
|
| D | io_arm_class_diagram.puml | 17 class BL2_IMAGE_ID{ 47 BL2_IMAGE_ID -up-|> plat_io_policy
|
| D | io_dev_init_and_check.puml | 10 alt image_id = BL2_IMAGE_ID 12 get BL2_IMAGE_ID policy:
|
| D | fconf_bl1_load_config.puml | 68 arm_bl1_setup -> plat_bl1_common : bl1_plat_get_image_desc(BL2_IMAGE_ID)
|
| /trusted-firmware-a-latest/plat/common/ |
| D | plat_bl1_common.c | 34 return BL2_IMAGE_ID; in bl1_plat_get_next_image_id() 88 if (image_id != BL2_IMAGE_ID) in bl1_plat_handle_post_image_load() 92 image_desc = bl1_plat_get_image_desc(BL2_IMAGE_ID); in bl1_plat_handle_post_image_load()
|
| /trusted-firmware-a-latest/plat/hisilicon/poplar/ |
| D | bl1_plat_setup.c | 46 if (image_id != BL2_IMAGE_ID) in bl1_plat_handle_post_image_load() 50 image_desc = bl1_plat_get_image_desc(BL2_IMAGE_ID); in bl1_plat_handle_post_image_load() 118 return BL2_IMAGE_ID; in bl1_plat_get_next_image_id()
|
| D | plat_storage.c | 107 [BL2_IMAGE_ID] = {
|
| /trusted-firmware-a-latest/bl1/ |
| D | bl1_main.c | 160 if (image_id == BL2_IMAGE_ID) in bl1_main() 190 desc = bl1_plat_get_image_desc(BL2_IMAGE_ID); in bl1_load_bl2() 197 err = bl1_plat_handle_pre_image_load(BL2_IMAGE_ID); in bl1_load_bl2() 203 err = load_auth_image(BL2_IMAGE_ID, info); in bl1_load_bl2() 210 err = bl1_plat_handle_post_image_load(BL2_IMAGE_ID); in bl1_load_bl2()
|
| /trusted-firmware-a-latest/plat/arm/board/fvp/ |
| D | fvp_bl1_measured_boot.c | 21 { BL2_IMAGE_ID, EVLOG_BL2_STRING, PCR_0 }, 45 .id = BL2_IMAGE_ID,
|
| D | fvp_io_storage.c | 45 [BL2_IMAGE_ID] = {
|
| /trusted-firmware-a-latest/bl1/aarch64/ |
| D | bl1_context_mgmt.c | 43 assert(image_id == BL2_IMAGE_ID); in bl1_prepare_next_image() 46 bl2_desc = bl1_plat_get_image_desc(BL2_IMAGE_ID); in bl1_prepare_next_image()
|
| /trusted-firmware-a-latest/plat/arm/common/ |
| D | arm_bl1_setup.c | 196 desc = bl1_plat_get_image_desc(BL2_IMAGE_ID); in arm_bl1_platform_setup() 251 return is_fwu_needed ? NS_BL1U_IMAGE_ID : BL2_IMAGE_ID; in bl1_plat_get_next_image_id()
|
| /trusted-firmware-a-latest/plat/arm/board/tc/ |
| D | tc_bl1_measured_boot.c | 36 .id = BL2_IMAGE_ID,
|
| /trusted-firmware-a-latest/drivers/auth/tbbr/ |
| D | tbbr_cot_bl1.c | 30 .img_id = BL2_IMAGE_ID, 175 [BL2_IMAGE_ID] = &bl2_image,
|
| /trusted-firmware-a-latest/include/export/common/tbbr/ |
| D | tbbr_img_def_exp.h | 18 #define BL2_IMAGE_ID U(1) macro
|
| /trusted-firmware-a-latest/plat/arm/common/fconf/ |
| D | arm_fconf_io.c | 67 [BL2_IMAGE_ID] = {UUID_TRUSTED_BOOT_FIRMWARE_BL2}, 146 [BL2_IMAGE_ID] = { 148 (uintptr_t)&arm_uuid_spec[BL2_IMAGE_ID],
|
| /trusted-firmware-a-latest/include/plat/common/ |
| D | common_def.h | 68 .image_id = BL2_IMAGE_ID, \
|
| /trusted-firmware-a-latest/plat/hisilicon/hikey/ |
| D | hikey_bl1_setup.c | 151 if (image_id == BL2_IMAGE_ID) in bl1_plat_set_ep_info()
|
| /trusted-firmware-a-latest/plat/renesas/common/ |
| D | plat_storage.c | 33 .offset = BL2_IMAGE_ID, 177 [BL2_IMAGE_ID] = {
|
| /trusted-firmware-a-latest/plat/marvell/armada/common/ |
| D | marvell_io_storage.c | 75 [BL2_IMAGE_ID] = {
|
| /trusted-firmware-a-latest/plat/intel/soc/common/ |
| D | socfpga_storage.c | 89 [BL2_IMAGE_ID] = {
|
| /trusted-firmware-a-latest/plat/qemu/common/ |
| D | qemu_io_storage.c | 134 [BL2_IMAGE_ID] = { 226 [BL2_IMAGE_ID] = {
|
| /trusted-firmware-a-latest/plat/rpi/common/ |
| D | rpi3_io_storage.c | 121 [BL2_IMAGE_ID] = {
|
| /trusted-firmware-a-latest/plat/socionext/synquacer/ |
| D | sq_io_storage.c | 95 [BL2_IMAGE_ID] = {
|
| /trusted-firmware-a-latest/drivers/auth/cca/ |
| D | cot.c | 192 .img_id = BL2_IMAGE_ID, 644 [BL2_IMAGE_ID] = &bl2_image,
|
12