Home
last modified time | relevance | path

Searched refs:FW_HANDOFF_BASE (Results 1 – 13 of 13) sorted by relevance

/rk3399_ARM-atf/plat/amd/versal2/aarch64/
H A Dcommon.c35 MAP_REGION_FLAT(FW_HANDOFF_BASE, FW_HANDOFF_BASE + FW_HANDOFF_SIZE,
/rk3399_ARM-atf/plat/rpi/common/
H A Drpi3_common.c39 #ifdef FW_HANDOFF_BASE
40 #define MAP_FW_HANDOFF MAP_REGION_FLAT(FW_HANDOFF_BASE, FW_HANDOFF_SIZE, \
/rk3399_ARM-atf/plat/rpi/rpi3/include/
H A Dplatform_def.h215 #define FW_HANDOFF_BASE BL31_LIMIT macro
216 #define FW_HANDOFF_LIMIT (FW_HANDOFF_BASE + FW_HANDOFF_SIZE)
/rk3399_ARM-atf/plat/rpi/rpi3/
H A Drpi3_bl1_setup.c64 secure_tl = transfer_list_init((void *)(uintptr_t)FW_HANDOFF_BASE, in bl1_early_platform_setup()
H A Drpi3_bl2_setup.c98 bl2_tl = transfer_list_init((void *)(uintptr_t)FW_HANDOFF_BASE, in bl2_early_platform_setup2()
/rk3399_ARM-atf/plat/amd/common/
H A Dplat_xfer_list.c21 tl_hdr = (struct transfer_list_header *)FW_HANDOFF_BASE; in populate_data_from_xfer_list()
/rk3399_ARM-atf/plat/qemu/qemu/include/
H A Dplatform_def.h152 #define FW_HANDOFF_BASE BL31_LIMIT macro
153 #define FW_HANDOFF_LIMIT (FW_HANDOFF_BASE + FW_HANDOFF_SIZE)
/rk3399_ARM-atf/plat/amd/versal2/include/
H A Dplatform_def.h108 #define FW_HANDOFF_BASE U(0x1000000) macro
/rk3399_ARM-atf/plat/qemu/common/
H A Dqemu_common.c58 #ifdef FW_HANDOFF_BASE
59 #define MAP_FW_HANDOFF MAP_REGION_FLAT(FW_HANDOFF_BASE, FW_HANDOFF_SIZE, \
H A Dqemu_bl2_setup.c133 bl2_tl = transfer_list_init((void *)(uintptr_t)FW_HANDOFF_BASE, in bl2_platform_setup()
137 (unsigned long)FW_HANDOFF_BASE); in bl2_platform_setup()
/rk3399_ARM-atf/plat/qemu/qemu/
H A Dqemu_measured_boot.c105 (void *)(uintptr_t)FW_HANDOFF_BASE)) in bl2_plat_mboot_finish()
/rk3399_ARM-atf/plat/qemu/qemu_sbsa/include/
H A Dplatform_def.h158 #define FW_HANDOFF_BASE BL31_LIMIT macro
159 #define FW_HANDOFF_LIMIT (FW_HANDOFF_BASE + FW_HANDOFF_SIZE)
/rk3399_ARM-atf/services/spd/opteed/
H A Dopteed_main.c465 bl31_tl = transfer_list_init((void *)(uintptr_t)FW_HANDOFF_BASE, in create_smc_tl()
469 (unsigned long)FW_HANDOFF_BASE); in create_smc_tl()