| /rk3399_ARM-atf/plat/hisilicon/hikey/include/ |
| H A D | hikey_layout.h | 103 #define TSP_SEC_MEM_SIZE (BL32_DRAM_LIMIT - BL32_DRAM_BASE) macro 108 #define TSP_SEC_MEM_SIZE (BL32_SRAM_LIMIT - BL32_SRAM_BASE) macro
|
| /rk3399_ARM-atf/include/plat/arm/common/ |
| H A D | arm_def.h | 318 TSP_SEC_MEM_SIZE, \ 707 # define TSP_SEC_MEM_SIZE (ARM_AP_TZC_DRAM1_SIZE - ULL(0x200000)) macro 713 # define TSP_SEC_MEM_SIZE (ARM_AP_TZC_DRAM1_SIZE - ULL(0x200000)) macro 720 # define TSP_SEC_MEM_SIZE (ARM_AP_TZC_DRAM1_SIZE - \ macro 728 # define TSP_SEC_MEM_SIZE ARM_BL_RAM_SIZE macro 734 # define TSP_SEC_MEM_SIZE PLAT_ARM_TRUSTED_DRAM_SIZE macro 740 # define TSP_SEC_MEM_SIZE ARM_AP_TZC_DRAM1_SIZE macro
|
| /rk3399_ARM-atf/docs/components/spd/ |
| H A D | trusty-dispatcher.rst | 23 function, but defines ``TSP_SEC_MEM_SIZE``, a default implementation 24 will pass the memory size from ``TSP_SEC_MEM_SIZE``. ``args->arg1``
|
| /rk3399_ARM-atf/plat/qti/msm8916/include/ |
| H A D | platform_def.h | 73 #define TSP_SEC_MEM_SIZE (BL32_LIMIT - BL32_BASE) macro
|
| /rk3399_ARM-atf/plat/socionext/uniphier/include/ |
| H A D | platform_def.h | 73 #define TSP_SEC_MEM_SIZE ((BL32_LIMIT) - (BL32_BASE)) macro
|
| /rk3399_ARM-atf/plat/hisilicon/poplar/aarch64/ |
| H A D | platform_common.c | 30 TSP_SEC_MEM_SIZE, \
|
| /rk3399_ARM-atf/plat/hisilicon/hikey960/include/ |
| H A D | platform_def.h | 88 #define TSP_SEC_MEM_SIZE (BL32_DRAM_LIMIT - BL32_DRAM_BASE) macro
|
| /rk3399_ARM-atf/bl32/tsp/ |
| H A D | tsp.ld.S | 15 RAM (rwx): ORIGIN = TSP_SEC_MEM_BASE, LENGTH = TSP_SEC_MEM_SIZE
|
| /rk3399_ARM-atf/plat/hisilicon/hikey/aarch64/ |
| H A D | hikey_common.c | 28 TSP_SEC_MEM_SIZE, \
|
| /rk3399_ARM-atf/plat/hisilicon/hikey960/aarch64/ |
| H A D | hikey960_common.c | 42 TSP_SEC_MEM_SIZE, \
|
| /rk3399_ARM-atf/plat/xilinx/versal/include/ |
| H A D | platform_def.h | 78 #define TSP_SEC_MEM_SIZE (BL32_LIMIT - BL32_BASE) macro
|
| /rk3399_ARM-atf/services/spd/trusty/ |
| H A D | trusty.c | 426 #if !defined(TSP_SEC_MEM_SIZE) && defined(BL32_MEM_SIZE) 427 #define TSP_SEC_MEM_SIZE BL32_MEM_SIZE macro 430 #ifdef TSP_SEC_MEM_SIZE 434 args->arg0 = TSP_SEC_MEM_SIZE; in plat_trusty_set_boot_args()
|
| /rk3399_ARM-atf/plat/amd/versal2/include/ |
| H A D | platform_def.h | 81 #define TSP_SEC_MEM_SIZE (BL32_LIMIT - BL32_BASE) macro
|
| /rk3399_ARM-atf/plat/xilinx/versal_net/include/ |
| H A D | platform_def.h | 86 #define TSP_SEC_MEM_SIZE (BL32_LIMIT - BL32_BASE) macro
|
| /rk3399_ARM-atf/plat/intel/soc/common/include/ |
| H A D | platform_def.h | 105 #define TSP_SEC_MEM_SIZE (BL32_LIMIT - BL32_BASE + 1) macro
|
| /rk3399_ARM-atf/plat/hisilicon/poplar/include/ |
| H A D | platform_def.h | 100 #define TSP_SEC_MEM_SIZE (BL32_DRAM_LIMIT - BL32_DRAM_BASE) macro
|
| /rk3399_ARM-atf/plat/brcm/board/stingray/include/ |
| H A D | platform_def.h | 197 #define TSP_SEC_MEM_SIZE BL32_VA_SIZE macro
|
| /rk3399_ARM-atf/include/plat/nuvoton/common/ |
| H A D | npcm845x_arm_def.h | 173 #define TSP_SEC_MEM_SIZE ARM_AP_TZC_DRAM1_SIZE macro 276 TSP_SEC_MEM_BASE, TSP_SEC_MEM_SIZE, \
|
| /rk3399_ARM-atf/plat/xilinx/zynqmp/include/ |
| H A D | platform_def.h | 87 #define TSP_SEC_MEM_SIZE (BL32_LIMIT - BL32_BASE) macro
|
| /rk3399_ARM-atf/docs/ |
| H A D | porting-guide.rst | 442 - **#define : TSP_SEC_MEM_SIZE** 445 platform. ``TSP_SEC_MEM_BASE`` and ``TSP_SEC_MEM_SIZE`` must fully
|
| H A D | change-log.md | 10874 BL32_MEM_SIZE instead of TSP_SEC_MEM_SIZE
|