]> git.baikalelectronics.ru Git - arm-tf.git/commitdiff
plat: arm: Increase SP max size
authorArunachalam Ganapathy <arunachalam.ganapathy@arm.com>
Tue, 17 Nov 2020 14:56:39 +0000 (14:56 +0000)
committerArunachalam Ganapathy <arunachalam.ganapathy@arm.com>
Mon, 14 Dec 2020 11:50:10 +0000 (11:50 +0000)
Increase SP max size for latest OP-TEE build with debug and
stats enabled.

Signed-off-by: Arunachalam Ganapathy <arunachalam.ganapathy@arm.com>
Change-Id: I4593884e0deb39ada10009f6876d815136f8ee65

include/plat/arm/common/fconf_arm_sp_getter.h

index c6315bee292a04f4ee6e198a2917f7d36c6beee3..aa628dfd396f883ba69975eab9c1539f94e05b37 100644 (file)
@@ -13,7 +13,7 @@
 /* arm_sp getter */
 #define arm__sp_getter(prop)   arm_sp.prop
 
-#define ARM_SP_MAX_SIZE                U(0x80000)
+#define ARM_SP_MAX_SIZE                U(0xb0000)
 #define ARM_SP_OWNER_NAME_LEN  U(8)
 
 struct arm_sp_t {