summaryrefslogtreecommitdiff
path: root/fwu
diff options
context:
space:
mode:
authorSoby Mathew <soby.mathew@arm.com>2016-06-08 17:01:01 +0100
committerSandrine Bailleux <sandrine.bailleux@arm.com>2016-07-14 14:01:34 +0100
commit0ab2051b0d48d4a28bc552954e47f34c0a6ef536 (patch)
tree10ad84bbf15a37f6a819de38b237325ae8a99f3b /fwu
parent0394fa09d3e7a80c11bd940aff419531a2de65c3 (diff)
Remove `asm_platform_weak.S` file
This patch removes the `asm_platform_weak.S` file from TFTF framework. This is because functions defined by the file are now removed or reimplemented else where. The entrypoint.S file is also reworked to make use of `func` and `endfunc` helper macros. As a result, the framework.mk makefile and the linker scripts have undergone modifications. Change-Id: I18925c30f3a8f2b8ce7e827f8be13c81c6e2939b
Diffstat (limited to 'fwu')
-rw-r--r--fwu/ns_bl1u/ns_bl1u.mk1
-rw-r--r--fwu/ns_bl2u/ns_bl2u.mk1
2 files changed, 0 insertions, 2 deletions
diff --git a/fwu/ns_bl1u/ns_bl1u.mk b/fwu/ns_bl1u/ns_bl1u.mk
index d059c0c..8c2af2b 100644
--- a/fwu/ns_bl1u/ns_bl1u.mk
+++ b/fwu/ns_bl1u/ns_bl1u.mk
@@ -31,7 +31,6 @@
NS_BL1U_SOURCES := drivers/io/io_fip.c \
drivers/io/io_memmap.c \
framework/aarch64/arch.c \
- framework/aarch64/asm_platform_weak.S \
framework/aarch64/exceptions.S \
framework/debug.c \
fwu/ns_bl1u/aarch64/ns_bl1u_entrypoint.S \
diff --git a/fwu/ns_bl2u/ns_bl2u.mk b/fwu/ns_bl2u/ns_bl2u.mk
index e8179b4..3407e4b 100644
--- a/fwu/ns_bl2u/ns_bl2u.mk
+++ b/fwu/ns_bl2u/ns_bl2u.mk
@@ -29,7 +29,6 @@
#
NS_BL2U_SOURCES := framework/aarch64/arch.c \
- framework/aarch64/asm_platform_weak.S \
framework/aarch64/exceptions.S \
framework/debug.c \
fwu/ns_bl2u/aarch64/ns_bl2u_entrypoint.S \