Searched refs:FW_HANDOFF_BASE (Results 1 – 13 of 13) sorted by relevance
| /rk3399_ARM-atf/plat/amd/versal2/aarch64/ |
| H A D | common.c | 35 MAP_REGION_FLAT(FW_HANDOFF_BASE, FW_HANDOFF_BASE + FW_HANDOFF_SIZE,
|
| /rk3399_ARM-atf/plat/rpi/common/ |
| H A D | rpi3_common.c | 39 #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 D | platform_def.h | 215 #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 D | rpi3_bl1_setup.c | 64 secure_tl = transfer_list_init((void *)(uintptr_t)FW_HANDOFF_BASE, in bl1_early_platform_setup()
|
| H A D | rpi3_bl2_setup.c | 98 bl2_tl = transfer_list_init((void *)(uintptr_t)FW_HANDOFF_BASE, in bl2_early_platform_setup2()
|
| /rk3399_ARM-atf/plat/amd/common/ |
| H A D | plat_xfer_list.c | 21 tl_hdr = (struct transfer_list_header *)FW_HANDOFF_BASE; in populate_data_from_xfer_list()
|
| /rk3399_ARM-atf/plat/qemu/qemu/include/ |
| H A D | platform_def.h | 152 #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 D | platform_def.h | 108 #define FW_HANDOFF_BASE U(0x1000000) macro
|
| /rk3399_ARM-atf/plat/qemu/common/ |
| H A D | qemu_common.c | 58 #ifdef FW_HANDOFF_BASE 59 #define MAP_FW_HANDOFF MAP_REGION_FLAT(FW_HANDOFF_BASE, FW_HANDOFF_SIZE, \
|
| H A D | qemu_bl2_setup.c | 133 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 D | qemu_measured_boot.c | 105 (void *)(uintptr_t)FW_HANDOFF_BASE)) in bl2_plat_mboot_finish()
|
| /rk3399_ARM-atf/plat/qemu/qemu_sbsa/include/ |
| H A D | platform_def.h | 158 #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 D | opteed_main.c | 465 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()
|