arm-trusted-firmware/drivers/auth
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
..
cryptocell Fix order of #includes 2017-07-12 14:45:31 +01:00
mbedtls Prepare Mbed TLS drivers for shared heap 2018-09-04 10:32:06 +01:00
tbbr Dynamic cfg: Enable support on CoT for other configs 2018-05-18 12:26:38 +01:00
auth_mod.c Fix MISRA rule 8.3 Part 4 2018-04-13 14:01:56 +01:00
crypto_mod.c Fix MISRA rule 8.4 Part 4 2018-04-13 14:01:56 +01:00
img_parser_mod.c Clean usage of void pointers to access symbols 2018-03-27 13:20:27 +01:00