Home
last modified time | relevance | path

Searched refs:BL32_MEM_BASE (Results 1 – 9 of 9) sorted by relevance

/rk3399_ARM-atf/plat/amd/versal2/include/
H A Dplatform_def.h60 #ifndef BL32_MEM_BASE
64 # define BL32_BASE U(BL32_MEM_BASE)
65 # define BL32_LIMIT U(BL32_MEM_BASE + BL32_MEM_SIZE)
/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)
22 #define QEMU_PAS_SEC_BASE BL32_MEM_BASE /* BL32_SRAM_BASE */
H A Dplatform_def.h195 #define BL32_MEM_BASE BL_RAM_BASE macro
/rk3399_ARM-atf/plat/rpi/rpi3/include/
H A Dplatform_def.h226 # define BL32_MEM_BASE BL_RAM_BASE macro
231 # define BL32_MEM_BASE SEC_DRAM0_BASE macro
/rk3399_ARM-atf/plat/qemu/qemu/include/
H A Dplatform_def.h181 # define BL32_MEM_BASE BL_RAM_BASE macro
186 # define BL32_MEM_BASE SEC_DRAM_BASE macro
/rk3399_ARM-atf/plat/amd/versal2/
H A Dplatform.mk58 ifdef BL32_MEM_BASE
59 $(eval $(call add_define,BL32_MEM_BASE))
/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/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.rst37 * `BL32_MEM_BASE`: Specifies the base address of the bl32 binary.