Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/bl1/tbbr/
Dtbbr_img_desc.c31 #if SCP_BL2U_BASE
36 .image_info.image_base = SCP_BL2U_BASE,
38 .image_info.image_max_size = SCP_BL2U_LIMIT - SCP_BL2U_BASE,
/device/linaro/bootloader/arm-trusted-firmware/bl2u/
Dbl2u_main.c30 #if SCP_BL2U_BASE in bl2u_main()
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/css/drivers/scp/
Dcss_scp.h47 CASSERT(SCP_BL2U_BASE >= BL2U_LIMIT, assert_scp_bl2u_overwrite_bl2u);
Dcss_bom_bootloader.c58 CASSERT(SCP_BL2U_BASE >= BL2U_LIMIT, assert_scp_bl2u_overwrite_bl2u);
/device/linaro/bootloader/arm-trusted-firmware/include/plat/arm/css/common/
Dcss_def.h170 #define SCP_BL2U_BASE (BL1_RW_BASE - PLAT_CSS_MAX_SCP_BL2U_SIZE) macro
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dporting-guide.rst1636 ``SCP_BL2U_BASE`` defines the address in AP secure memory where SCP\_BL2U
1639 If ``SCP_BL2U_BASE`` is not defined then this step is not performed.