Home
last modified time | relevance | path

Searched refs:BL2U_LIMIT (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/bl2u/
Dbl2u.ld.S14 RAM (rwx): ORIGIN = BL2U_BASE, LENGTH = BL2U_LIMIT - BL2U_BASE
133 ASSERT(. <= BL2U_LIMIT, "BL2U image has exceeded its limit.")
/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/bl1/tbbr/
Dtbbr_img_desc.c51 .image_info.image_max_size = BL2U_LIMIT - BL2U_BASE,
/device/linaro/bootloader/arm-trusted-firmware/include/plat/arm/common/
Darm_def.h429 #define BL2U_LIMIT BL1_RW_BASE macro
432 #define BL2U_LIMIT BL31_BASE macro