HomeSort by relevance Sort by last modified time
    Searched refs:SCP_BL2U_BASE (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/bl1/tbbr/
tbbr_img_desc.c 31 #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/
bl2u_main.c 21 * Load SCP_BL2U if platform has defined SCP_BL2U_BASE
30 #if SCP_BL2U_BASE
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/css/drivers/scp/
css_scp.h 47 CASSERT(SCP_BL2U_BASE >= BL2U_LIMIT, assert_scp_bl2u_overwrite_bl2u);
css_bom_bootloader.c 58 CASSERT(SCP_BL2U_BASE >= BL2U_LIMIT, assert_scp_bl2u_overwrite_bl2u);
  /device/linaro/bootloader/arm-trusted-firmware/include/plat/arm/css/common/
css_def.h 151 * respective base addresses are defined (i.e SCP_BL2_BASE, SCP_BL2U_BASE).
170 #define SCP_BL2U_BASE (BL1_RW_BASE - PLAT_CSS_MAX_SCP_BL2U_SIZE)

Completed in 183 milliseconds