zephyr/modules/trusted-firmware-m
Joakim Andersson 13230747e3 modules: trusted-firmware-m: Fix mcuboot imgtool not found on path
Fix issue with TFM signing of images not using the correct imgtool.
The wrapper command expects the mcuboot scripts folder to be the
current working directory when called in order to find its own
version of imgtool.
Since the command is using a different current working directory
this is not found and the system imgtool is used instead.
This causes the commands to be run with 2 different version of imgtool
if the system imgtool is found and does not have any issues.
The system imgtool could not be installed or have compatibility issues
as 1.7.2 version of imgtool is currently required by the wrapper script

Fixes: #40254

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
2021-11-21 18:51:16 -05:00
..
interface tfm: Put saving of FPU context into its own file so it can be reused 2021-06-07 15:23:22 +02:00
psa tfm: Fix zephyr-sdk toolchain variant integration 2021-10-07 14:02:40 -05:00
src CMakeLists.txt: Add support for running PSA tests 2021-04-20 16:13:40 +02:00
CMakeLists.txt modules: trusted-firmware-m: Fix mcuboot imgtool not found on path 2021-11-21 18:51:16 -05:00
Kconfig modules: tfm: remove redundant if BUILD_WITH_TFM guard in Kconfig 2021-06-11 16:13:57 +02:00
Kconfig.tfm modules: trusted-firmware-m: Use module location variable for .pem keys 2021-11-01 11:20:06 -04:00
Kconfig.tfm.crypto_modules modules: tfm: Update crypto modules prompt strings 2021-11-13 07:58:50 -05:00
Kconfig.tfm.partitions modules: tfm: Add configuration for TF-M log options 2021-10-17 11:50:53 -04:00