Home
last modified time | relevance | path

Searched refs:BL32_SRAM_LIMIT (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/include/
Dplatform_def.h145 #define BL32_SRAM_LIMIT (BL31_LIMIT+0x00080000) /* 512K */ macro
152 #define TSP_SEC_MEM_SIZE (BL32_SRAM_LIMIT - BL32_SRAM_BASE)
154 #define BL32_LIMIT BL32_SRAM_LIMIT
/device/linaro/bootloader/arm-trusted-firmware/plat/juno/include/
Dplatform_def.h157 #define BL32_SRAM_LIMIT BL31_BASE macro
165 # define BL32_LIMIT BL32_SRAM_LIMIT
/device/linaro/bootloader/arm-trusted-firmware/plat/fvp/include/
Dplatform_def.h167 #define BL32_SRAM_LIMIT BL31_BASE macro
176 # define BL32_LIMIT BL32_SRAM_LIMIT
/device/linaro/bootloader/arm-trusted-firmware/services/spd/opteed/
Dopteed_main.c231 BL32_SRAM_LIMIT - BL32_SRAM_BASE, in opteed_setup()
238 mem_limit = BL32_SRAM_LIMIT; in opteed_setup()