Home
last modified time | relevance | path

Searched refs:secure_tl (Results 1 – 11 of 11) sorted by relevance

/rk3399_ARM-atf/plat/arm/common/
H A Darm_bl2_setup.c96 struct transfer_list_header *secure_tl __unused;
113 secure_tl = (struct transfer_list_header *)arg3; in arm_bl2_early_platform_setup()
115 te = transfer_list_find(secure_tl, TL_TAG_SRAM_LAYOUT); in arm_bl2_early_platform_setup()
119 transfer_list_rem(secure_tl, te); in arm_bl2_early_platform_setup()
141 plat_log_gpt_ptr->plat_log_gpt_corruption((uintptr_t)secure_tl, in arm_bl2_early_platform_setup()
173 secure_tl = transfer_list_ensure((void *)PLAT_ARM_EL3_FW_HANDOFF_BASE, in bl2_plat_preload_setup()
176 if (secure_tl == NULL) { in bl2_plat_preload_setup()
181 arm_transfer_list_dyn_cfg_init(secure_tl); in bl2_plat_preload_setup()
272 te = arm_transfer_list_set_heap_info(secure_tl); in bl2_plat_arch_setup()
273 transfer_list_rem(secure_tl, te); in bl2_plat_arch_setup()
[all …]
H A Darm_bl1_setup.c67 struct transfer_list_header *secure_tl; variable
93 secure_tl = transfer_list_init((void *)PLAT_ARM_EL3_FW_HANDOFF_BASE, in arm_bl1_early_platform_setup()
95 assert(secure_tl != NULL); in arm_bl1_early_platform_setup()
180 te = transfer_list_add(secure_tl, TL_TAG_MBEDTLS_HEAP_INFO, in arm_bl1_platform_setup()
195 te = transfer_list_add(secure_tl, PLAT_ARM_TB_FW_CONFIG_TL_TAG, in arm_bl1_platform_setup()
214 transfer_list_update_checksum(secure_tl); in arm_bl1_platform_setup()
215 transfer_list_set_handoff_args(secure_tl, &desc->ep_info); in arm_bl1_platform_setup()
322 te = transfer_list_add(secure_tl, TL_TAG_SRAM_LAYOUT, in bl1_plat_handle_post_image_load()
329 transfer_list_update_checksum(secure_tl); in bl1_plat_handle_post_image_load()
335 flush_dcache_range((uintptr_t)secure_tl, secure_tl->size); in bl1_plat_handle_post_image_load()
H A Darm_bl31_setup.c30 struct transfer_list_header *secure_tl; variable
153 secure_tl, &bl32_image_ep_info); in bl31_plat_get_next_image_ep_info()
201 secure_tl = (struct transfer_list_header *)arg3; in arm_bl31_early_platform_setup()
207 while ((te = transfer_list_next(secure_tl, te)) != NULL) { in arm_bl31_early_platform_setup()
403 te = transfer_list_find(secure_tl, TL_TAG_FDT); in arm_bl31_platform_setup()
421 te = transfer_list_find(secure_tl, TL_TAG_TPM_EVLOG); in arm_bl31_platform_setup()
/rk3399_ARM-atf/plat/arm/common/tsp/
H A Darm_tsp_setup.c38 struct transfer_list_header *secure_tl __unused;
49 secure_tl = (struct transfer_list_header *)arg3; in arm_tsp_early_platform_setup()
50 assert(secure_tl != NULL); in arm_tsp_early_platform_setup()
52 if (transfer_list_check_header(secure_tl) == TL_OPS_NON) { in arm_tsp_early_platform_setup()
54 transfer_list_dump(secure_tl); in arm_tsp_early_platform_setup()
97 te = transfer_list_find(secure_tl, TL_TAG_TPM_EVLOG); in tsp_platform_setup()
/rk3399_ARM-atf/plat/arm/board/fvp/
H A Dfvp_bl1_measured_boot.c59 transfer_list_event_log_extend(secure_tl, event_log_max_size); in bl1_plat_mboot_init()
85 secure_tl, (uintptr_t)event_log + event_log_cur_size); in bl1_plat_mboot_finish()
88 flush_dcache_range((uintptr_t)secure_tl, secure_tl->size); in bl1_plat_mboot_finish()
H A Dfvp_bl2_measured_boot.c77 secure_tl, PLAT_ARM_EVENT_LOG_MAX_SIZE); in bl2_plat_mboot_init()
84 te = transfer_list_find(secure_tl, TL_TAG_TPM_EVLOG); in bl2_plat_mboot_init()
220 secure_tl, (uintptr_t)event_log_base + event_log_cur_size); in bl2_plat_mboot_finish()
223 flush_dcache_range((uintptr_t)secure_tl, secure_tl->size); in bl2_plat_mboot_finish()
228 te = transfer_list_find(secure_tl, TL_TAG_DT_SPMC_MANIFEST); in bl2_plat_mboot_finish()
230 te = transfer_list_find(secure_tl, TL_TAG_TPM_EVLOG); in bl2_plat_mboot_finish()
240 transfer_list_update_checksum(secure_tl); in bl2_plat_mboot_finish()
/rk3399_ARM-atf/plat/arm/board/juno/
H A Djuno_bl2_measured_boot.c54 secure_tl, PLAT_ARM_EVENT_LOG_MAX_SIZE); in bl2_plat_mboot_init()
61 te = transfer_list_find(secure_tl, TL_TAG_TPM_EVLOG); in bl2_plat_mboot_init()
98 secure_tl, (uintptr_t)event_log_base + event_log_cur_size); in bl2_plat_mboot_finish()
H A Djuno_bl1_measured_boot.c51 transfer_list_event_log_extend(secure_tl, event_log_max_size); in bl1_plat_mboot_init()
76 secure_tl, (uintptr_t)event_log + event_log_cur_size); in bl1_plat_mboot_finish()
/rk3399_ARM-atf/plat/arm/common/sp_min/
H A Darm_sp_min_setup.c19 struct transfer_list_header *secure_tl; variable
95 secure_tl = (struct transfer_list_header *)arg3; in arm_sp_min_early_platform_setup()
97 te = transfer_list_find(secure_tl, TL_TAG_EXEC_EP_INFO32); in arm_sp_min_early_platform_setup()
233 te = transfer_list_find(secure_tl, TL_TAG_FDT); in sp_min_platform_setup()
/rk3399_ARM-atf/include/plat/arm/common/
H A Dplat_arm.h281 void arm_transfer_list_dyn_cfg_init(struct transfer_list_header *secure_tl);
283 struct transfer_list_header *secure_tl);
284 void arm_transfer_list_copy_hw_config(struct transfer_list_header *secure_tl,
437 extern struct transfer_list_header *secure_tl;
/rk3399_ARM-atf/services/std_svc/spm/el3_spmc/
H A Dspmc_setup.c75 static void get_tpm_event_log(void *secure_tl) in get_tpm_event_log() argument
80 if (secure_tl == NULL) { in get_tpm_event_log()
86 te = transfer_list_find((struct transfer_list_header *)secure_tl, in get_tpm_event_log()
101 static void get_tpm_event_log(void *secure_tl) in get_tpm_event_log() argument
149 void *secure_tl, void *sp_manifest, in build_sp_boot_hob_list() argument
295 get_tpm_event_log(secure_tl); in build_sp_boot_hob_list()