arm-trusted-firmware/bl31
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 Move per cpu exception stack in BL31 to tzfw_normal_stacks 2014-03-26 17:36:36 +00:00
bl31.ld.S Use --gc-sections during link 2014-03-26 21:54:37 +00:00
bl31.mk Separate out BL2, BL3-1 and BL3-2 early exception vectors from BL1 2014-03-26 17:36:36 +00:00
bl31_main.c Generate build time and date message at link time. 2014-03-05 16:21:14 +00:00
context_mgmt.c Add power management support in the SPD 2014-02-20 19:06:34 +00:00