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 --- bl32/sp_min/sp_min.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bl32/sp_min') diff --git a/bl32/sp_min/sp_min.mk b/bl32/sp_min/sp_min.mk index a8b572e0..ac7f03e9 100644 --- a/bl32/sp_min/sp_min.mk +++ b/bl32/sp_min/sp_min.mk @@ -58,6 +58,6 @@ else include ${SP_MIN_PLAT_MAKEFILE} endif -RESET_TO_SP_MIN := 1 +RESET_TO_SP_MIN := 0 $(eval $(call add_define,RESET_TO_SP_MIN)) $(eval $(call assert_boolean,RESET_TO_SP_MIN)) -- cgit v1.2.3