arm-trusted-firmware/plat/arm/board/fvp
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 FVP: Add support for multi-threaded CPUs 2017-08-01 14:33:47 +01:00
aarch64 FVP: Add support for multi-threaded CPUs 2017-08-01 14:33:47 +01:00
drivers/pwrc Merge pull request #1282 from robertovargas-arm/misra-changes 2018-02-28 18:53:30 +00:00
fdts FVP: Add TB_FW_CONFIG and HW_CONFIG 2018-02-26 16:31:11 +00:00
include ARM platforms: Allow platforms to define SDEI events 2017-12-19 08:55:12 +00:00
sp_min Remove sp_min functions from plat_common.c 2018-03-02 16:41:18 +00:00
tsp TSP: Support multi-threading CPUs on FVP 2017-10-04 10:34:56 +01:00
fvp_bl1_setup.c Fix MISRA rule 8.4 Part 1 2018-02-28 17:19:55 +00:00
fvp_bl2_el3_setup.c bl2-el3: Add BL2 at EL3 support in FVP 2018-01-18 09:55:11 +00:00
fvp_bl2_setup.c Dynamic cfg: MISRA fixes 2018-02-26 16:31:11 +00:00
fvp_bl2u_setup.c Fix MISRA rule 8.4 Part 1 2018-02-28 17:19:55 +00:00
fvp_bl31_setup.c Dynamic cfg: MISRA fixes 2018-02-26 16:31:11 +00:00
fvp_common.c Fix MISRA rule 8.4 Part 1 2018-02-28 17:19:55 +00:00
fvp_def.h FVP: Allow building for DynamIQ systems 2018-02-28 15:05:35 +00:00
fvp_err.c Fix MISRA rule 8.4 Part 1 2018-02-28 17:19:55 +00:00
fvp_io_storage.c ARM Platforms: Load HW_CONFIG in BL2 2018-02-26 16:31:11 +00:00
fvp_pm.c Fix MISRA rule 8.4 Part 1 2018-02-28 17:19:55 +00:00
fvp_private.h Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
fvp_security.c Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
fvp_stack_protector.c Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
fvp_topology.c Fix MISRA rule 8.4 Part 1 2018-02-28 17:19:55 +00:00
fvp_trusted_boot.c Fix MISRA rule 8.4 Part 1 2018-02-28 17:19:55 +00:00
platform.mk FVP: Allow building for DynamIQ systems 2018-02-28 15:05:35 +00:00