Home
last modified time | relevance | path

Searched refs:BL_RAM_BASE (Results 1 – 6 of 6) sorted by relevance

/rk3399_ARM-atf/plat/rpi/rpi3/include/
H A Dplatform_def.h122 #define BL_RAM_BASE (SHARED_RAM_BASE + SHARED_RAM_SIZE) macro
172 #define BL1_RW_LIMIT (BL_RAM_BASE + BL_RAM_SIZE)
202 #define BL31_LIMIT (BL_RAM_BASE + BL_RAM_SIZE)
210 #define BL32_SRAM_BASE BL_RAM_BASE
226 # define BL32_MEM_BASE BL_RAM_BASE
/rk3399_ARM-atf/plat/qemu/qemu/include/
H A Dplatform_def.h117 #define BL_RAM_BASE (SHARED_RAM_BASE + SHARED_RAM_SIZE) macro
120 #define TB_FW_CONFIG_BASE BL_RAM_BASE
136 #define BL1_RW_LIMIT (BL_RAM_BASE + BL_RAM_SIZE)
154 #define BL31_LIMIT (BL_RAM_BASE + BL_RAM_SIZE - FW_HANDOFF_SIZE)
171 #define BL32_SRAM_BASE BL_RAM_BASE
181 # define BL32_MEM_BASE BL_RAM_BASE
H A Dqemu_pas_def.h55 #define QEMU_PAS_ROOT_BASE BL_RAM_BASE
/rk3399_ARM-atf/plat/qemu/qemu_sbsa/include/
H A Dplatform_def.h117 #define BL_RAM_BASE (SHARED_RAM_BASE + SHARED_RAM_SIZE) macro
132 #define BL1_RW_LIMIT (BL_RAM_BASE + BL_RAM_SIZE - \
192 #define BL32_SRAM_BASE BL_RAM_BASE
195 #define BL32_MEM_BASE BL_RAM_BASE
314 #define PLAT_QEMU_SP_IMAGE_BASE BL_RAM_BASE
450 #define PLAT_QEMU_L1_GPT_BASE (BL_RAM_BASE + BL_RAM_SIZE - \
/rk3399_ARM-atf/plat/qemu/common/
H A Dqemu_bl1_setup.c58 bl1_tzram_layout.total_base = BL_RAM_BASE; in bl1_early_platform_setup()
/rk3399_ARM-atf/plat/rpi/rpi3/
H A Drpi3_bl1_setup.c52 bl1_tzram_layout.total_base = BL_RAM_BASE; in bl1_early_platform_setup()