From d9915518726613919a66b35df7f4cd2db42af3e4 Mon Sep 17 00:00:00 2001 From: Yatharth Kochar Date: Thu, 30 Jun 2016 14:50:58 +0100 Subject: AArch32: Support in SP_MIN to receive arguments from BL2 This patch adds support in SP_MIN to receive generic and platform specific arguments from BL2. The new signature is as following: void sp_min_early_platform_setup(void *from_bl2, void *plat_params_from_bl2); ARM platforms have been modified to use this support. Note: Platforms may break if using old signature. Default value for RESET_TO_SP_MIN is changed to 0. Change-Id: I008d4b09fd3803c7b6231587ebf02a047bdba8d0 --- include/bl32/sp_min/platform_sp_min.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/bl32') diff --git a/include/bl32/sp_min/platform_sp_min.h b/include/bl32/sp_min/platform_sp_min.h index ae9dd58a..c8c3fc5e 100644 --- a/include/bl32/sp_min/platform_sp_min.h +++ b/include/bl32/sp_min/platform_sp_min.h @@ -34,7 +34,8 @@ /******************************************************************************* * Mandatory SP_MIN functions ******************************************************************************/ -void sp_min_early_platform_setup(void); +void sp_min_early_platform_setup(void *from_bl2, + void *plat_params_from_bl2); void sp_min_plat_arch_setup(void); void sp_min_platform_setup(void); entry_point_info_t *sp_min_plat_get_bl33_ep_info(void); -- cgit v1.2.3