arm-trusted-firmware/plat/common
John Tsichritzis 6d01a46334 Prepare Mbed TLS drivers for shared heap
The Mbed TLS drivers, in order to work, need a heap for internal usage.
This heap, instead of being directly referenced by the drivers, now it
is being accessed indirectly through a pointer. Also, the heap, instead
of being part of the drivers, now it is being received through the
plat_get_mbedtls_heap() function. This function requests a heap from the
current BL image which utilises the Mbed TLS drivers.

Those changes create the opportunity for the Mbed TLS heap to be shared
among different images, thus saving memory. A default heap
implementation is provided but it can be overridden by a platform
specific, optimised implemenetation.

Change-Id: I286a1f10097a9cdcbcd312201eea576c18d157fa
Signed-off-by: John Tsichritzis <john.tsichritzis@arm.com>
2018-09-04 10:32:06 +01:00
..
aarch32 xlat v2: Support the EL2 translation regime 2018-08-10 13:47:11 +01:00
aarch64 RAS: Introduce handler for EL3 EAs 2018-07-19 10:13:18 +01:00
tbbr cert: move platform_oid.h to include/tools_share for all platforms 2017-05-24 00:08:35 +09:00
plat_bl1_common.c Fix some violations to MISRA rule 8.3 2018-07-11 17:33:29 +02:00
plat_bl_common.c Prepare Mbed TLS drivers for shared heap 2018-09-04 10:32:06 +01:00
plat_gic.c Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
plat_gicv2.c plat/common: gic: MISRA fixes 2018-08-30 09:22:16 +01:00
plat_gicv3.c plat/common: gic: MISRA fixes 2018-08-30 09:22:16 +01:00
plat_log_common.c Fix MISRA defects in log helpers 2018-08-30 16:22:52 +01:00
plat_psci_common.c PSCI: Fix MISRA defects in platform code 2018-07-24 09:12:16 +01:00