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

  /device/linaro/bootloader/arm-trusted-firmware/plat/juno/
plat-tsp.ld.S 31 ASSERT(__BL32_END__ <= BL2_BASE, "BL3-2 image overlaps BL2 image.")
  /device/linaro/bootloader/arm-trusted-firmware/bl2/
bl2.ld.S 38 RAM (rwx): ORIGIN = BL2_BASE, LENGTH = BL2_LIMIT - BL2_BASE
44 . = BL2_BASE;
46 "BL2_BASE address is not aligned on a page boundary.")
  /device/linaro/bootloader/arm-trusted-firmware/plat/fvp/include/
platform_def.h 137 * Put BL2 just below BL3-1. BL2_BASE is calculated using the current BL2 debug
141 #define BL2_BASE (BL31_BASE - 0x1C000)
143 #define BL2_BASE (BL31_BASE - 0xC000)
174 # define TSP_PROGBITS_LIMIT BL2_BASE
  /device/linaro/bootloader/arm-trusted-firmware/plat/juno/include/
platform_def.h 121 * Put BL2 just below BL3-1. BL2_BASE is calculated using the current BL2 debug
125 #define BL2_BASE (BL31_BASE - 0x1D000)
127 #define BL2_BASE (BL31_BASE - 0xC000)
166 //# define BL32_PROGBITS_LIMIT BL2_BASE
  /device/linaro/bootloader/arm-trusted-firmware/plat/hikey/include/
platform_def.h 128 #define BL2_BASE (BL1_RW_BASE + 0x8000) /* 0xf981_8000 */
129 #define BL2_LIMIT (BL2_BASE + 0x40000)
  /device/linaro/bootloader/arm-trusted-firmware/bl1/
bl1_main.c 157 BL2_BASE,
176 BL2_BASE,

Completed in 46 milliseconds