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

  /device/linaro/bootloader/arm-trusted-firmware/plat/fvp/
bl2_fvp_setup.c 126 if (BL32_BASE) {
273 bl32_meminfo->total_base = BL32_BASE;
274 bl32_meminfo->free_base = BL32_BASE;
276 (TSP_SEC_MEM_BASE + TSP_SEC_MEM_SIZE) - BL32_BASE;
278 (TSP_SEC_MEM_BASE + TSP_SEC_MEM_SIZE) - BL32_BASE;
bl31_fvp_setup.c 197 bl32_image_ep_info.pc = BL32_BASE;
  /device/linaro/bootloader/arm-trusted-firmware/plat/juno/include/
platform_def.h 164 # define BL32_BASE BL32_SRAM_BASE
170 # define BL32_BASE BL32_DRAM_BASE
  /device/linaro/bootloader/arm-trusted-firmware/plat/juno/
bl2_plat_setup.c 119 #if BL32_BASE
307 bl32_meminfo->total_base = BL32_BASE;
308 bl32_meminfo->free_base = BL32_BASE;
310 (TSP_SEC_MEM_BASE + TSP_SEC_MEM_SIZE) - BL32_BASE;
312 (TSP_SEC_MEM_BASE + TSP_SEC_MEM_SIZE) - BL32_BASE;
  /device/linaro/bootloader/arm-trusted-firmware/bl32/tsp/
tsp.ld.S 45 . = BL32_BASE;
47 "BL32_BASE address is not aligned on a page boundary.")
  /device/linaro/bootloader/arm-trusted-firmware/plat/fvp/include/
platform_def.h 175 # define BL32_BASE BL32_SRAM_BASE
180 # define BL32_BASE BL32_DRAM_BASE
  /device/linaro/bootloader/arm-trusted-firmware/plat/hikey/include/
platform_def.h 153 #define BL32_BASE BL32_SRAM_BASE
158 #define BL32_BASE BL32_DRAM_BASE
  /device/linaro/bootloader/arm-trusted-firmware/plat/hikey/
bl2_plat_setup.c 119 #if BL32_BASE
350 bl32_meminfo->total_base = BL32_BASE;
351 bl32_meminfo->free_base = BL32_BASE;
353 (TSP_SEC_MEM_BASE + TSP_SEC_MEM_SIZE) - BL32_BASE;
355 (TSP_SEC_MEM_BASE + TSP_SEC_MEM_SIZE) - BL32_BASE;
  /device/linaro/bootloader/arm-trusted-firmware/bl2/
bl2_main.c 43 #ifdef BL32_BASE
152 #ifdef BL32_BASE
162 #endif /* BL32_BASE */
287 * BL32_BASE undefined.
294 #ifdef BL32_BASE
308 BL32_BASE,
336 #endif /* BL32_BASE */

Completed in 596 milliseconds