Home
last modified time | relevance | path

Searched refs:tl (Results 1 – 10 of 10) sorted by relevance

/rk3399_ARM-atf/plat/arm/common/
H A Darm_transfer_list.c31 arm_transfer_list_set_heap_info(struct transfer_list_header *tl) in arm_transfer_list_set_heap_info() argument
34 transfer_list_find(tl, TL_TAG_MBEDTLS_HEAP_INFO); in arm_transfer_list_set_heap_info()
53 void arm_transfer_list_dyn_cfg_init(struct transfer_list_header *tl) in arm_transfer_list_dyn_cfg_init() argument
66 te = transfer_list_add(tl, TL_TAG_FDT, PLAT_ARM_HW_CONFIG_SIZE, NULL); in arm_transfer_list_dyn_cfg_init()
75 te = transfer_list_find(tl, PLAT_ARM_TB_FW_CONFIG_TL_TAG); in arm_transfer_list_dyn_cfg_init()
99 te = transfer_list_add(tl, TL_TAG_DT_FFA_MANIFEST, in arm_transfer_list_dyn_cfg_init()
102 te = transfer_list_add(tl, TL_TAG_DT_SPMC_MANIFEST, in arm_transfer_list_dyn_cfg_init()
115 struct transfer_list_header *tl) in arm_transfer_list_populate_ep_info() argument
129 te = transfer_list_add(tl, TL_TAG_EXEC_EP_INFO, in arm_transfer_list_populate_ep_info()
159 flush_dcache_range((uintptr_t)tl, tl->size); in arm_transfer_list_populate_ep_info()
/rk3399_ARM-atf/plat/arm/board/fvp/sp_min/
H A Dfvp_sp_min_setup.c23 struct transfer_list_header *tl __unused; in plat_arm_sp_min_early_platform_setup()
39 tl = (struct transfer_list_header *)arg3; in plat_arm_sp_min_early_platform_setup()
41 assert(arg2 > (uintptr_t)tl && arg2 < (uintptr_t)tl + tl->size); in plat_arm_sp_min_early_platform_setup()
/rk3399_ARM-atf/lib/transfer_list/
H A Dtransfer_list.mk27 $(eval $(call MAKE_LIB,tl))
/rk3399_ARM-atf/services/std_svc/spm/el3_spmc/
H A Dspmc_setup.c331 void *tl __maybe_unused; in spmc_create_boot_info()
335 tl = (void *)((uintptr_t)ep_info->args.arg3); in spmc_create_boot_info()
336 te = transfer_list_find((struct transfer_list_header *)tl, in spmc_create_boot_info()
342 tl = NULL; in spmc_create_boot_info()
410 tl, sp_manifest, content_addr, &max_sz); in spmc_create_boot_info()
H A Dspmc_main.c2226 struct transfer_list_header *tl __maybe_unused; in find_and_prepare_sp_context()
2237 tl = (struct transfer_list_header *)next_image_ep_info->args.arg3; in find_and_prepare_sp_context()
2238 te = transfer_list_find(tl, TL_TAG_DT_FFA_MANIFEST); in find_and_prepare_sp_context()
/rk3399_ARM-atf/services/spd/opteed/
H A Dopteed_main.c168 struct transfer_list_header __maybe_unused *tl = NULL; in opteed_setup()
196 tl = (void *)optee_ep_info->args.arg3; in opteed_setup()
198 if (transfer_list_check_header(tl)) { in opteed_setup()
199 te = transfer_list_find(tl, TL_TAG_FDT); in opteed_setup()
/rk3399_ARM-atf/
H A DMakefile977 …an cscope locate-checkpatch checkcodebase checkpatch fiptool sptool fip sp tl fwu_fip certtool dtb…
1242 tl: ${BUILD_PLAT}/tl.bin target
1243 ${BUILD_PLAT}/tl.bin: ${HW_CONFIG} | $$(@D)/
/rk3399_ARM-atf/services/std_svc/spmd/
H A Dspmd_main.c653 struct transfer_list_header *tl __maybe_unused; in spmd_setup()
682 tl = (struct transfer_list_header *)spmc_ep_info->args.arg3; in spmd_setup()
683 te = transfer_list_find(tl, TL_TAG_DT_SPMC_MANIFEST); in spmd_setup()
/rk3399_ARM-atf/include/plat/arm/common/
H A Dplat_arm.h287 arm_transfer_list_set_heap_info(struct transfer_list_header *tl);
/rk3399_ARM-atf/docs/
H A Dchange-log.md97 …- remove handoff entry from tl ([9029408](https://review.trustedfirmware.org/plugins/gitiles/TF-A/…
1814 …- add func to check and init a tl ([f1d9459](https://review.trustedfirmware.org/plugins/gitiles/TF…
2246 …- pass tl address to bl32 ([1fb3446](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trust…
3451 …- make tl generation flexible ([2329e22](https://review.trustedfirmware.org/plugins/gitiles/TF-A/t…