Add changes for TF-M v2.3#7
Draft
valeriosetti wants to merge 26 commits intozephyrproject-rtos:mainfrom
Draft
Conversation
valeriosetti
commented
Apr 27, 2026
- Update to v2.4.0
- Add TF-M's extra patch
Fixes requested in ARM-software#208
Removes error: error: old-style function definition [-Werror=old-style-definition]
Bit shift in accordance with IRQn % 16 was incorrect, and masking was needed to extract only the IRQn bits. Both fixed.
…ware#225) - remove references to deprecated HCI driver
Fix documentation of the Register HPPIR_INTID according to "ARM Generic Interrupt Controller Architecture version 2.0 Architecture Specification" Table 4-41 GICC_HPPIR bit assignments 
Inline assembler constraints were incorrect Signed-off-by: Robin Kastberg <robin.kastberg@iar.com>
Inline assembler constraints were incorrect. Signed-off-by: Robin Kastberg <robin.kastberg@iar.com>
Test Results 264 files - 108 264 suites - 108 0s ⏱️ - 8m 15s Results for commit 0149af2. ± Comparison against base commit 30a859f. This pull request removes 49 and adds 56 tests. Note that renamed tests count towards both.This pull request removes 5 skipped tests and adds 2 skipped tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
…-software#246) Use picolibc's _start function instead of providing our own. Signed-off-by: Keith Packard <keithp@keithp.com> (cherry picked from commit e902f86)
0149af2 to
725ec47
Compare
Added missing Coprocessor Power Control Register Definitions to the v8m-mainline cpus. Signed-off-by: Dávid Házi <david.hazi@arm.com>
Add "zephyr/module.yml" so that Zephyr's build system will use this as a module. Remaining integration is done the same way as for CMSIS_5. Signed-off-by: Valerio Setti <vsetti@baylibre.com>
Implements add_subdirectory_ifdef function needed to build with TF-M. Signed-off-by: Flavio Ceolin <flavio.ceolin@gmail.com>
fd0d121 to
661f3a2
Compare
Collaborator
|
Hi @valeriosetti, we don't have any Zephyr specific changes in this module. Could you please try upstreaming this changes instead? |
Author
Sure, that's fine by me, but before trying to upstream anything I would like to have a green CI on the integrating PR. This is the reason why this is still drafted ;) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.