Support shared Mbed TLS heap for FVP
This patch introduces the shared Mbed TLS heap optimisation for Arm
platforms. The objective is the Mbed TLS heap to be shared between BL1
and BL2 so as to not allocate the heap memory twice. To achieve that,
the patch introduces all the necessary helpers for implementing this
optimisation. It also applies it for FVP.

Change-Id: I6d85eaa1361517b7490956b2ac50f5fa0d0bb008
Signed-off-by: John Tsichritzis <john.tsichritzis@arm.com>
1 parent 6d01a46 commit ba597da7fd23d34e8867342f1dfee7925991300c
@John Tsichritzis John Tsichritzis authored on 30 Jul 2018
Showing 9 changed files
View
docs/porting-guide.rst
View
include/plat/arm/common/arm_def.h
View
include/plat/arm/common/arm_dyn_cfg_helpers.h
View
include/plat/arm/common/plat_arm.h
View
plat/arm/board/fvp/fdts/fvp_tb_fw_config.dts
View
plat/arm/board/fvp/fvp_common.c
View
plat/arm/common/arm_bl1_setup.c
View
plat/arm/common/arm_dyn_cfg.c
View
plat/arm/common/arm_dyn_cfg_helpers.c