Home
last modified time | relevance | path

Searched refs:BL2_RW_BASE (Results 1 – 7 of 7) sorted by relevance

/rk3399_ARM-atf/bl2/
H A Dbl2_el3.ld.S17 RAM (rwx): ORIGIN = BL2_RW_BASE, LENGTH = BL2_RW_LIMIT - BL2_RW_BASE
134 . = BL2_RW_BASE;
136 ASSERT(BL2_RW_BASE == ALIGN(PAGE_SIZE),
/rk3399_ARM-atf/plat/hisilicon/hikey/
H A Dhikey_bl2_setup.c32 #define BL2_RW_BASE (BL_CODE_END) macro
277 bl2_el3_tzram_layout.total_base = BL2_RW_BASE; in bl2_el3_early_platform_setup()
278 bl2_el3_tzram_layout.total_size = BL31_LIMIT - BL2_RW_BASE; in bl2_el3_early_platform_setup()
/rk3399_ARM-atf/plat/brcm/board/stingray/include/
H A Dplatform_def.h114 #define BL2_RW_BASE BL1_RW_LIMIT macro
120 #define BL2_RW_BASE BL1_RW_LIMIT macro
/rk3399_ARM-atf/plat/hisilicon/hikey960/
H A Dhikey960_bl2_setup.c32 #define BL2_RW_BASE (BL_CODE_END) macro
302 bl2_el3_tzram_layout.total_base = BL2_RW_BASE; in bl2_el3_early_platform_setup()
303 bl2_el3_tzram_layout.total_size = BL31_LIMIT - BL2_RW_BASE; in bl2_el3_early_platform_setup()
/rk3399_ARM-atf/plat/st/stm32mp1/include/
H A Dplatform_def.h58 #define BL2_RW_BASE STM32MP_BL2_RW_BASE macro
/rk3399_ARM-atf/plat/st/stm32mp2/include/
H A Dplatform_def.h69 #define BL2_RW_BASE STM32MP_BL2_RW_BASE macro
/rk3399_ARM-atf/docs/
H A Dporting-guide.rst238 - **#define : BL2_RW_BASE**