commit | e47b703903ae553a919a84aad3647b41768311d6 | [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 | f5ad25a7ef4ead645b622f6aae1467ed83f1b226 [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>