diff options
author | Soby Mathew <soby.mathew@arm.com> | 2016-07-11 14:15:27 +0100 |
---|---|---|
committer | Soby Mathew <soby.mathew@arm.com> | 2016-08-10 18:01:38 +0100 |
commit | 181bbd41fbcd65d4c75cf572ab4007b0c16ffddb (patch) | |
tree | fd3a017f66938b3d04938c7894795d4228206556 /include | |
parent | 877cf3ff12fc6b71ea44e2a4bad2b9303298433c (diff) |
AArch32: Add FVP support for SP_MIN
This patch implements the support for SP_MIN in FVP. The SP_MIN platform
APIs are implemented and the required makefile support is added for FVP.
Change-Id: Id50bd6093eccbd5e38894e3fd2b20d5baeac5452
Diffstat (limited to 'include')
-rw-r--r-- | include/plat/arm/common/plat_arm.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/plat/arm/common/plat_arm.h b/include/plat/arm/common/plat_arm.h index 0ffdb5c0..25aab249 100644 --- a/include/plat/arm/common/plat_arm.h +++ b/include/plat/arm/common/plat_arm.h @@ -167,6 +167,9 @@ void arm_bl31_plat_arch_setup(void); /* TSP utility functions */ void arm_tsp_early_platform_setup(void); +/* SP_MIN utility functions */ +void arm_sp_min_early_platform_setup(void); + /* FIP TOC validity check */ int arm_io_is_toc_valid(void); |