Home
last modified time | relevance | path

Searched refs:BL2U_BASE (Results 1 – 5 of 5) sorted by relevance

/external/arm-trusted-firmware/bl1/tbbr/
Dtbbr_img_desc.c41 #if BL2U_BASE
46 .image_info.image_base = BL2U_BASE,
47 .image_info.image_max_size = BL2U_LIMIT - BL2U_BASE,
50 .ep_info.pc = BL2U_BASE,
/external/arm-trusted-firmware/bl2u/
Dbl2u.ld.S17 RAM (rwx): ORIGIN = BL2U_BASE, LENGTH = BL2U_LIMIT - BL2U_BASE
23 . = BL2U_BASE;
/external/arm-trusted-firmware/plat/arm/common/
Darm_bl2u_setup.c24 BL2U_BASE, \
25 BL2U_LIMIT - BL2U_BASE, \
/external/arm-trusted-firmware/include/plat/arm/common/
Darm_def.h548 #define BL2U_BASE BL2_BASE macro
/external/arm-trusted-firmware/docs/getting_started/
Dporting-guide.rst311 - **#define : BL2U_BASE**
1608 ``BL2U_BASE``. BL2U executes in Secure-EL1 and is responsible for: