Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/bl1/tbbr/
A 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,
/arm-trusted-firmware-2.8.0/bl2u/
A Dbl2u.ld.S17 RAM (rwx): ORIGIN = BL2U_BASE, LENGTH = BL2U_LIMIT - BL2U_BASE
23 . = BL2U_BASE; define
/arm-trusted-firmware-2.8.0/plat/arm/common/
A Darm_bl2u_setup.c24 BL2U_BASE, \
25 BL2U_LIMIT - BL2U_BASE, \
/arm-trusted-firmware-2.8.0/include/plat/arm/common/
A Darm_def.h723 #define BL2U_BASE BL2_BASE macro
/arm-trusted-firmware-2.8.0/docs/getting_started/
A Dporting-guide.rst318 - **#define : BL2U_BASE**
2034 ``BL2U_BASE``. BL2U executes in Secure-EL1 and is responsible for:

Completed in 17 milliseconds