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

1 2

  /device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/tsp/
uniphier_tsp_setup.c 13 #define BL32_SIZE ((BL32_END) - (BL32_BASE))
26 uniphier_mmap_setup(BL32_BASE, BL32_SIZE, NULL);
  /device/linaro/bootloader/arm-trusted-firmware/plat/xilinx/zynqmp/tsp/
tsp_plat_setup.c 47 arm_setup_page_tables(BL32_BASE,
48 BL32_END - BL32_BASE,
  /device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/include/
platform_def.h 46 #define BL32_BASE (BL31_LIMIT)
64 #define TSP_SEC_MEM_BASE (BL32_BASE)
65 #define TSP_SEC_MEM_SIZE ((BL32_LIMIT) - (BL32_BASE))
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/tsp/
arm_tsp_setup.c 54 arm_setup_page_tables(BL32_BASE,
55 (BL32_END - BL32_BASE),
  /device/linaro/bootloader/arm-trusted-firmware/plat/xilinx/zynqmp/include/
platform_def.h 51 # define BL32_BASE 0x60000000
54 # define BL32_BASE (ZYNQMP_BL32_MEM_BASE)
70 #define TSP_SEC_MEM_BASE BL32_BASE
71 #define TSP_SEC_MEM_SIZE (BL32_LIMIT - BL32_BASE + 1)
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/aarch64/
arm_bl2_mem_params_desc.c 79 # ifdef BL32_BASE
86 # ifdef BL32_BASE
93 .ep_info.pc = BL32_BASE,
97 .image_info.image_base = BL32_BASE,
98 .image_info.image_max_size = BL32_LIMIT - BL32_BASE,
115 .image_info.image_base = BL32_BASE,
116 .image_info.image_max_size = BL32_LIMIT - BL32_BASE,
139 # endif /* BL32_BASE */
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/
hikey_bl2_mem_params_desc.c 79 # ifdef BL32_BASE
86 # ifdef BL32_BASE
93 .ep_info.pc = BL32_BASE,
97 .image_info.image_base = BL32_BASE,
98 .image_info.image_max_size = BL32_LIMIT - BL32_BASE,
115 .image_info.image_base = BL32_BASE,
116 .image_info.image_max_size = BL32_LIMIT - BL32_BASE,
139 # endif /* BL32_BASE */
hikey_bl2_setup.c 247 #ifdef BL32_BASE
294 #ifdef BL32_BASE
314 bl32_meminfo->total_base = BL32_BASE;
315 bl32_meminfo->free_base = BL32_BASE;
317 (TSP_SEC_MEM_BASE + TSP_SEC_MEM_SIZE) - BL32_BASE;
319 (TSP_SEC_MEM_BASE + TSP_SEC_MEM_SIZE) - BL32_BASE;
321 #endif /* BL32_BASE */
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/
hikey960_bl2_mem_params_desc.c 79 # ifdef BL32_BASE
86 # ifdef BL32_BASE
93 .ep_info.pc = BL32_BASE,
97 .image_info.image_base = BL32_BASE,
98 .image_info.image_max_size = BL32_LIMIT - BL32_BASE,
115 .image_info.image_base = BL32_BASE,
116 .image_info.image_max_size = BL32_LIMIT - BL32_BASE,
139 # endif /* BL32_BASE */
hikey960_bl2_setup.c 94 #ifdef BL32_BASE
327 #ifdef BL32_BASE
347 bl32_meminfo->total_base = BL32_BASE;
348 bl32_meminfo->free_base = BL32_BASE;
350 (TSP_SEC_MEM_BASE + TSP_SEC_MEM_SIZE) - BL32_BASE;
352 (TSP_SEC_MEM_BASE + TSP_SEC_MEM_SIZE) - BL32_BASE;
354 #endif /* BL32_BASE */
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/aarch32/
arm_bl2_mem_params_desc.c 46 .ep_info.pc = BL32_BASE,
52 .image_info.image_base = BL32_BASE,
53 .image_info.image_max_size = BL32_LIMIT - BL32_BASE,
  /device/linaro/bootloader/arm-trusted-firmware/plat/qemu/
qemu_bl2_mem_params_desc.c 66 .ep_info.pc = BL32_BASE,
70 .image_info.image_base = BL32_BASE,
71 .image_info.image_max_size = BL32_LIMIT - BL32_BASE,
88 .image_info.image_base = BL32_BASE,
89 .image_info.image_max_size = BL32_LIMIT - BL32_BASE,
qemu_bl2_setup.c 334 bl32_meminfo->total_base = BL32_BASE;
335 bl32_meminfo->free_base = BL32_BASE;
336 bl32_meminfo->total_size = (BL32_MEM_BASE + BL32_MEM_SIZE) - BL32_BASE;
337 bl32_meminfo->free_size = (BL32_MEM_BASE + BL32_MEM_SIZE) - BL32_BASE;
  /device/linaro/bootloader/arm-trusted-firmware/bl32/sp_min/
sp_min.ld.S 14 RAM (rwx): ORIGIN = BL32_BASE, LENGTH = BL32_LIMIT - BL32_BASE
20 . = BL32_BASE;
22 "BL32_BASE address is not aligned on a page boundary.")
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/include/
platform_def.h 127 #define BL32_BASE BL32_DRAM_BASE
132 #define BL32_BASE BL32_SRAM_BASE
141 #undef BL32_BASE
  /device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/
uniphier_image_desc.c 56 .image_info.image_base = BL32_BASE,
57 .image_info.image_max_size = BL32_LIMIT - BL32_BASE,
62 .ep_info.pc = BL32_BASE,
  /device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/include/
platform_def.h 51 #define BL32_BASE (TZDRAM_BASE + BL31_SIZE)
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/include/
platform_def.h 89 #define BL32_BASE BL32_DRAM_BASE
100 #undef BL32_BASE
  /device/linaro/bootloader/arm-trusted-firmware/include/plat/arm/common/
arm_def.h 136 BL32_BASE, \
137 BL32_LIMIT - BL32_BASE, \
386 # define BL32_BASE (ARM_AP_TZC_DRAM1_BASE + \
394 # define BL32_BASE ARM_BL_RAM_BASE
399 # define BL32_BASE PLAT_ARM_TRUSTED_DRAM_BASE
405 # define BL32_BASE ARM_AP_TZC_DRAM1_BASE
415 #undef BL32_BASE
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/sp_min/
arm_sp_min_setup.c 181 arm_setup_page_tables(BL32_BASE,
182 (BL32_END - BL32_BASE),
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/
arm_bl2_setup.c 120 #ifdef BL32_BASE
127 #endif /* BL32_BASE */
330 #ifdef BL32_BASE
346 bl32_meminfo->total_base = BL32_BASE;
347 bl32_meminfo->free_base = BL32_BASE;
349 (TSP_SEC_MEM_BASE + TSP_SEC_MEM_SIZE) - BL32_BASE;
351 (TSP_SEC_MEM_BASE + TSP_SEC_MEM_SIZE) - BL32_BASE;
353 #endif /* BL32_BASE */
arm_bl31_setup.c 83 #ifdef BL32_BASE
90 bl32_image_ep_info.pc = BL32_BASE;
92 #endif /* BL32_BASE */
  /device/linaro/bootloader/arm-trusted-firmware/bl2/
bl2_image_load.c 111 * BL32_BASE undefined.
118 #ifdef BL32_BASE
132 BL32_BASE,
141 #endif /* BL32_BASE */
  /device/linaro/bootloader/arm-trusted-firmware/plat/qemu/include/
platform_def.h 149 # define BL32_BASE BL32_SRAM_BASE
154 # define BL32_BASE BL32_DRAM_BASE
  /device/linaro/bootloader/arm-trusted-firmware/bl32/tsp/
tsp.ld.S 21 . = BL32_BASE;
23 "BL32_BASE address is not aligned on a page boundary.")

Completed in 3063 milliseconds

1 2