arm-trusted-firmware/bl2
Andrew Thoelke 0a30cf54af Place assembler functions in separate sections
This extends the --gc-sections behaviour to the many assembler
support functions in the firmware images by placing each function
into its own code section. This is achieved by creating a 'func'
macro used to declare each function label.

Fixes ARM-software/tf-issues#80

Change-Id: I301937b630add292d2dec6d2561a7fcfa6fec690
2014-03-26 21:54:37 +00:00
..
aarch64 Place assembler functions in separate sections 2014-03-26 21:54:37 +00:00
bl2.ld.S Use --gc-sections during link 2014-03-26 21:54:37 +00:00
bl2.mk Separate out BL2, BL3-1 and BL3-2 early exception vectors from BL1 2014-03-26 17:36:36 +00:00
bl2_main.c Generate build time and date message at link time. 2014-03-05 16:21:14 +00:00