Tegra: Support for scatterfile for the BL31 image
This patch provides support for using the scatterfile format as
the linker script with the 'armlink' linker for Tegra platforms.

In order to enable the scatterfile usage the following changes
have been made:

* provide mapping for ld.S symbols in bl_common.h
* include bl_common.h from all the affected files
* update the makefile rules to use the scatterfile and armlink
  to compile BL31
* update pubsub.h to add sections to the scatterfile

NOTE: THIS CHANGE HAS BEEN VERIFIED WITH TEGRA PLATFORMS ONLY.

Change-Id: I7bb78b991c97d74a842e5635c74cb0b18e0fce67
Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
1 parent ab3d224 commit c2ad38ce4fe754c750f3db480f732ac280f508e4
@Varun Wadekar Varun Wadekar authored on 11 Jan 2019
Showing 10 changed files
View
Makefile
View
docs/plat/nvidia-tegra.rst
View
docs/user-guide.rst
View
include/common/bl_common.h
View
include/lib/el3_runtime/pubsub.h
View
lib/cpus/aarch32/cpu_helpers.S
View
lib/cpus/aarch64/cpu_helpers.S
View
make_helpers/build_macros.mk
View
plat/nvidia/tegra/platform.mk
View
plat/nvidia/tegra/scat/bl31.scat 0 → 100644