Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/bl2/
Dbl2_el3.ld.S17 RAM (rwx): ORIGIN = BL2_RW_BASE, LENGTH = BL2_RW_LIMIT - BL2_RW_BASE
125 . = BL2_RW_BASE; define
127 ASSERT(BL2_RW_BASE == ALIGN(PAGE_SIZE),
/trusted-firmware-a-latest/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-latest/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-latest/plat/hisilicon/hikey960/
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()
/trusted-firmware-a-latest/plat/st/stm32mp1/include/
Dplatform_def.h58 #define BL2_RW_BASE STM32MP_BL2_RW_BASE macro
/trusted-firmware-a-latest/docs/
Dporting-guide.rst238 - **#define : BL2_RW_BASE**