commit | 1c8009035ef0a730a98112c40a9f3d0c2490f76a | [log] [tgz] |
---|---|---|
author | Abhi Singh <abhi.singh@arm.com> | Tue Nov 05 11:19:34 2024 -0600 |
committer | Abhi Singh <Abhi.Singh@arm.com> | Tue Nov 19 18:51:53 2024 +0100 |
tree | eb07b158f4d80ea85dc7fc7d12d14ea7d9888780 | |
parent | 5c0cbb2faaa0ddfbe7c36d037918fbda13a661f6 [diff] |
refactor(rpi3): move mbedtls helper to common code In order to support measured boot we need plat_get_mbedtls_heap, this function currently resides in rpi3_trusted_boot.c, but we do not need trusted board boot to use measured boot, so moving this to common code removes the need to compile rpi3_trusted_boot.c Change-Id: I6ac6dfa8c540e456d7cb6932098c921907ad086a Signed-off-by: Tushar Khandelwal <tushar.khandelwal@arm.com> Signed-off-by: Abhi Singh <abhi.singh@arm.com>