-
Notifications
You must be signed in to change notification settings - Fork 1.4k
boards: nordic: add support for TF-m to nrf7120 #24475
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?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -149,7 +149,7 @@ manifest: | |
- name: trusted-firmware-m | ||
repo-path: sdk-trusted-firmware-m | ||
path: modules/tee/tf-m/trusted-firmware-m | ||
revision: b4dfb8e90f7a133a68fd6949bc24586af99a3e0c | ||
revision: 902f58b94409fa12a57e6b821592ea53d8dfef96 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This commit has now been polluted with other changes, please squash the commits because right now you are deleting things that are added in a previous commit which makes it confusing to review. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Will fix everything when zephyrproject-rtos/zephyr#97474 ready |
||
- name: psa-arch-tests | ||
repo-path: sdk-psa-arch-tests | ||
path: modules/tee/tf-m/psa-arch-tests | ||
|
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.
@tejlmand I have created this new Kconfig in zephyr, so that all Kconfigs between nrf71x and nrf54lx can share the common properties, also i.e. many Kconfig that has
depend on (SOC_SERIES_NRF54LX || SOC_SERIES_NRF71X)
can change todepend on NRF_PLATFORM_LUMOS
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.
accepted.