Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/qemu/qemu_sbsa/include/
H A Dqemu_sbsa_pas_def.h17 #define QEMU_PAS_ROOT_BASE (BL32_MEM_BASE + BL32_MEM_SIZE)
19 (BL32_MEM_SIZE + RME_GPT_DRAM_SIZE))
23 #define QEMU_PAS_SEC_SIZE BL32_MEM_SIZE
H A Dplatform_def.h196 #define BL32_MEM_SIZE (BL_RAM_SIZE - RME_GPT_DRAM_SIZE - \ macro
/rk3399_ARM-atf/plat/rpi/rpi3/include/
H A Dplatform_def.h227 # define BL32_MEM_SIZE BL_RAM_SIZE macro
232 # define BL32_MEM_SIZE SEC_DRAM0_SIZE macro
/rk3399_ARM-atf/plat/qemu/qemu/include/
H A Dplatform_def.h182 # define BL32_MEM_SIZE BL_RAM_SIZE macro
187 # define BL32_MEM_SIZE (SEC_DRAM_SIZE - RME_GPT_DRAM_SIZE) macro
/rk3399_ARM-atf/plat/amd/versal2/include/
H A Dplatform_def.h65 # define BL32_LIMIT U(BL32_MEM_BASE + BL32_MEM_SIZE)
/rk3399_ARM-atf/plat/amd/versal2/
H A Dplatform.mk61 ifndef BL32_MEM_SIZE
64 $(eval $(call add_define,BL32_MEM_SIZE))
/rk3399_ARM-atf/plat/rpi/common/
H A Drpi3_common.c44 #define MAP_BL32_MEM MAP_REGION_FLAT(BL32_MEM_BASE, BL32_MEM_SIZE, \
/rk3399_ARM-atf/services/spd/trusty/
H A Dtrusty.c426 #if !defined(TSP_SEC_MEM_SIZE) && defined(BL32_MEM_SIZE)
427 #define TSP_SEC_MEM_SIZE BL32_MEM_SIZE
/rk3399_ARM-atf/plat/qemu/common/
H A Dqemu_common.c46 #define MAP_BL32_MEM MAP_REGION_FLAT(BL32_MEM_BASE, BL32_MEM_SIZE, \
/rk3399_ARM-atf/docs/plat/
H A Damd-versal2.rst38 * `BL32_MEM_SIZE`: Specifies the size of the memory region of the bl32 binary.
/rk3399_ARM-atf/docs/
H A Dchange-log.md2723 …- exclude GPT reserve from BL32_MEM_SIZE ([7604288](https://review.trustedfirmware.org/plugins/git…
10874 BL32_MEM_SIZE instead of TSP_SEC_MEM_SIZE