arm-trusted-firmware/plat
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
..
arm Remove sp_min functions from plat_common.c 2018-03-02 16:41:18 +00:00
common Remove sp_min functions from plat_common.c 2018-03-02 16:41:18 +00:00
compat Do not enable SVE on pre-v8.2 platforms 2017-11-30 17:45:23 +00:00
hisilicon Update ULL() macro and instances of ull to comply with MISRA 2018-02-27 17:05:51 +00:00
mediatek Merge pull request #1287 from davidcunado-arm/dc/fix_misra 2018-02-28 09:48:35 +00:00
nvidia/tegra tegra: Fix mmap_region_t struct mismatch 2018-02-17 06:15:35 +01:00
qemu Update ULL() macro and instances of ull to comply with MISRA 2018-02-27 17:05:51 +00:00
rockchip Update ULL() macro and instances of ull to comply with MISRA 2018-02-27 17:05:51 +00:00
rpi3 Disable workaround for CVE-2017-5715 on unaffected platforms 2018-01-29 09:58:56 +00:00
socionext/uniphier Merge pull request #1224 from masahir0y/gzip 2018-02-06 05:12:28 +00:00
xilinx/zynqmp Update ULL() macro and instances of ull to comply with MISRA 2018-02-27 17:05:51 +00:00