-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Add MAX32657 NS Board #88706
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Add MAX32657 NS Board #88706
Conversation
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 1 project with PR revision Note: This message is automatically posted and updated by the Manifest GitHub Action. |
@@ -2,4 +2,5 @@ | |||
# SPDX-License-Identifier: Apache-2.0 | |||
|
|||
config BOARD_MAX32657EVKIT | |||
select SOC_MAX32657 if BOARD_MAX32657EVKIT_MAX32657 | |||
select SOC_MAX32657 if BOARD_MAX32657EVKIT_MAX32657 || \ | |||
BOARD_MAX32657EVKIT_MAX32657_NS |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix alignment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My local tab size was 4, so missed this one, updated it as 8 and fixed. thanks.
BOARD: max32657evkit/max32657/ns | ||
================================ | ||
|
||
The ``max32657evkit/max32657/ns`` board configuration is used to build the secure firmware |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
board target, no such term as board configuration in zephyr
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added to classify them to simplify readability. I can update it if require?
- BOARD: max32657evkit/max32657
- BOARD: max32657evkit/max32657/ns
03b0cb7
to
88f3b8d
Compare
Update tf-m node to get MAX32657 support Signed-off-by: Sadik Ozer <[email protected]>
This commit adds MAX32657 Non-Secure peripheral support Signed-off-by: Sadik Ozer <[email protected]>
This commit enables max32657 NS board support To build: - west build -b max32657evkit/max32657/ns -p Signed-off-by: Sadik Ozer <[email protected]>
MAX32657 has one UART interface, It can be used either on TF-M or Zephyr Enabling debug (TFM_SPM_LOG_LEVEL || TFM_PARTITION_LOG_LEVEL) will transfer it to the TF-M side Disabling TF-M debug will transfer it to the Zephyr side. This commit disable TFM debugs Signed-off-by: Sadik Ozer <[email protected]>
This commit provides flashing tfm_merged.hex (includes mcuboot+tfm+ns_image) on default. Signed-off-by: Mert Ekren <[email protected]>
JWT test fails on max32657evkit/max32657/ns board, until it's issue been fixed it is excluded from automated test to workflow been succeeded Signed-off-by: Sadik Ozer <[email protected]>
This commit enables secure_partion sample for max32657evkit NS board Signed-off-by: Sadik Ozer <[email protected]>
This commit enable psa_protected_storage test for max32657evkit/ns board Signed-off-by: Sadik Ozer <[email protected]>
Update psa_crypto test not work on MAX32657 This commit enable/disable flags for MAX32657 to make it works for MAX32657. Signed-off-by: Sadik Ozer <[email protected]>
Add configuration flag to manage tf-m hal_adi repository during build hal_adi can be used either over zephyr or download during build Signed-off-by: Sadik Ozer <[email protected]>
Add MAX32657 NS board support.
This PR will be enabled after: #88651Blinky Example Output:
