commit | c34341a2fe24c81cc46ff70259457d4b8b365795 | [log] [tgz] |
---|---|---|
author | John Tsichritzis <john.tsichritzis@arm.com> | Mon Jul 30 13:41:52 2018 +0100 |
committer | John Tsichritzis <john.tsichritzis@arm.com> | Tue Sep 04 10:32:22 2018 +0100 |
tree | 4c77f781eadf9d68aa91ba8c7442e3fef1e1c917 | |
parent | 30f896422f194a547fd91a21f86c63797d011244 [diff] |
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>