arm-trusted-firmware/bl32/tsp
Andrew Thoelke dccc537a72 Use --gc-sections during link
All common functions are being built into all binary images,
whether or not they are actually used. This change enables the
use of -ffunction-sections, -fdata-sections and --gc-sections
in the compiler and linker to remove unused code and data from
the images.

Change-Id: Ia9f78c01054ac4fa15d145af38b88a0d6fb7d409
2014-03-26 21:54:37 +00:00
..
aarch64 Rework arithmetic operations in Test Secure Payload 2014-02-20 19:06:34 +00:00
tsp-fvp.mk fvp: Make use of the generic MMU translation table setup code 2014-03-05 16:21:14 +00:00
tsp.ld.S Use --gc-sections during link 2014-03-26 21:54:37 +00:00
tsp.mk Separate out BL2, BL3-1 and BL3-2 early exception vectors from BL1 2014-03-26 17:36:36 +00:00
tsp_main.c Generate build time and date message at link time. 2014-03-05 16:21:14 +00:00