arm-trusted-firmware/bl32/tsp
Jeenu Viswambharan 9f98aa1a7e Specify image entry in linker script
At present, the entry point for each BL image is specified via the
Makefiles and provided on the command line to the linker. When using a
link script the entry point should rather be specified via the ENTRY()
directive in the link script.

This patch updates linker scripts of all BL images to specify the entry
point using the ENTRY() directive. It also removes the --entry flag
passed to the linker through Makefile.

Fixes issue ARM-software/tf-issues#66

Change-Id: I1369493ebbacea31885b51185441f6b628cf8da0
2014-03-20 11:16:23 +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 Specify image entry in linker script 2014-03-20 11:16:23 +00:00
tsp.mk Specify image entry in linker script 2014-03-20 11:16:23 +00:00
tsp_main.c Generate build time and date message at link time. 2014-03-05 16:21:14 +00:00