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

1 2

  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/include/shared/
bl31_param.h 23 #define BL31_BASE (TZRAM_BASE + 0x1000)
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/poplar/include/
poplar_layout.h 105 #define BL31_BASE (LLOADER_TEXT_BASE + BL31_OFFSET)
106 #define BL31_LIMIT (BL31_BASE + BL31_SIZE)
  /device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/include/
platform_def.h 43 #define BL31_BASE (UNIPHIER_SEC_DRAM_BASE)
44 #define BL31_LIMIT ((BL31_BASE) + 0x00080000)
  /device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/soc/t186/
plat_trampoline.S 25 mov x0, #BL31_BASE
30 mov x0, #BL31_BASE
71 .quad __BL31_END__ - BL31_BASE
  /device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/
uniphier_image_desc.c 34 .image_info.image_base = BL31_BASE,
35 .image_info.image_max_size = BL31_LIMIT - BL31_BASE,
40 .ep_info.pc = BL31_BASE,
uniphier_bl31_setup.c 21 #define BL31_SIZE ((BL31_END) - (BL31_BASE))
78 uniphier_mmap_setup(BL31_BASE, BL31_SIZE, NULL);
  /device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/include/
platform_def.h 49 #define BL31_BASE TZDRAM_BASE
  /device/linaro/bootloader/arm-trusted-firmware/plat/qemu/include/
platform_def.h 119 #define BL2_BASE (BL31_BASE - 0x1D000)
120 #define BL2_LIMIT BL31_BASE
125 * Put BL3-1 at the top of the Trusted SRAM. BL31_BASE is calculated using the
128 #define BL31_BASE (BL31_LIMIT - 0x20000)
139 #define BL32_SRAM_LIMIT BL31_BASE
  /device/linaro/bootloader/arm-trusted-firmware/include/plat/arm/common/
arm_def.h 234 BL31_BASE, \
341 #define BL2_BASE (BL31_BASE - PLAT_ARM_MAX_BL2_SIZE)
342 #define BL2_LIMIT BL31_BASE
352 #define BL31_BASE ARM_AP_TZC_DRAM1_BASE
357 * Put BL31_BASE in the middle of the Trusted SRAM.
359 #define BL31_BASE (ARM_TRUSTED_SRAM_BASE + \
366 #define BL31_BASE (ARM_BL_RAM_BASE + \
395 # define BL32_LIMIT BL31_BASE
432 #define BL2U_LIMIT BL31_BASE
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/include/
platform_def.h 65 #define BL31_BASE (BL2_LIMIT) /* 1AC5_8000 */
66 #define BL31_LIMIT (BL31_BASE + 0x40000) /* 1AC9_8000 */
  /device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt6795/
bl31.ld.S 15 RAM (rwx): ORIGIN = BL31_BASE, LENGTH = BL31_TZRAM_SIZE
22 . = BL31_BASE;
33 "BL31_BASE address is not aligned on a page boundary.")
  /device/linaro/bootloader/arm-trusted-firmware/plat/xilinx/zynqmp/include/
platform_def.h 33 * present). BL31_BASE is calculated using the current BL31 debug size plus a
37 # define BL31_BASE 0xfffea000
40 # define BL31_BASE (ZYNQMP_ATF_MEM_BASE)
  /device/linaro/bootloader/arm-trusted-firmware/bl31/
bl31.ld.S 15 RAM (rwx): ORIGIN = BL31_BASE, LENGTH = BL31_LIMIT - BL31_BASE
24 . = BL31_BASE;
26 "BL31_BASE address is not aligned on a page boundary.")
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/aarch64/
arm_bl2_mem_params_desc.c 67 .ep_info.pc = BL31_BASE,
76 .image_info.image_base = BL31_BASE,
77 .image_info.image_max_size = BL31_LIMIT - BL31_BASE,
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/
hikey_bl2_mem_params_desc.c 67 .ep_info.pc = BL31_BASE,
76 .image_info.image_base = BL31_BASE,
77 .image_info.image_max_size = BL31_LIMIT - BL31_BASE,
hikey_bl31_setup.c 148 hikey_init_mmu_el3(BL31_BASE,
149 BL31_LIMIT - BL31_BASE,
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/
hikey960_bl2_mem_params_desc.c 67 .ep_info.pc = BL31_BASE,
76 .image_info.image_base = BL31_BASE,
77 .image_info.image_max_size = BL31_LIMIT - BL31_BASE,
hikey960_bl31_setup.c 151 hikey960_init_mmu_el3(BL31_BASE,
152 BL31_LIMIT - BL31_BASE,
  /device/linaro/bootloader/arm-trusted-firmware/plat/qemu/
qemu_bl2_mem_params_desc.c 43 .ep_info.pc = BL31_BASE,
51 .image_info.image_base = BL31_BASE,
52 .image_info.image_max_size = BL31_LIMIT - BL31_BASE,
  /device/linaro/bootloader/arm-trusted-firmware/plat/xilinx/zynqmp/
bl31_zynqmp_setup.c 126 arm_setup_page_tables(BL31_BASE,
127 BL31_END - BL31_BASE,
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/
arm_bl31_setup.c 252 arm_setup_page_tables(BL31_BASE,
253 BL31_END - BL31_BASE,
arm_bl2_setup.c 74 .total_base = BL31_BASE,
76 ARM_AP_TZC_DRAM1_SIZE) - BL31_BASE,
77 .free_base = BL31_BASE,
79 ARM_AP_TZC_DRAM1_SIZE) - BL31_BASE
  /device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt8173/include/
platform_def.h 89 * present). BL31_BASE is calculated using the current BL3-1 debug size plus a
92 #define BL31_BASE (TZRAM_BASE + 0x1000)
  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3328/include/
platform_def.h 82 #define BL31_BASE (TZRAM_BASE + 0x10000)
  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3368/include/
platform_def.h 82 #define BL31_BASE (TZRAM_BASE + 0x10000)

Completed in 345 milliseconds

1 2