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
1 parent 52538b9 commit 9f98aa1a7e33dd55851fd4feec0de9b40b6d9f10
@Jeenu Viswambharan Jeenu Viswambharan authored on 11 Mar 2014
Dan Handley committed on 20 Mar 2014
Showing 10 changed files
View
Makefile
View
bl1/aarch64/bl1_entrypoint.S
View
bl1/bl1.ld.S
View
bl1/bl1.mk
View
bl2/bl2.ld.S
View
bl2/bl2.mk
View
bl31/bl31.ld.S
View
bl31/bl31.mk
View
bl32/tsp/tsp.ld.S
View
bl32/tsp/tsp.mk