Home
last modified time | relevance | path

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

/rk3399_ARM-atf/bl1/tbbr/
H 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,
/rk3399_ARM-atf/include/plat/arm/css/common/
H A Dcss_def.h118 SCP_BL2U_BASE, \
120 - SCP_BL2U_BASE,\
191 #define SCP_BL2U_BASE (BL2_BASE - PLAT_CSS_MAX_SCP_BL2U_SIZE) macro
/rk3399_ARM-atf/bl2u/
H A Dbl2u_main.c34 #if SCP_BL2U_BASE in bl2u_main()
/rk3399_ARM-atf/include/drivers/arm/css/
H A Dcss_scp.h50 CASSERT(SCP_BL2U_BASE >= ARM_FW_CONFIG_LIMIT, assert_scp_bl2u_overflow);
/rk3399_ARM-atf/drivers/arm/css/scp/
H A Dcss_bom_bootloader.c60 CASSERT(SCP_BL2U_BASE >= ARM_FW_CONFIG_LIMIT, assert_scp_bl2u_overflow);
/rk3399_ARM-atf/docs/
H A Dporting-guide.rst2075 ``SCP_BL2U_BASE`` defines the address in AP secure memory where SCP_BL2U
2078 If ``SCP_BL2U_BASE`` is not defined then this step is not performed.
2154 This function is included if SCP_BL2U_BASE is defined.