arm-trusted-firmware/bl32/sp_min
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 Introduce the new BL handover interface 2018-02-26 16:31:10 +00:00
sp_min.ld.S Add comments about mismatched TCR_ELx and xlat tables 2018-02-27 09:55:01 +00:00
sp_min.mk Remove sp_min functions from plat_common.c 2018-03-02 16:41:18 +00:00
sp_min_main.c Set NS version SCTLR during warmboot path 2017-09-05 22:24:14 +01:00
sp_min_private.h bl32: add secure interrupt handling in AArch32 sp_min 2017-08-09 15:48:53 +02:00
workaround_cve_2017_5715_bpiall.S sp_min: Implement workaround for CVE-2017-5715 2018-01-18 10:36:18 +00:00
workaround_cve_2017_5715_icache_inv.S sp_min: Implement workaround for CVE-2017-5715 2018-01-18 10:36:18 +00:00