arm-trusted-firmware/drivers/auth/mbedtls
Ambroise Vincent 2374ab1799 Mbed TLS: Remove weak heap implementation
The implementation of the heap function plat_get_mbedtls_heap() becomes
mandatory for platforms supporting TRUSTED_BOARD_BOOT.

The shared Mbed TLS heap default weak function implementation is
converted to a helper function get_mbedtls_heap_helper() which can be
used by the platforms for their own function implementation.

Change-Id: Ic8f2994e25e3d9fcd371a21ac459fdcafe07433e
Signed-off-by: Ambroise Vincent <ambroise.vincent@arm.com>
2019-04-12 09:52:52 +01:00
..
mbedtls_common.c Mbed TLS: Remove weak heap implementation 2019-04-12 09:52:52 +01:00
mbedtls_common.mk Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
mbedtls_crypto.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
mbedtls_crypto.mk Create a library file for libmbedtls 2018-08-03 11:31:36 +01:00
mbedtls_x509.mk Create a library file for libmbedtls 2018-08-03 11:31:36 +01:00
mbedtls_x509_parser.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00