Home
last modified time | relevance | path

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

/trusted-firmware-a-3.4.0/bl2/
Dbl2_el3.ld.S17 RAM (rwx): ORIGIN = BL2_RW_BASE, LENGTH = BL2_RW_LIMIT - BL2_RW_BASE
98 . = BL2_RW_BASE; define
99 ASSERT(BL2_RW_BASE == ALIGN(PAGE_SIZE),
/trusted-firmware-a-3.4.0/plat/hisilicon/hikey/
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()
/trusted-firmware-a-3.4.0/plat/brcm/board/stingray/include/
Dplatform_def.h114 #define BL2_RW_BASE BL1_RW_LIMIT macro
120 #define BL2_RW_BASE BL1_RW_LIMIT macro
/trusted-firmware-a-3.4.0/plat/hisilicon/hikey960/
Dhikey960_bl2_setup.c32 #define BL2_RW_BASE (BL_CODE_END) macro
294 bl2_el3_tzram_layout.total_base = BL2_RW_BASE; in bl2_el3_early_platform_setup()
295 bl2_el3_tzram_layout.total_size = BL31_LIMIT - BL2_RW_BASE; in bl2_el3_early_platform_setup()
/trusted-firmware-a-3.4.0/plat/st/stm32mp1/include/
Dplatform_def.h78 #define BL2_RW_BASE STM32MP_BL2_RW_BASE macro
/trusted-firmware-a-3.4.0/docs/getting_started/
Dporting-guide.rst224 - **#define : BL2_RW_BASE**