Move plat/common source file definitions to generic Makefiles
authordp-arm <dimitris.papastamos@arm.com>
Tue, 7 Mar 2017 11:02:47 +0000 (11:02 +0000)
committerdp-arm <dimitris.papastamos@arm.com>
Mon, 20 Mar 2017 14:58:25 +0000 (14:58 +0000)
commit75311203d8a4f8d543dae3399cfb1f33cfbef059
treeb9071d1c6659c2827c4d3bedaa1b346d317889b8
parent3944adca5943a050ca7e7e9cc802a9ae04dec186
Move plat/common source file definitions to generic Makefiles

These source file definitions should be defined in generic
Makefiles so that all platforms can benefit. Ensure that the
symbols are properly marked as weak so they can be overridden
by platforms.

NOTE: This change is a potential compatibility break for
non-upstream platforms.

Change-Id: I7b892efa9f2d6d216931360dc6c436e1d10cffed
Signed-off-by: dp-arm <dimitris.papastamos@arm.com>
15 files changed:
Makefile
bl1/bl1.mk
bl2/bl2.mk
bl2u/bl2u.mk
bl31/bl31.mk
plat/arm/common/arm_common.mk
plat/common/aarch32/platform_up_stack.S
plat/common/aarch64/platform_up_stack.S
plat/mediatek/mt6795/platform.mk
plat/mediatek/mt8173/platform.mk
plat/nvidia/tegra/common/tegra_common.mk
plat/qemu/platform.mk
plat/rockchip/rk3368/platform.mk
plat/rockchip/rk3399/platform.mk
plat/xilinx/zynqmp/platform.mk