Platform: move debug printouts out of tfm_spm_hal_init_isolation_hw (psoc64)
A recent change
(https://review.trustedfirmware.org/c/trusted-firmware-m/+/3040)
moves isolation hw initialization above tfm_spm_hal_post_init()
thus making UART uninitialized at the time of calling
tfm_spm_hal_init_isolation_hw().
Added SMPU_Print_Config() to print SMPU configuration later.
Optimized smpu_init_cfg() and ppu_init_cfg().
Signed-off-by: Andrei Narkevitch <ainh@cypress.com>
Change-Id: I4f4fa40f6e9632d02a7d366470d6c71b88bcf0ef
5 files changed