Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/bl2/
A 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),
/arm-trusted-firmware-2.8.0/plat/hisilicon/hikey/
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()
/arm-trusted-firmware-2.8.0/plat/brcm/board/stingray/include/
A Dplatform_def.h114 #define BL2_RW_BASE BL1_RW_LIMIT macro
120 #define BL2_RW_BASE BL1_RW_LIMIT macro
/arm-trusted-firmware-2.8.0/plat/hisilicon/hikey960/
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()
/arm-trusted-firmware-2.8.0/plat/st/stm32mp1/include/
A Dplatform_def.h62 #define BL2_RW_BASE STM32MP_BL2_RW_BASE macro
/arm-trusted-firmware-2.8.0/docs/getting_started/
A Dporting-guide.rst224 - **#define : BL2_RW_BASE**

Completed in 12 milliseconds