commit | 060f17a5af7334af0325372476da26bdc6f6535a | [log] [tgz] |
---|---|---|
author | Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no> | Mon Nov 30 15:11:23 2020 +0100 |
committer | Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no> | Tue Dec 01 14:19:03 2020 +0200 |
tree | 2d6c4c2a11e2b744f6da83af4bd71eac53ea07b9 | |
parent | 0924cb55df52bcf40dc3e0791fa59a13982aa164 [diff] |
modules: tfm: add required selection and dependencies BUILD_WITH_TFM needs to depend on ARM_TRUSTZONE_M, which is selected by the SoC or Board definition. In addition to that we add an imply statement for INIT_ARCH_HW_AT_BOOT because Zephyr will be chain-loaded by TF-M, and needs to cleanup its core ARCH registers that might be left in non-reset state. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>