HomeSort by relevance Sort by last modified time
    Searched refs:__BL32_END__ (Results 1 - 5 of 5) 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/plat/fvp/tsp/
tsp_fvp_setup.c 43 extern unsigned long __BL32_END__;
54 * linker script to ensure that __RO_START__, __RO_END__ & & __BL32_END__
59 #define BL32_END (unsigned long)(&__BL32_END__)
  /device/linaro/bootloader/arm-trusted-firmware/plat/juno/tsp/
tsp_plat_setup.c 43 extern unsigned long __BL32_END__;
54 * script to ensure that __RO_START__, __RO_END__ & __BL32_END__ linker symbols
59 #define BL32_END (unsigned long)(&__BL32_END__)
  /device/linaro/bootloader/arm-trusted-firmware/bl32/tsp/
tsp.ld.S 122 __BL32_END__ = .;
tsp_main.c 46 extern unsigned long __BL32_END__;
66 * with the linker symbol __BL32_END__. Use it to find the memory size
70 #define BL32_TOTAL_LIMIT (unsigned long)(&__BL32_END__)

Completed in 275 milliseconds