Searched refs:bl2_tl (Results 1 – 3 of 3) sorted by relevance
| /rk3399_ARM-atf/plat/rpi/rpi3/ |
| H A D | rpi3_bl2_mboot.c | 27 extern struct transfer_list_header *bl2_tl; 86 if (bl2_tl != NULL && in bl2_plat_mboot_init() 87 transfer_list_check_header(bl2_tl) != TL_OPS_NON) { in bl2_plat_mboot_init() 89 bl2_tl, PLAT_ARM_EVENT_LOG_MAX_SIZE); in bl2_plat_mboot_init() 90 flush_dcache_range((uintptr_t)bl2_tl, bl2_tl->size); in bl2_plat_mboot_init() 96 te = transfer_list_find(bl2_tl, TL_TAG_TPM_EVLOG); in bl2_plat_mboot_init() 132 transfer_list_event_log_finish(bl2_tl, (uintptr_t)cursor); in bl2_plat_mboot_finish() 136 flush_dcache_range((uintptr_t)bl2_tl, bl2_tl->size); in bl2_plat_mboot_finish() 137 transfer_list_update_checksum(bl2_tl); in bl2_plat_mboot_finish() 143 bl2_tl, (void *)(uintptr_t)FW_NS_HANDOFF_BASE, in bl2_plat_mboot_finish() [all …]
|
| H A D | rpi3_bl2_setup.c | 33 struct transfer_list_header __maybe_unused *bl2_tl; variable 92 bl2_tl = (struct transfer_list_header *)(uintptr_t)arg3; in bl2_early_platform_setup2() 93 if (bl2_tl != NULL && in bl2_early_platform_setup2() 94 transfer_list_check_header(bl2_tl) != TL_OPS_NON) { in bl2_early_platform_setup2() 98 bl2_tl = transfer_list_init((void *)(uintptr_t)FW_HANDOFF_BASE, in bl2_early_platform_setup2() 100 if (!bl2_tl) { in bl2_early_platform_setup2() 124 transfer_list_update_checksum(bl2_tl); in rpi3_bl2_sync_transfer_list() 173 bl_mem_params->ep_info.args.arg3 = (uintptr_t)bl2_tl; in bl2_plat_handle_post_image_load() 199 if (bl2_tl) { in bl2_plat_handle_post_image_load() 203 bl2_tl, (void *)(uintptr_t)FW_NS_HANDOFF_BASE, in bl2_plat_handle_post_image_load() [all …]
|
| /rk3399_ARM-atf/plat/qemu/common/ |
| H A D | qemu_bl2_setup.c | 55 static struct transfer_list_header __maybe_unused *bl2_tl; variable 127 te = transfer_list_add(bl2_tl, TL_TAG_FDT, fdt_totalsize(fdt), fdt); in update_dt() 141 te = transfer_list_add(bl2_tl, TL_TAG_DT_FFA_MANIFEST, in bl2_platform_setup() 144 te = transfer_list_add(bl2_tl, TL_TAG_DT_SPMC_MANIFEST, in bl2_platform_setup() 161 bl2_tl = transfer_list_init((void *)(uintptr_t)FW_HANDOFF_BASE, in bl2_plat_arch_setup() 163 if (!bl2_tl) { in bl2_plat_arch_setup() 177 transfer_list_update_checksum(bl2_tl); in bl2_plat_arch_setup() 304 te = transfer_list_add(bl2_tl, TL_TAG_OPTEE_PAGABLE_PART, in qemu_bl2_handle_post_image_load() 352 bl_mem_params->ep_info.args.arg3 = (uintptr_t)bl2_tl; in qemu_bl2_handle_post_image_load() 387 if (transfer_list_set_handoff_args(bl2_tl, in qemu_bl2_handle_post_image_load() [all...] |