Skip to content

Conversation

@Vge0rge
Copy link
Contributor

@Vge0rge Vge0rge commented Oct 23, 2025

manifest: Update TF-M with latest pinctrl

Update TF-M to include the latest pinctrl header
from Zephyr.

@Vge0rge Vge0rge marked this pull request as ready for review October 23, 2025 12:21
@Vge0rge Vge0rge requested review from a team as code owners October 23, 2025 12:21
@NordicBuilder NordicBuilder added manifest changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Oct 23, 2025
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Oct 23, 2025

CI Information

To view the history of this post, click the 'edited' button above
Build number: 2

Inputs:

Sources:

trusted-firmware-m: PR head: 59b0fb73363e97b9908cbba352b16f3d46f9ca48
sdk-nrf: PR head: 897d5612c94c7bde773b5244a142e2a210b7ccee

more details

trusted-firmware-m:

PR head: 59b0fb73363e97b9908cbba352b16f3d46f9ca48
merge base: 021e2bbd50c215e41710a72e05abce3224f074a7
target head (main): f9a27d019efe988d831bda76a385751807cf7c87
Diff

sdk-nrf:

PR head: 897d5612c94c7bde773b5244a142e2a210b7ccee
merge base: 59cb41da4e3d03619fead0ee0a3a2f05a5990ebd
target head (main): d349cf820c400f95df85ce21b9d8668515342277
Diff

Github labels

Enabled Name Description
ci-disabled Disable the ci execution
ci-all-test Run all of ci, no test spec filtering will be done
ci-force-downstream Force execution of downstream even if twister fails
ci-run-twister Force run twister
ci-run-zephyr-twister Force run zephyr twister
List of changed files detected by CI (265)
modules
│  ├── tee
│  │  ├── tf-m
│  │  │  ├── trusted-firmware-m
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── bl1
│  │  │  │  │  ├── bl1_2
│  │  │  │  │  │  ├── lib
│  │  │  │  │  │  │  ├── image.c
│  │  │  │  │  │  │  ├── interface
│  │  │  │  │  │  │  │  │ image.h
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── cmake
│  │  │  │  │  ├── install.cmake
│  │  │  │  │  ├── spe-CMakeLists.cmake
│  │  │  │  │  │ version.cmake
│  │  │  │  ├── config
│  │  │  │  │  ├── check_config.cmake
│  │  │  │  │  │ config_base.cmake
│  │  │  │  ├── docs
│  │  │  │  │  ├── contributing
│  │  │  │  │  │  │ maintainers.rst
│  │  │  │  │  ├── platform
│  │  │  │  │  │  ├── stm
│  │  │  │  │  │  │  ├── b_u585i_iot02a
│  │  │  │  │  │  │  │  │ readme.rst
│  │  │  │  │  │  │  ├── common
│  │  │  │  │  │  │  │  ├── stm32h5xx
│  │  │  │  │  │  │  │  │  │ readme.rst
│  │  │  │  │  │  │  │  ├── stm32l5xx
│  │  │  │  │  │  │  │  │  │ readme.rst
│  │  │  │  │  │  │  │  ├── stm32u5xx
│  │  │  │  │  │  │  │  │  │ readme.rst
│  │  │  │  │  │  │  │  ├── stm32wbaxx
│  │  │  │  │  │  │  │  │  │ readme.rst
│  │  │  │  │  │  │  ├── index.rst
│  │  │  │  │  │  │  ├── nucleo_l552ze_q
│  │  │  │  │  │  │  │  │ readme.rst
│  │  │  │  │  │  │  ├── stm32h573i_dk
│  │  │  │  │  │  │  │  │ readme.rst
│  │  │  │  │  │  │  ├── stm32l562e_dk
│  │  │  │  │  │  │  │  │ readme.rst
│  │  │  │  │  │  │  ├── stm32wba65i-dk
│  │  │  │  │  │  │  │  │ readme.rst
│  │  │  │  ├── interface
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── include
│  │  │  │  │  │  ├── psa
│  │  │  │  │  │  │  ├── build_info.h
│  │  │  │  │  │  │  ├── crypto.h
│  │  │  │  │  │  │  ├── crypto_adjust_auto_enabled.h
│  │  │  │  │  │  │  ├── crypto_adjust_config_key_pair_types.h
│  │  │  │  │  │  │  ├── crypto_adjust_config_synonyms.h
│  │  │  │  │  │  │  ├── crypto_compat.h
│  │  │  │  │  │  │  ├── crypto_driver_common.h
│  │  │  │  │  │  │  ├── crypto_driver_contexts_composites.h
│  │  │  │  │  │  │  ├── crypto_driver_contexts_key_derivation.h
│  │  │  │  │  │  │  ├── crypto_driver_contexts_primitives.h
│  │  │  │  │  │  │  ├── crypto_extra.h
│  │  │  │  │  │  │  ├── crypto_legacy.h
│  │  │  │  │  │  │  ├── crypto_platform.h
│  │  │  │  │  │  │  ├── crypto_se_driver.h
│  │  │  │  │  │  │  ├── crypto_sizes.h
│  │  │  │  │  │  │  ├── crypto_struct.h
│  │  │  │  │  │  │  ├── crypto_types.h
│  │  │  │  │  │  │  │ crypto_values.h
│  │  │  │  │  │  │ tfm_crypto_defs.h
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ tfm_crypto_api.c
│  │  │  │  ├── platform
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── ext
│  │  │  │  │  │  ├── accelerator
│  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  ├── cc312
│  │  │  │  │  │  │  │  │ otp_cc312.c
│  │  │  │  │  │  │  ├── stm
│  │  │  │  │  │  │  │  │ CMakeLists.txt
│  │  │  │  │  │  ├── common
│  │  │  │  │  │  │  ├── exception_info.c
│  │  │  │  │  │  │  ├── gcc
│  │  │  │  │  │  │  │  │ tfm_common_s.ld.template
│  │  │  │  │  │  │  ├── provisioning.c
│  │  │  │  │  │  │  ├── provisioning_bundle
│  │  │  │  │  │  │  │  │ provisioning_bundle.h
│  │  │  │  │  │  │  ├── template
│  │  │  │  │  │  │  │  ├── attest_hal.c
│  │  │  │  │  │  │  │  │ flash_otp_nv_counters_backend.h
│  │  │  │  │  │  ├── target
│  │  │  │  │  │  │  ├── arm
│  │  │  │  │  │  │  │  ├── corstone1000
│  │  │  │  │  │  │  │  │  ├── ci_regression_tests
│  │  │  │  │  │  │  │  │  │  │ s_io_storage_test.c
│  │  │  │  │  │  │  │  ├── mps3
│  │  │  │  │  │  │  │  │  ├── corstone300
│  │  │  │  │  │  │  │  │  │  ├── common
│  │  │  │  │  │  │  │  │  │  │  ├── ns
│  │  │  │  │  │  │  │  │  │  │  │  │ common.cmake
│  │  │  │  │  │  │  │  │  ├── corstone310
│  │  │  │  │  │  │  │  │  │  ├── common
│  │  │  │  │  │  │  │  │  │  │  ├── ns
│  │  │  │  │  │  │  │  │  │  │  │  │ common.cmake
│  │  │  │  │  │  │  │  ├── mps4
│  │  │  │  │  │  │  │  │  ├── common
│  │  │  │  │  │  │  │  │  │  ├── attest_hal.c
│  │  │  │  │  │  │  │  │  │  ├── bl1
│  │  │  │  │  │  │  │  │  │  │  │ boot_hal_bl1_1.c
│  │  │  │  │  │  │  │  │  │  ├── common.cmake
│  │  │  │  │  │  │  │  │  │  ├── ns
│  │  │  │  │  │  │  │  │  │  │  │ CMakeLists.txt
│  │  │  │  │  │  │  │  │  │  ├── otp_lcm.c
│  │  │  │  │  │  │  │  │  │  ├── provisioning
│  │  │  │  │  │  │  │  │  │  │  ├── bundle_common
│  │  │  │  │  │  │  │  │  │  │  │  │ provisioning_bundle.h
│  │  │  │  │  │  │  │  ├── rse
│  │  │  │  │  │  │  │  │  ├── common
│  │  │  │  │  │  │  │  │  │  │ attest_hal.c
│  │  │  │  │  │  │  ├── armchina
│  │  │  │  │  │  │  │  ├── mps3
│  │  │  │  │  │  │  │  │  ├── alcor
│  │  │  │  │  │  │  │  │  │  ├── common
│  │  │  │  │  │  │  │  │  │  │  ├── ns
│  │  │  │  │  │  │  │  │  │  │  │  │ common.cmake
│  │  │  │  │  │  │  │  │  ├── common
│  │  │  │  │  │  │  │  │  │  ├── provisioning
│  │  │  │  │  │  │  │  │  │  │  │ provisioning_bundle.h
│  │  │  │  │  │  │  ├── nordic_nrf
│  │  │  │  │  │  │  │  ├── common
│  │  │  │  │  │  │  │  │  ├── core
│  │  │  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  │  │  ├── cmsis_drivers
│  │  │  │  │  │  │  │  │  │  │  ├── Driver_Flash.c
│  │  │  │  │  │  │  │  │  │  │  │ Driver_USART.c
│  │  │  │  │  │  │  │  │  │  ├── common
│  │  │  │  │  │  │  │  │  │  │  ├── nrf-pinctrl.h
│  │  │  │  │  │  │  │  │  │  │  │ tfm-pinctrl.h
│  │  │  │  │  │  │  │  │  │  ├── hw_init.c
│  │  │  │  │  │  │  │  │  │  ├── nrfx_config.h
│  │  │  │  │  │  │  │  │  │  ├── ns
│  │  │  │  │  │  │  │  │  │  │  │ CMakeLists.txt
│  │  │  │  │  │  │  │  │  │  ├── secure_peripherals_defs.c
│  │  │  │  │  │  │  │  │  │  ├── services
│  │  │  │  │  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │  │  │  │  │ tfm_platform_hal_ioctl.c
│  │  │  │  │  │  │  │  │  │  ├── startup_nrf54l.c
│  │  │  │  │  │  │  │  │  │  ├── startup_nrf7120.c
│  │  │  │  │  │  │  │  │  │  ├── target_cfg.c
│  │  │  │  │  │  │  │  │  │  ├── target_cfg.h
│  │  │  │  │  │  │  │  │  │  ├── target_cfg_53_91.c
│  │  │  │  │  │  │  │  │  │  ├── target_cfg_54l.c
│  │  │  │  │  │  │  │  │  │  ├── target_cfg_71.c
│  │  │  │  │  │  │  │  │  │  │ tfm_hal_its_encryption_cracen.c
│  │  │  │  │  │  │  │  │  ├── nrf54l
│  │  │  │  │  │  │  │  │  │  ├── config.cmake
│  │  │  │  │  │  │  │  │  │  ├── mmio_defs.h
│  │  │  │  │  │  │  │  │  │  ├── tfm_interrupts.c
│  │  │  │  │  │  │  │  │  │  │ tfm_peripherals_config_nrf54l.h
│  │  │  │  │  │  │  │  │  ├── nrf54l10
│  │  │  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  │  │  ├── partition
│  │  │  │  │  │  │  │  │  │  │  │ flash_layout.h
│  │  │  │  │  │  │  │  │  ├── nrf54l15
│  │  │  │  │  │  │  │  │  │  │ CMakeLists.txt
│  │  │  │  │  │  │  │  │  ├── nrf54lv10a
│  │  │  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  │  │  ├── config.cmake
│  │  │  │  │  │  │  │  │  │  ├── cpuarch.cmake
│  │  │  │  │  │  │  │  │  │  ├── ns
│  │  │  │  │  │  │  │  │  │  │  │ CMakeLists.txt
│  │  │  │  │  │  │  │  │  │  ├── partition
│  │  │  │  │  │  │  │  │  │  │  ├── flash_layout.h
│  │  │  │  │  │  │  │  │  │  │  │ region_defs.h
│  │  │  │  │  │  │  │  │  │  ├── tests
│  │  │  │  │  │  │  │  │  │  │  │ psa_arch_tests_config.cmake
│  │  │  │  │  │  │  │  │  ├── nrf7120
│  │  │  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  │  │  ├── config.cmake
│  │  │  │  │  │  │  │  │  │  ├── cpuarch.cmake
│  │  │  │  │  │  │  │  │  │  ├── mmio_defs.h
│  │  │  │  │  │  │  │  │  │  ├── nrf71_init.c
│  │  │  │  │  │  │  │  │  │  ├── nrfx_config_nrf71.h
│  │  │  │  │  │  │  │  │  │  ├── ns
│  │  │  │  │  │  │  │  │  │  │  │ CMakeLists.txt
│  │  │  │  │  │  │  │  │  │  ├── partition
│  │  │  │  │  │  │  │  │  │  │  ├── flash_layout.h
│  │  │  │  │  │  │  │  │  │  │  │ region_defs.h
│  │  │  │  │  │  │  │  │  │  ├── tests
│  │  │  │  │  │  │  │  │  │  │  │ psa_arch_tests_config.cmake
│  │  │  │  │  │  │  │  │  │  ├── tfm_interrupts.c
│  │  │  │  │  │  │  │  │  │  ├── tfm_peripherals_config_nrf71.h
│  │  │  │  │  │  │  │  │  │  │ tfm_peripherals_def.h
│  │  │  │  │  │  │  │  ├── nrf5340dk_nrf5340_cpuapp
│  │  │  │  │  │  │  │  │  │ RTE_Device.h
│  │  │  │  │  │  │  │  ├── nrf54l15dk_nrf54l10_cpuapp
│  │  │  │  │  │  │  │  │  │ tfm_peripherals_config.h
│  │  │  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp
│  │  │  │  │  │  │  │  │  │ tfm_peripherals_config.h
│  │  │  │  │  │  │  │  ├── nrf54lv10dk_nrf54lv10a_cpuapp
│  │  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  │  ├── RTE_Device.h
│  │  │  │  │  │  │  │  │  ├── config.cmake
│  │  │  │  │  │  │  │  │  ├── cpuarch.cmake
│  │  │  │  │  │  │  │  │  ├── device_cfg.h
│  │  │  │  │  │  │  │  │  ├── ns
│  │  │  │  │  │  │  │  │  │  │ cpuarch_ns.cmake
│  │  │  │  │  │  │  │  │  ├── services
│  │  │  │  │  │  │  │  │  │  ├── include
│  │  │  │  │  │  │  │  │  │  │  │ tfm_platform_user_memory_ranges.h
│  │  │  │  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │  │  │  │ tfm_platform_system.c
│  │  │  │  │  │  │  │  │  ├── tests
│  │  │  │  │  │  │  │  │  │  ├── psa_arch_tests_config.cmake
│  │  │  │  │  │  │  │  │  │  │ tfm_tests_config.cmake
│  │  │  │  │  │  │  │  │  ├── tfm_hal_platform.c
│  │  │  │  │  │  │  │  │  │ tfm_peripherals_config.h
│  │  │  │  │  │  │  │  ├── nrf7120pdk_nrf7120_cpuapp
│  │  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  │  ├── RTE_Device.h
│  │  │  │  │  │  │  │  │  ├── config.cmake
│  │  │  │  │  │  │  │  │  ├── cpuarch.cmake
│  │  │  │  │  │  │  │  │  ├── device_cfg.h
│  │  │  │  │  │  │  │  │  ├── ns
│  │  │  │  │  │  │  │  │  │  │ cpuarch_ns.cmake
│  │  │  │  │  │  │  │  │  ├── services
│  │  │  │  │  │  │  │  │  │  ├── include
│  │  │  │  │  │  │  │  │  │  │  │ tfm_platform_user_memory_ranges.h
│  │  │  │  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │  │  │  │ tfm_platform_system.c
│  │  │  │  │  │  │  │  │  ├── tests
│  │  │  │  │  │  │  │  │  │  ├── psa_arch_tests_config.cmake
│  │  │  │  │  │  │  │  │  │  │ tfm_tests_config.cmake
│  │  │  │  │  │  │  │  │  ├── tfm_hal_platform.c
│  │  │  │  │  │  │  │  │  │ tfm_peripherals_config.h
│  │  │  │  │  │  │  │  ├── nrf9160dk_nrf9160
│  │  │  │  │  │  │  │  │  │ RTE_Device.h
│  │  │  │  │  │  │  │  ├── nrf9161dk_nrf9161
│  │  │  │  │  │  │  │  │  │ RTE_Device.h
│  │  │  │  │  │  │  ├── nuvoton
│  │  │  │  │  │  │  │  ├── m2351
│  │  │  │  │  │  │  │  │  │ CMakeLists.txt
│  │  │  │  │  │  │  │  ├── m2354
│  │  │  │  │  │  │  │  │  │ CMakeLists.txt
│  │  │  │  │  │  │  ├── stm
│  │  │  │  │  │  │  │  ├── b_u585i_iot02a
│  │  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  │  ├── partition
│  │  │  │  │  │  │  │  │  │  │ flash_layout.h
│  │  │  │  │  │  │  │  ├── common
│  │  │  │  │  │  │  │  │  ├── hal
│  │  │  │  │  │  │  │  │  │  ├── CMSIS_Driver
│  │  │  │  │  │  │  │  │  │  │  │ low_level_flash.c
│  │  │  │  │  │  │  │  │  │  ├── Components
│  │  │  │  │  │  │  │  │  │  │  ├── mx25lm51245g
│  │  │  │  │  │  │  │  │  │  │  │  ├── mx25lm51245g.c
│  │  │  │  │  │  │  │  │  │  │  │  │ mx25lm51245g.h
│  │  │  │  │  │  │  │  │  │  ├── accelerator
│  │  │  │  │  │  │  │  │  │  │  ├── aes_alt.c
│  │  │  │  │  │  │  │  │  │  │  │ gcm_alt.c
│  │  │  │  │  │  │  │  │  ├── stm32h5xx
│  │  │  │  │  │  │  │  │  │  │ CMakeLists.txt
│  │  │  │  │  │  │  │  │  ├── stm32u5xx
│  │  │  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  │  │  ├── Device
│  │  │  │  │  │  │  │  │  │  │  ├── Include
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u585xx.h
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5a5xx.h
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx.h
│  │  │  │  │  │  │  │  │  │  │  │  │ system_stm32u5xx.h
│  │  │  │  │  │  │  │  │  │  ├── bl2
│  │  │  │  │  │  │  │  │  │  │  │ stm32u5xx_hal_msp.c
│  │  │  │  │  │  │  │  │  │  ├── hal
│  │  │  │  │  │  │  │  │  │  │  ├── Inc
│  │  │  │  │  │  │  │  │  │  │  │  ├── Legacy
│  │  │  │  │  │  │  │  │  │  │  │  │  │ stm32_hal_legacy.h
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal.h
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal_cortex.h
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal_cryp.h
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal_cryp_ex.h
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal_def.h
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal_dma.h
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal_dma_ex.h
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal_flash.h
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal_flash_ex.h
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal_gpio.h
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal_gpio_ex.h
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal_gtzc.h
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal_hash.h
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal_hash_ex.h
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal_i2c.h
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal_i2c_ex.h
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal_icache.h
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal_ospi.h
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal_pka.h
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal_pwr.h
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal_pwr_ex.h
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal_rcc.h
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal_rcc_ex.h
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal_rng.h
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal_rng_ex.h
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal_rtc.h
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal_rtc_ex.h
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal_uart.h
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal_uart_ex.h
│  │  │  │  │  │  │  │  │  │  │  │  │ stm32u5xx_ll_dlyb.h
│  │  │  │  │  │  │  │  │  │  │  ├── Src
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal.c
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal_cortex.c
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal_cryp.c
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal_cryp_ex.c
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal_dma.c
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal_dma_ex.c
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal_flash.c
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal_flash_ex.c
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal_gpio.c
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal_gtzc.c
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal_hash.c
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal_hash_ex.c
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal_i2c.c
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal_i2c_ex.c
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal_icache.c
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal_ospi.c
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal_pka.c
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal_pwr.c
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal_pwr_ex.c
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal_rcc.c
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal_rcc_ex.c
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal_rng.c
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal_rng_ex.c
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal_rtc.c
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal_rtc_ex.c
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal_uart.c
│  │  │  │  │  │  │  │  │  │  │  │  ├── stm32u5xx_hal_uart_ex.c
│  │  │  │  │  │  │  │  │  │  │  │  │ stm32u5xx_ll_dlyb.c
│  │  │  │  │  │  │  │  │  ├── stm32wbaxx
│  │  │  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │  │  │  │  ├── mcuboot_config
│  │  │  │  │  │  │  │  │  │  │  │  │ mcuboot_config.h
│  │  │  │  │  │  │  │  │  │  ├── hal
│  │  │  │  │  │  │  │  │  │  │  ├── Src
│  │  │  │  │  │  │  │  │  │  │  │  │ stm32wbaxx_hal_dma_ex.c
│  │  │  │  │  │  │  │  │  │  ├── scripts
│  │  │  │  │  │  │  │  │  │  │  ├── postbuild.sh
│  │  │  │  │  │  │  │  │  │  │  │ regression.sh
│  │  │  │  │  │  │  │  │  │  ├── secure
│  │  │  │  │  │  │  │  │  │  │  ├── target_cfg.c
│  │  │  │  │  │  │  │  │  │  │  ├── tfm_hal_isolation.c
│  │  │  │  │  │  │  │  │  │  │  │ tfm_hal_platform.c
│  │  │  │  │  │  │  │  ├── stm32h573i_dk
│  │  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  │  ├── include
│  │  │  │  │  │  │  │  │  │  │ boot_hal_cfg.h
│  │  │  │  │  │  │  │  │  ├── tests
│  │  │  │  │  │  │  │  │  │  │ psa_arch_tests_config.cmake
│  │  │  │  │  │  │  │  ├── stm32wba65i_dk
│  │  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  │  ├── accelerator
│  │  │  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  │  │  ├── crypto_accelerator_config.h
│  │  │  │  │  │  │  │  │  │  │ mbedtls_accelerator_config.h
│  │  │  │  │  │  │  │  │  ├── config.cmake
│  │  │  │  │  │  │  │  │  ├── config_tfm_target.h
│  │  │  │  │  │  │  │  │  ├── cpuarch.cmake
│  │  │  │  │  │  │  │  │  ├── include
│  │  │  │  │  │  │  │  │  │  ├── board.h
│  │  │  │  │  │  │  │  │  │  ├── boot_hal_cfg.h
│  │  │  │  │  │  │  │  │  │  ├── device_cfg.h
│  │  │  │  │  │  │  │  │  │  ├── flash_layout_test.h
│  │  │  │  │  │  │  │  │  │  ├── platform_nv_counters_ids.h
│  │  │  │  │  │  │  │  │  │  ├── stm32hal.h
│  │  │  │  │  │  │  │  │  │  │ stm32wbaxx_hal_conf.h
│  │  │  │  │  │  │  │  │  ├── ns
│  │  │  │  │  │  │  │  │  │  │ CMakeLists.txt
│  │  │  │  │  │  │  │  │  ├── partition
│  │  │  │  │  │  │  │  │  │  ├── flash_layout.h
│  │  │  │  │  │  │  │  │  │  │ region_defs.h
│  │  │  │  │  │  │  │  │  ├── tests
│  │  │  │  │  │  │  │  │  │  │ psa_arch_tests_config.cmake
│  │  │  │  │  ├── include
│  │  │  │  │  │  ├── tfm_attest_hal.h
│  │  │  │  │  │  │ tfm_plat_provisioning.h
│  │  │  │  ├── secure_fw
│  │  │  │  │  ├── partitions
│  │  │  │  │  │  ├── crypto
│  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  ├── Kconfig.comp
│  │  │  │  │  │  │  ├── config_crypto_check.h
│  │  │  │  │  │  │  ├── crypto_check_config.h
│  │  │  │  │  │  │  ├── crypto_init.c
│  │  │  │  │  │  │  ├── crypto_library.c
│  │  │  │  │  │  │  ├── crypto_pake.c
│  │  │  │  │  │  │  ├── crypto_spe.h
│  │  │  │  │  │  │  ├── tfm_crypto.yaml
│  │  │  │  │  │  │  │ tfm_crypto_api.h
│  │  │  │  │  │  ├── initial_attestation
│  │  │  │  │  │  │  │ attest_core.c
│  │  │  │  │  │  ├── internal_trusted_storage
│  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │ its_crypto_interface.c
│  │  │  │  │  │  ├── lib
│  │  │  │  │  │  │  ├── runtime
│  │  │  │  │  │  │  │  │ CMakeLists.txt
│  │  │  │  │  │  ├── protected_storage
│  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  ├── crypto
│  │  │  │  │  │  │  │  │ ps_crypto_interface.c
│  │  │  │  │  ├── spm
│  │  │  │  │  │  ├── core
│  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  ├── spm_ipc.c
│  │  │  │  │  │  │  │ tfm_svcalls.c
│  │  │  │  ├── tools
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │ tfm_manifest_list.yaml
west.yml

Outputs:

Toolchain

Version: cfa6b06338
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:cfa6b06338_bba2ea5f2e

Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped; ⚠️ Quarantine

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister
    • sdk-nrf test count: 4
  • ✅ Integration tests
    • ✅ test-fw-nrfconnect-tfm
Disabled integration tests
    • test-fw-nrfconnect-nrf_lrcs_positioning
    • desktop52_verification
    • test_ble_nrf_config
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-ble_samples
    • test-fw-nrfconnect-chip
    • test-fw-nrfconnect-fem
    • test-fw-nrfconnect-nfc
    • test-fw-nrfconnect-nrf-iot_cloud
    • test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • test-fw-nrfconnect-nrf-iot_samples
    • test-fw-nrfconnect-nrf-iot_serial_lte_modem
    • test-fw-nrfconnect-nrf-iot_thingy91
    • test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • test-fw-nrfconnect-nrf_crypto
    • test-fw-nrfconnect-ps-main
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-rs
    • test-fw-nrfconnect-thread-main
    • test-low-level
    • test-sdk-audio
    • test-sdk-dfu
    • test-sdk-find-my
    • test-sdk-mcuboot
    • test-sdk-pmic-samples
    • test-secdom-samples-public

Note: This message is automatically posted and updated by the CI

manifest: Update TF-M with latest pinctrl

Update TF-M to include the latest pinctrl header
from Zephyr.

Signed-off-by: Georgios Vasilakis <georgios.vasilakis@nordicsemi.no>
@NordicBuilder
Copy link
Contributor

The following west manifest projects have changed revision in this Pull Request:

Name Old Revision New Revision Diff
trusted-firmware-m nrfconnect/sdk-trusted-firmware-m@2c9f9c6 (ncs-v3.1.99-snapshot2) nrfconnect/sdk-trusted-firmware-m#215 nrfconnect/sdk-trusted-firmware-m#215/files

DNM label due to: 1 project with PR revision

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@github-actions
Copy link

You can find the documentation preview for this PR here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. DNM manifest manifest-trusted-firmware-m

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants