Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/bl1/tbbr/
A Dtbbr_img_desc.c30 #if SCP_BL2U_BASE
35 .image_info.image_base = SCP_BL2U_BASE,
36 .image_info.image_max_size = SCP_BL2U_LIMIT - SCP_BL2U_BASE,
/arm-trusted-firmware-2.8.0/include/plat/arm/css/common/
A Dcss_def.h114 SCP_BL2U_BASE, \
116 - SCP_BL2U_BASE,\
187 #define SCP_BL2U_BASE (BL2_BASE - PLAT_CSS_MAX_SCP_BL2U_SIZE) macro
/arm-trusted-firmware-2.8.0/bl2u/
A Dbl2u_main.c33 #if SCP_BL2U_BASE in bl2u_main()
/arm-trusted-firmware-2.8.0/include/drivers/arm/css/
A Dcss_scp.h49 CASSERT(SCP_BL2U_BASE >= ARM_FW_CONFIG_LIMIT, assert_scp_bl2u_overflow);
/arm-trusted-firmware-2.8.0/drivers/arm/css/scp/
A Dcss_bom_bootloader.c60 CASSERT(SCP_BL2U_BASE >= ARM_FW_CONFIG_LIMIT, assert_scp_bl2u_overflow);
/arm-trusted-firmware-2.8.0/docs/getting_started/
A Dporting-guide.rst2038 ``SCP_BL2U_BASE`` defines the address in AP secure memory where SCP_BL2U
2041 If ``SCP_BL2U_BASE`` is not defined then this step is not performed.
2117 This function is included if SCP_BL2U_BASE is defined.

Completed in 16 milliseconds