Searched refs:SCP_BL2U_BASE (Results 1 – 7 of 7) sorted by relevance
30 #if SCP_BL2U_BASE35 .image_info.image_base = SCP_BL2U_BASE,36 .image_info.image_max_size = SCP_BL2U_LIMIT - SCP_BL2U_BASE,
114 SCP_BL2U_BASE, \116 - SCP_BL2U_BASE,\187 #define SCP_BL2U_BASE (BL2_BASE - PLAT_CSS_MAX_SCP_BL2U_SIZE) macro
33 #if SCP_BL2U_BASE in bl2u_main()
49 CASSERT(SCP_BL2U_BASE >= ARM_FW_CONFIG_LIMIT, assert_scp_bl2u_overflow);
60 CASSERT(SCP_BL2U_BASE >= ARM_FW_CONFIG_LIMIT, assert_scp_bl2u_overflow);
1705 ``SCP_BL2U_BASE`` defines the address in AP secure memory where SCP_BL2U1708 If ``SCP_BL2U_BASE`` is not defined then this step is not performed.1784 This function is included if SCP_BL2U_BASE is defined.
Completed in 14 milliseconds