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>
1 parent e5be1f9 commit 2374ab1799bedae1acc17fde0205d272f8111836
@Ambroise Vincent Ambroise Vincent authored on 10 Apr 2019
Showing 10 changed files
View
docs/porting-guide.rst
View
drivers/auth/mbedtls/mbedtls_common.c
View
include/plat/common/platform.h
View
plat/arm/board/juno/juno_security.c
View
plat/hisilicon/hikey/hikey_tbbr.c
View
plat/hisilicon/hikey960/hikey960_tbbr.c
View
plat/imx/imx7/warp7/warp7_trusted_boot.c
View
plat/qemu/qemu_trusted_boot.c
View
plat/rpi3/rpi3_trusted_boot.c
View
plat/socionext/uniphier/uniphier_tbbr.c