Searched refs:SCP_BL2_BASE (Results 1 – 14 of 14) sorted by relevance
93 #define SCP_BL2_BASE (DDR_BASE + 0x01000000) macro94 #define SCP_BL2_LIMIT (SCP_BL2_BASE + 0x00100000)95 #define SCP_BL2_SIZE (SCP_BL2_LIMIT - SCP_BL2_BASE)
22 #ifdef SCP_BL2_BASE32 .image_info.image_base = SCP_BL2_BASE,
57 CASSERT(SCP_BL2_BASE >= BL2_LIMIT, assert_scp_bl2_overwrite_bl2);109 assert((uintptr_t) image == SCP_BL2_BASE); in css_scp_boot_image_xfer()
46 CASSERT(SCP_BL2_BASE >= BL2_LIMIT, assert_scp_bl2_overwrite_bl2);
35 #ifdef SCP_BL2_BASE in load_scp_bl2()52 SCP_BL2_BASE, in load_scp_bl2()
79 scp_bl2_meminfo->total_base = SCP_BL2_BASE; in bl2_plat_get_scp_bl2_meminfo()81 scp_bl2_meminfo->free_base = SCP_BL2_BASE; in bl2_plat_get_scp_bl2_meminfo()202 #ifdef SCP_BL2_BASE in hikey_bl2_handle_post_image_load()
279 #ifdef SCP_BL2_BASE in hikey960_bl2_handle_post_image_load()
111 #define SCP_BL2_BASE (0x89C80000) macro
167 #define SCP_BL2_BASE (BL1_RW_BASE - PLAT_CSS_MAX_SCP_BL2_SIZE) macro
275 #ifdef SCP_BL2_BASE in arm_bl2_handle_post_image_load()
1293 through the optional constant ``SCP_BL2_BASE``. BL2 uses this information1297 If ``SCP_BL2_BASE`` is not defined then this step is not performed.