arm-trusted-firmware/plat/common
Soby Mathew 0ed8c00174 Remove sp_min functions from plat_common.c
This patch removes default platform implementations of sp_min
platform APIs from plat/common/aarch32/plat_common.c. The APIs
are now implemented in `plat_sp_min_common.c` file within the
same folder.

The ARM platform layer had a weak definition of sp_min_platform_setup2()
which conflicted with the weak definition in the common file. Hence this
patch fixes that by introducing a `plat_arm_` version of the API thus
allowing individual boards within ARM platforms to override it if they
wish to.

Fixes ARM-software/tf-issues#559

Change-Id: I11a74ecae8191878ccc7ea03f12bdd5ae88faba5
Signed-off-by: Soby Mathew <soby.mathew@arm.com>
2018-03-02 16:41:18 +00:00
..
aarch32 Remove sp_min functions from plat_common.c 2018-03-02 16:41:18 +00:00
aarch64 Introduce the new BL handover interface 2018-02-26 16:31:10 +00:00
tbbr cert: move platform_oid.h to include/tools_share for all platforms 2017-05-24 00:08:35 +09:00
plat_bl1_common.c Dynamic cfg: MISRA fixes 2018-02-26 16:31:11 +00:00
plat_bl_common.c Fix MISRA rule 8.4 in common code 2018-02-28 17:18:46 +00:00
plat_gic.c Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
plat_gicv2.c qemu: Fix interrupt type check 2018-02-09 20:49:57 +02:00
plat_gicv3.c GIC: Introduce API to get interrupt ID 2017-11-13 07:49:30 +00:00
plat_log_common.c Implement log framework 2017-09-11 15:37:24 +01:00
plat_psci_common.c Fix PSCI STAT time stamp collection 2017-11-03 13:27:34 +00:00