zephyrproject-rtos / zephyr

Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
https://docs.zephyrproject.org
Apache License 2.0
10.72k stars 6.55k forks source link

lpcxpresso55s69/lpc55s69/cpu0/ns build fails #79327

Closed ozersa closed 2 weeks ago

ozersa commented 2 weeks ago

Describe the bug Final trusted-firmware-m update here: https://github.com/zephyrproject-rtos/zephyr/commit/8a5a5ec665c6663c82954947c5f0a2afa03a9389 break Zephyr + TFM builds Tested with two devices (NXP + ADI) image

To Reproduce 1- Download final version of zephyr 2- run west update to update all component 3- try to build hello world example with ns mode

west build -b lpcxpresso55s69/lpc55s69/cpu0/ns .\samples\hello_world\ -p

Expected behavior Build shall success, zephyr + tfm and MCUBoot shall be build

Impact

Logs and console output

PS C:\Users\sozer\zephyrproject\zephyr> west build -b lpcxpresso55s69/lpc55s69/cpu0/ns  .\samples\hello_world\ -p 
-- west build: making build dir C:\Users\sozer\zephyrproject\zephyr\build pristine
-- west build: generating a build system
Loading Zephyr default modules (Zephyr base).
-- Application: C:/Users/sozer/zephyrproject/zephyr/samples/hello_world
-- CMake version: 3.26.4
-- Found Python3: C:/Python/Python312/python.exe (found suitable version "3.12.7", minimum required is "3.10") found components: Interpreter 
-- Cache files will be written to: C:/Users/sozer/zephyrproject/zephyr/.cache
-- Zephyr version: 3.7.99 (C:/Users/sozer/zephyrproject/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: lpcxpresso55s69, qualifiers: lpc55s69/cpu0/ns
-- Found host-tools: zephyr 0.16.1 (C:/Users/sozer/zephyr-sdk-0.16.1)
-- Found toolchain: zephyr 0.16.1 (C:/Users/sozer/zephyr-sdk-0.16.1)
-- Found Dtc: C:/ProgramData/chocolatey/bin/dtc.exe (found suitable version "1.5.0", minimum required is "1.4.6") 
-- Found BOARD.dts: C:/Users/sozer/zephyrproject/zephyr/boards/nxp/lpcxpresso55s69/lpcxpresso55s69_lpc55s69_cpu0_ns.dts
-- Generated zephyr.dts: C:/Users/sozer/zephyrproject/zephyr/build/zephyr/zephyr.dts
-- Generated pickled edt: C:/Users/sozer/zephyrproject/zephyr/build/zephyr/edt.pickle
-- Generated zephyr.dts: C:/Users/sozer/zephyrproject/zephyr/build/zephyr/zephyr.dts
-- Generated devicetree_generated.h: C:/Users/sozer/zephyrproject/zephyr/build/zephyr/include/generated/zephyr/devicetree_generated.h
-- Including generated dts.cmake file: C:/Users/sozer/zephyrproject/zephyr/build/zephyr/dts.cmake
Parsing C:/Users/sozer/zephyrproject/zephyr/Kconfig
Loaded configuration 'C:/Users/sozer/zephyrproject/zephyr/boards/nxp/lpcxpresso55s69/lpcxpresso55s69_lpc55s69_cpu0_ns_defconfig'
Merged configuration 'C:/Users/sozer/zephyrproject/zephyr/samples/hello_world/prj.conf'
Configuration saved to 'C:/Users/sozer/zephyrproject/zephyr/build/zephyr/.config'
Kconfig header saved to 'C:/Users/sozer/zephyrproject/zephyr/build/zephyr/include/generated/zephyr/autoconf.h'
-- Found GnuLd: c:/users/sozer/zephyr-sdk-0.16.1/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd.exe (found version "2.38") 
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: C:/Users/sozer/zephyr-sdk-0.16.1/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe
Load components for LPC55S69_cm33_core0:
driver_common component is included.
driver_reset component is included.
device_CMSIS component is included.
CMSIS_Include_core_cm component is included.
device_system component is included.
driver_lpc_gpio component is included.
driver_pint component is included.
driver_inputmux component is included.
driver_inputmux_connections component is included.
driver_flexcomm component is included.
driver_flexcomm_usart component is included.
driver_lpc_iocon component is included.
-- Setting build type to 'MinSizeRel' as none was specified.
CMake Warning at C:/Users/sozer/zephyrproject/zephyr/modules/trusted-firmware-m/CMakeLists.txt:527 (message):
  TFM_DUMMY_PROVISIONING is enabled:

        The device will be provisioned using dummy keys and is NOT secure!
        This is not suitable for production

-- Configuring done (30.7s)
-- Generating done (0.4s)
-- Build files have been written to: C:/Users/sozer/zephyrproject/zephyr/build
←[92m-- west build: building application
[1/246] Generating include/generated/zephyr/version.h
-- Zephyr version: 3.7.99 (C:/Users/sozer/zephyrproject/zephyr), build: v3.7.0-3804-gf98fde07b304
[2/246] Generating ../../tfm/CMakeCache.txt
FAILED: tfm/CMakeCache.txt C:/Users/sozer/zephyrproject/zephyr/build/tfm/CMakeCache.txt
cmd.exe /C "cd /D C:\Users\sozer\zephyrproject\zephyr\build\tfm && "C:\Program Files\CMake\bin\cmake.exe" -GNinja -DTFM_TOOLCHAIN_FILE=C:/Users/sozer/zephyrproject/modules/tee/tf-m/trusted-firmware-m/toolchain_GNUARM.cmake -DCROSS_COMPILE=C:/Users/sozer/zephyr-sdk-0.16.1/arm-zephyr-eabi/bin/arm-zephyr-eabi -DCMAKE_BUILD_TYPE=MinSizeRel -DTFM_PLATFORM=nxp/lpcxpresso55s69 -DCONFIG_TFM_BUILD_LOG_QUIET=ON -DCONFIG_TFM_MEMORY_USAGE_QUIET=OFF -DPython3_EXECUTABLE=C:/Python/Python312/python.exe -DCONFIG_TFM_SPM_BACKEND="IPC" -DBL2=TRUE -DMCUBOOT_IMAGE_VERSION_S=0.0.0+0 -DMCUBOOT_IMAGE_VERSION_NS=0.0.0+0 -DMCUBOOT_SIGNATURE_TYPE=EC-P256 -DMCUBOOT_USE_PSA_CRYPTO=ON -DMCUBOOT_BUILTIN_KEY=ON -DMCUBOOT_HW_KEY=OFF -DMCUBOOT_KEY_S=C:/Users/sozer/zephyrproject/modules/tee/tf-m/trusted-firmware-m/bl2/ext/mcuboot/root-EC-P256.pem -DMCUBOOT_KEY_NS=C:/Users/sozer/zephyrproject/modules/tee/tf-m/trusted-firmware-m/bl2/ext/mcuboot/root-EC-P256_1.pem -DTFM_ISOLATION_LEVEL=2 -DTFM_PROFILE=profile_medium -DMCUBOOT_IMAGE_NUMBER=2 -DTFM_DUMMY_PROVISIONING=ON -DTFM_EXCEPTION_INFO_DUMP=ON -DMCUBOOT_LOG_LEVEL=INFO -DTFM_PARTITION_LOG_LEVEL=TFM_PARTITION_LOG_LEVEL_INFO -DTFM_SPM_LOG_LEVEL=TFM_SPM_LOG_LEVEL_INFO -DTFM_PARTITION_NS_AGENT_MAILBOX=OFF -DTFM_PARTITION_PROTECTED_STORAGE=ON -DTFM_PARTITION_INTERNAL_TRUSTED_STORAGE=ON -DTFM_PARTITION_CRYPTO=ON -DTFM_PARTITION_PLATFORM=ON -DTFM_PARTITION_INITIAL_ATTESTATION=OFF -DTFM_PARTITION_FIRMWARE_UPDATE=OFF -DTFM_PLATFORM_NXP_HAL_FILE_PATH=C:/Users/sozer/zephyrproject/modules/tee/tf-m/trusted-firmware-m/platform/ext/target/nxp/ -DMCUBOOT_PATH=C:/Users/sozer/zephyrproject/bootloader/mcuboot -DCONFIG_TFM_ENABLE_FP=OFF -DTFM_TESTS_REVISION_CHECKS=OFF -DMBEDCRYPTO_PATH=C:/Users/sozer/zephyrproject/modules/crypto/mbedtls -DCMSIS_PATH=C:/Users/sozer/zephyrproject/modules/tee/tf-m/trusted-firmware-m/platform/ext/cmsis C:/Users/sozer/zephyrproject/modules/tee/tf-m/trusted-firmware-m"
-- Could NOT find Threads (missing: Threads_FOUND)
-- Could NOT find Threads (missing: Threads_FOUND)
CMake Warning (dev) at platform/ext/target/nxp/lpcxpresso55s69/CMakeLists.txt:17:
  Syntax Warning in cmake code at column 58

  Argument not separated from preceding token by whitespace.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Error at cmake/utils.cmake:67 (message):
  INVALID CONFIG: BL2 AND ( NOT MCUBOOT_UPGRADE_STRATEGY = DIRECT_XIP AND
  MCUBOOT_DIRECT_XIP_REVERT )
Call Stack (most recent call first):
  config/check_config.cmake:28 (tfm_invalid_config)
  CMakeLists.txt:70 (include)

-- Configuring incomplete, errors occurred!
[3/246] Generating misc/generated/syscalls.json, misc/generated/struct_tags.json
ninja: build stopped: subcommand failed.
FATAL ERROR: command exited with status 1: 'C:\Program Files\CMake\bin\cmake.EXE' --build 'C:\Users\sozer\zephyrproject\zephyr\build'
PS C:\Users\sozer\zephyrproject\zephyr> 

Environment (please complete the following information):

Additional context

github-actions[bot] commented 2 weeks ago

Hi @ozersa! We appreciate you submitting your first issue for our open-source project. 🌟

Even though I'm a bot, I can assure you that the whole community is genuinely grateful for your time and effort. 🤖💙

ozersa commented 2 weeks ago

@MaureenHelm fyi.

mmahadevan108 commented 2 weeks ago

@butok, can you help take a look at this issue.

butok commented 2 weeks ago

(10/06/2034) Commit SHA-1: d022d315d2e006ad1eb13f3f72a00a99b4ff7fb0

The issue was not been reproduced. The build has passed.

>west build -p always -b lpcxpresso55s69/lpc55s69/cpu0/ns samples/hello_world

-- west build: making build dir C:\_ddm\ZEPHYR\zephyr_vs\zephyr\build pristine
-- west build: generating a build system
Loading Zephyr default modules (Zephyr base).
-- Application: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/samples/hello_world
-- CMake version: 3.28.1
-- Found Python3: C:/Python311/python.exe (found suitable version "3.11.4", minimum required is "3.10") found components: Interpreter
-- Cache files will be written to: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/.cache
-- Zephyr version: 3.7.99 (C:/_ddm/ZEPHYR/zephyr_vs/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: lpcxpresso55s69, qualifiers: lpc55s69/cpu0/ns
-- ZEPHYR_TOOLCHAIN_VARIANT not set, trying to locate Zephyr SDK
-- Found host-tools: zephyr 0.16.8 (C:/Users/nxa12205/zephyr-sdk-0.16.8)
-- Found toolchain: zephyr 0.16.8 (C:/Users/nxa12205/zephyr-sdk-0.16.8)
-- Found Dtc: C:/Users/nxa12205/.mcuxpressotools/dtc-msys2/tools/usr/bin/dtc.exe (found suitable version "1.6.1", minimum required is "1.4.6")
-- Found BOARD.dts: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/boards/nxp/lpcxpresso55s69/lpcxpresso55s69_lpc55s69_cpu0_ns.dts
-- Generated zephyr.dts: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/zephyr/zephyr.dts
-- Generated pickled edt: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/zephyr/edt.pickle
-- Generated zephyr.dts: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/zephyr/zephyr.dts
-- Generated devicetree_generated.h: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/zephyr/include/generated/zephyr/devicetree_generated.h
-- Including generated dts.cmake file: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/zephyr/dts.cmake
Parsing C:/_ddm/ZEPHYR/zephyr_vs/zephyr/Kconfig
Loaded configuration 'C:/_ddm/ZEPHYR/zephyr_vs/zephyr/boards/nxp/lpcxpresso55s69/lpcxpresso55s69_lpc55s69_cpu0_ns_defconfig'
Merged configuration 'C:/_ddm/ZEPHYR/zephyr_vs/zephyr/samples/hello_world/prj.conf'
Configuration saved to 'C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/zephyr/.config'
Kconfig header saved to 'C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/zephyr/include/generated/zephyr/autoconf.h'
-- Found GnuLd: c:/users/nxa12205/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd.exe (found version "2.38")
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: C:/Users/nxa12205/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe
Load components for LPC55S69_cm33_core0:
driver_common component is included.
driver_reset component is included.
device_CMSIS component is included.
CMSIS_Include_core_cm component is included.
device_system component is included.
driver_lpc_gpio component is included.
driver_pint component is included.
driver_inputmux component is included.
driver_inputmux_connections component is included.
driver_flexcomm component is included.
driver_flexcomm_usart component is included.
driver_lpc_iocon component is included.
-- Setting build type to 'MinSizeRel' as none was specified.
-- Using ccache: C:/Strawberry/c/bin/ccache.exe
CMake Warning at C:/_ddm/ZEPHYR/zephyr_vs/zephyr/modules/trusted-firmware-m/CMakeLists.txt:527 (message):
  TFM_DUMMY_PROVISIONING is enabled:

        The device will be provisioned using dummy keys and is NOT secure!
        This is not suitable for production

-- Configuring done (30.8s)
-- Generating done (0.9s)
-- Build files have been written to: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build
-- west build: building application
[1/246] Generating include/generated/zephyr/version.h
-- Zephyr version: 3.7.99 (C:/_ddm/ZEPHYR/zephyr_vs/zephyr), build: v3.7.0-3955-gd022d315d2e0
[6/246] Generating ../../tfm/CMakeCache.txt
-- Found Git: C:/Program Files/Git/cmd/git.exe (found version "2.41.0.windows.1")
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: C:/Users/nxa12205/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe
-- Found Python3: C:/Python311/python.exe (found version "3.11.4") found components: Interpreter
-- [Crypto service] Using P256M software driver in PSA Crypto backend
CMake Warning (dev) at C:/Users/nxa12205/.mcuxpressotools/cmake-3.28.1-windows-x86_64/share/cmake-3.28/Modules/GNUInstallDirs.cmake:243 (message):
  Unable to determine default CMAKE_INSTALL_LIBDIR directory because no
  target architecture is known.  Please enable at least one language before
  including GNUInstallDirs.
Call Stack (most recent call first):
  C:/_ddm/ZEPHYR/zephyr_vs/modules/crypto/mbedtls/CMakeLists.txt:52 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Check if compiler accepts -pthread
-- Check if compiler accepts -pthread - no
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - not found
-- Could NOT find Threads (missing: Threads_FOUND)
-- Performing Test C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS
-- Performing Test C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS - Failed
-- Could NOT find Threads (missing: Threads_FOUND)
CMake Warning (dev) at platform/ext/target/nxp/lpcxpresso55s69/CMakeLists.txt:17:
  Syntax Warning in cmake code at column 58

  Argument not separated from preceding token by whitespace.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Configuring done (15.4s)
-- Generating done (0.8s)
-- Build files have been written to: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm
[400/410] Linking C executable bin\tfm_s.axf
Memory region         Used Size  Region Size  %age Used
           FLASH:       69464 B       158 KB     42.93%
             RAM:       44012 B       136 KB     31.60%
        CODE_RAM:          0 GB        32 KB      0.00%
[405/410] Generating tfm_s_signed.bin
image.py: sign the payload
[407/410] Linking C executable bin\bl2.axf
Memory region         Used Size  Region Size  %age Used
           FLASH:       26104 B        32 KB     79.66%
             RAM:       32128 B       272 KB     11.53%
[410/410] Generating ../bin/bl2.hex

[13/246] Performing install step for 'tfm'
-- Install configuration: "MinSizeRel"
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/board.c
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/hardware_init.c
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/clock_config.c
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/pin_mux.c
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Driver_USART.c
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/plat_test.c
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Device
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Device/Config
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Device/Config/device_cfg.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Device/Include
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Device/Include/cmsis.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Device/Include/device_definition.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Device/Include/platform_description.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Device/Include/platform_irq.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Device/Include/platform_regs.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Device/Include/platform_base_address.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Device/Source
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Device/Source/startup_lpcxpresso55s69.c
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/drivers
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/drivers/fsl_clock.c
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/drivers/fsl_clock.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/drivers/fsl_power.c
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/drivers/fsl_power.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/drivers/fsl_reset.c
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/drivers/fsl_reset.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/fsl_device_registers.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/LPC55S69_cm33_core0.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/LPC55S69_cm33_core0_features.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/LPC55S69_cm33_core1.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/LPC55S69_cm33_core1_features.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/system_LPC55S69_cm33_core0.c
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/system_LPC55S69_cm33_core0.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/components
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/components/lists
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/components/lists/fsl_component_generic_list.c
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/components/lists/fsl_component_generic_list.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/components/serial_manager
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/components/serial_manager/fsl_component_serial_manager.c
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/components/serial_manager/fsl_component_serial_manager.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/components/serial_manager/fsl_component_serial_port_internal.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/components/serial_manager/fsl_component_serial_port_uart.c
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/components/serial_manager/fsl_component_serial_port_uart.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/components/uart
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/components/uart/fsl_adapter_uart.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/components/uart/fsl_adapter_usart.c
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/drivers/fsl_common.c
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/drivers/fsl_common.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/drivers/fsl_common_arm.c
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/drivers/fsl_common_arm.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/drivers/fsl_ctimer.c
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/drivers/fsl_ctimer.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/drivers/fsl_flexcomm.c
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/drivers/fsl_flexcomm.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/drivers/fsl_gpio.c
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/drivers/fsl_gpio.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/drivers/fsl_iap.c
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/drivers/fsl_iap.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/drivers/fsl_iap_ffr.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/drivers/fsl_iap_kbp.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/drivers/fsl_iap_skboot_authenticate.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/drivers/fsl_iocon.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/drivers/fsl_usart.c
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/drivers/fsl_usart.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/utilities
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/utilities/debug_console
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/utilities/debug_console/fsl_debug_console.c
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/utilities/debug_console/fsl_debug_console.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/utilities/debug_console/fsl_debug_console_conf.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/utilities/fsl_assert.c
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/utilities/fsl_assert.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/utilities/str
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/utilities/str/fsl_str.c
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/Native_Driver/utilities/str/fsl_str.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/ext/driver/Driver_Common.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/ext/driver/Driver_Flash.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/ext/driver/Driver_USART.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/include/app.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/include/board.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/include/clock_config.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/include/pin_mux.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/include/config_tfm_target.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/include/target_cfg.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/include/tfm_peripherals_def.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/include/target_cfg_common.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/partition
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/partition/flash_layout.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/partition/region_defs.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/linker_scripts/tfm_common_ns.ld
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/linker_scripts/tfm_common_ns.sct
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/linker_scripts/tfm_common_ns.icf
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/CMakeLists.txt
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/cpuarch.cmake
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/config.cmake
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/bin
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/bin/bl2.axf
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/bin/bl2.bin
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/bin/bl2.elf
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/bin/bl2.hex
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/bin/bl2.map
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/bin/image_ns_signing_public_key.pem
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/bin/image_s_signing_public_key.pem
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/bin/tfm_s.axf
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/bin/tfm_s.bin
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/bin/tfm_s.elf
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/bin/tfm_s.hex
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/bin/tfm_s.map
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/bin/tfm_s_signed.bin
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/lib/s_veneers.o
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/psa/client.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/psa/error.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/psa_manifest/sid.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/config_impl.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/tfm_veneers.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/tfm_ns_interface.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/tfm_ns_client_ext.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/config_tfm.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/config_base.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/tfm_psa_call_pack.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/psa/framework_feature.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/psa/protected_storage.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/psa/storage_common.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/tfm_ps_defs.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/psa/internal_trusted_storage.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/tfm_its_defs.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/psa/README.rst
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/psa/build_info.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/psa/crypto.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/psa/crypto_adjust_auto_enabled.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/psa/crypto_adjust_config_key_pair_types.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/psa/crypto_adjust_config_synonyms.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/psa/crypto_builtin_composites.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/psa/crypto_builtin_key_derivation.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/psa/crypto_builtin_primitives.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/psa/crypto_compat.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/psa/crypto_driver_common.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/psa/crypto_driver_contexts_composites.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/psa/crypto_driver_contexts_key_derivation.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/psa/crypto_driver_contexts_primitives.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/psa/crypto_extra.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/psa/crypto_legacy.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/psa/crypto_platform.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/psa/crypto_se_driver.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/psa/crypto_sizes.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/psa/crypto_struct.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/psa/crypto_types.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/psa/crypto_values.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/tfm_crypto_defs.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/aes.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/aria.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/asn1.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/asn1write.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/base64.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/bignum.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/block_cipher.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/build_info.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/camellia.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/ccm.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/chacha20.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/chachapoly.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/check_config.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/cipher.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/cmac.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/compat-2.x.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/config_adjust_legacy_crypto.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/config_adjust_legacy_from_psa.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/config_adjust_psa_from_legacy.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/config_adjust_psa_superset_legacy.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/config_adjust_ssl.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/config_adjust_x509.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/config_psa.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/constant_time.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/ctr_drbg.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/debug.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/des.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/dhm.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/ecdh.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/ecdsa.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/ecjpake.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/ecp.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/entropy.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/error.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/gcm.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/hkdf.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/hmac_drbg.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/lms.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/md.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/md5.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/memory_buffer_alloc.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/net_sockets.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/nist_kw.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/oid.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/pem.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/pk.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/pkcs12.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/pkcs5.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/pkcs7.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/platform.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/platform_time.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/platform_util.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/poly1305.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/private_access.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/psa_util.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/README.rst
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/ripemd160.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/rsa.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/sha1.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/sha256.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/sha3.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/sha512.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/ssl.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/ssl_cache.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/ssl_ciphersuites.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/ssl_cookie.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/ssl_ticket.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/threading.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/timing.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/version.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/x509.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/x509_crl.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/x509_crt.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/mbedtls/x509_csr.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/tfm_platform_api.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/crypto_keys
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/crypto_keys/tfm_builtin_key_ids.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/src/tfm_tz_psa_ns_api.c
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/os_wrapper
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/os_wrapper/common.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/include/os_wrapper/mutex.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/src/os_wrapper
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/src/os_wrapper/tfm_ns_interface_bare_metal.c
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/src/os_wrapper/tfm_ns_interface_rtos.c
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/src/tfm_ps_api.c
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/src/tfm_its_api.c
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/src/tfm_crypto_api.c
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/interface/src/tfm_platform_api.c
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/image_signing/scripts
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/image_signing/scripts/assemble.py
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/image_signing/scripts/macro_parser.py
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/image_signing/scripts/requirements.txt
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/image_signing/scripts/wrapper
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/image_signing/scripts/wrapper/wrapper.py
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/image_signing/scripts/__pycache__
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/image_signing/scripts/__pycache__/macro_parser.cpython-311.pyc
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/image_signing/scripts/imgtool
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/image_signing/scripts/imgtool/boot_record.py
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/image_signing/scripts/imgtool/dumpinfo.py
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/image_signing/scripts/imgtool/image.py
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/image_signing/scripts/imgtool/keys
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/image_signing/scripts/imgtool/keys/ecdsa.py
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/image_signing/scripts/imgtool/keys/ecdsa_test.py
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/image_signing/scripts/imgtool/keys/ed25519.py
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/image_signing/scripts/imgtool/keys/ed25519_test.py
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/image_signing/scripts/imgtool/keys/general.py
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/image_signing/scripts/imgtool/keys/privatebytes.py
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/image_signing/scripts/imgtool/keys/rsa.py
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/image_signing/scripts/imgtool/keys/rsa_test.py
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/image_signing/scripts/imgtool/keys/x25519.py
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/image_signing/scripts/imgtool/keys/__init__.py
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/image_signing/scripts/imgtool/keys/__pycache__
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/image_signing/scripts/imgtool/keys/__pycache__/ecdsa.cpython-311.pyc
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/image_signing/scripts/imgtool/keys/__pycache__/ed25519.cpython-311.pyc
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/image_signing/scripts/imgtool/keys/__pycache__/general.cpython-311.pyc
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/image_signing/scripts/imgtool/keys/__pycache__/privatebytes.cpython-311.pyc
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/image_signing/scripts/imgtool/keys/__pycache__/rsa.cpython-311.pyc
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/image_signing/scripts/imgtool/keys/__pycache__/x25519.cpython-311.pyc
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/image_signing/scripts/imgtool/keys/__pycache__/__init__.cpython-311.pyc
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/image_signing/scripts/imgtool/main.py
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/image_signing/scripts/imgtool/version.py
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/image_signing/scripts/imgtool/__init__.py
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/image_signing/scripts/imgtool/__pycache__
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/image_signing/scripts/imgtool/__pycache__/boot_record.cpython-311.pyc
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/image_signing/scripts/imgtool/__pycache__/dumpinfo.cpython-311.pyc
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/image_signing/scripts/imgtool/__pycache__/image.cpython-311.pyc
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/image_signing/scripts/imgtool/__pycache__/main.cpython-311.pyc
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/image_signing/scripts/imgtool/__pycache__/version.cpython-311.pyc
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/image_signing/scripts/imgtool/__pycache__/__init__.cpython-311.pyc
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/image_signing/layout_files/signing_layout_s.o
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/image_signing/keys/image_s_signing_private_key.pem
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/image_signing/keys/image_s_signing_public_key.pem
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/image_signing/layout_files/signing_layout_ns.o
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/image_signing/keys/image_ns_signing_private_key.pem
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/image_signing/keys/image_ns_signing_public_key.pem
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/config/cp_check.cmake
----- Installing platform NS -----
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/ext/cmsis/Include
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/ext/cmsis/Include/a-profile
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/ext/cmsis/Include/a-profile/cmsis_armclang_a.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/ext/cmsis/Include/a-profile/cmsis_clang_a.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/ext/cmsis/Include/a-profile/cmsis_cp15.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/ext/cmsis/Include/a-profile/cmsis_gcc_a.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/ext/cmsis/Include/a-profile/cmsis_iccarm_a.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/ext/cmsis/Include/a-profile/irq_ctrl.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/ext/cmsis/Include/cmsis_compiler.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/ext/cmsis/Include/cmsis_version.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/ext/cmsis/Include/core_ca.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/ext/cmsis/Include/core_cm0.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/ext/cmsis/Include/core_cm0plus.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/ext/cmsis/Include/core_cm1.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/ext/cmsis/Include/core_cm23.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/ext/cmsis/Include/core_cm3.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/ext/cmsis/Include/core_cm33.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/ext/cmsis/Include/core_cm35p.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/ext/cmsis/Include/core_cm4.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/ext/cmsis/Include/core_cm52.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/ext/cmsis/Include/core_cm55.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/ext/cmsis/Include/core_cm7.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/ext/cmsis/Include/core_cm85.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/ext/cmsis/Include/core_sc000.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/ext/cmsis/Include/core_sc300.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/ext/cmsis/Include/core_starmc1.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/ext/cmsis/Include/m-profile
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/ext/cmsis/Include/m-profile/armv7m_cachel1.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/ext/cmsis/Include/m-profile/armv7m_mpu.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/ext/cmsis/Include/m-profile/armv81m_pac.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/ext/cmsis/Include/m-profile/armv8m_mpu.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/ext/cmsis/Include/m-profile/armv8m_pmu.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/ext/cmsis/Include/m-profile/cmsis_armclang_m.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/ext/cmsis/Include/m-profile/cmsis_clang_m.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/ext/cmsis/Include/m-profile/cmsis_gcc_m.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/ext/cmsis/Include/m-profile/cmsis_iccarm_m.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/ext/cmsis/Include/m-profile/cmsis_tiarmclang_m.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/ext/cmsis/Include/tz_context.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/ext/common/uart_stdout.c
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/ext/common/uart_stdout.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/include/boot_hal.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/include/cmsis_override.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/include/exception_info.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/include/fatal_error.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/include/mbedtls_entropy_nv_seed_config.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/include/region.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/include/tfm_attest_hal.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/include/tfm_hal_defs.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/include/tfm_hal_device_header.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/include/tfm_hal_interrupt.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/include/tfm_hal_isolation.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/include/tfm_hal_its.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/include/tfm_hal_its_encryption.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/include/tfm_hal_mailbox.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/include/tfm_hal_multi_core.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/include/tfm_hal_platform.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/include/tfm_hal_ps.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/include/tfm_platform_system.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/include/tfm_plat_boot_seed.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/include/tfm_plat_config.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/include/tfm_plat_crypto_keys.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/include/tfm_plat_crypto_nv_seed.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/include/tfm_plat_defs.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/include/tfm_plat_device_id.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/include/tfm_plat_ns.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/include/tfm_plat_nv_counters.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/include/tfm_plat_otp.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/include/tfm_plat_provisioning.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/include/tfm_plat_rotpk.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/include/tfm_plat_test.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/CMakeLists.txt
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/cmake/toolchain_ns_GNUARM.cmake
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/cmake/toolchain_ns_ARMCLANG.cmake
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/cmake/toolchain_ns_IARARM.cmake
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/platform/include/fih.h
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/cmake/spe_export.cmake
-- Installing: C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/tfm/api_ns/cmake/set_extensions.cmake
[246/246] Linking C executable zephyr\zephyr.elf
Memory region         Used Size  Region Size  %age Used
           FLASH:       15194 B        96 KB     15.46%
             RAM:        4200 B       136 KB      3.02%
        USB_SRAM:          0 GB        16 KB      0.00%
        IDT_LIST:          0 GB        32 KB      0.00%
Generating files from C:/_ddm/ZEPHYR/zephyr_vs/zephyr/build/zephyr/zephyr.elf for board: lpcxpresso55s69
image.py: sign the payload
image.py: sign the payload
ozersa commented 2 weeks ago

Yes the build works with final zephyr point that you mention, It has been fixed by somehow after the SHA I mentioned. https://github.com/zephyrproject-rtos/zephyr/compare/f98fde07b304fadf98d62659de3a4bbf0dd99149...d022d315d2e006ad1eb13f3f72a00a99b4ff7fb0 Thanks.