commit | ee11940113c272eaf8c270dd35011cadf1356cad | [log] [tgz] |
---|---|---|
author | Sebastian Bøe <sebastian.boe@nordicsemi.no> | Fri Nov 17 10:24:31 2023 +0100 |
committer | David Hu <david.hu@arm.com> | Tue Nov 21 06:54:12 2023 +0100 |
tree | e5630c975038f62295b6744e3baaf492fe3f0049 | |
parent | 7d68573b32bc1c91c6b901c32e37c4f945e575a1 [diff] |
SPM: Print the TF-M version as early as possible For debug purposes it is good practice for the boot banner to be the first message that is logged. The earliest point that we can start logging is after the platform has initialized it's logging backend, like a UART driver. We therefore move the boot banner from after tfm_core_init to just after tfm_hal_platform_init. Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no> Change-Id: I771f8fa0867382ee6a688322b91943a247d1fd72