-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
TF-M: Add SECURE_UART1 Kconfig option #5574
Conversation
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
I observed that when setting
The firmware no longer boots. You can reproduce it with NRF-SDK v1.7.0-rc1 and the crypto/rsa sample. |
18bf4a9
to
a066173
Compare
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publishing GitHub Action. |
a066173
to
9dc9990
Compare
@mglettig Thank you for the feedback! I could reproduce the issue that you are saying. I forced to this PR and now your issue should be solved. Let me know if that works for you :) |
You're welcome. Thank you for the quick fix. I tested it and it works now for me. Kind regards, |
9c0b437
to
d943337
Compare
16a2ed7
to
f917835
Compare
@Vge0rge I was testing this PR with the
This has been fixed here: so you may include that PR in your manifest update. If you prefer not to do so, let me know, and i'll open a dedicated manifest PR with the fix. |
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.
lgtm.
Only a minor nit noticed.
f917835
to
cfe59c9
Compare
I will do it @tejlmand, it's no problem. |
cfe59c9
to
9f4be4e
Compare
9f4be4e
to
0ea4ab7
Compare
0ea4ab7
to
f6c1c4d
Compare
f6c1c4d
to
e1bec4e
Compare
-This removes the stdio_init call when the SECURE_UART1 is disabled in TF-M. This call will cause a bus fault when the SECURE_UART1 is disabled. -It also only uses the plat_init.c in our downstream tf-m repo Ref: NCSIDB-551 Signed-off-by: Georgios Vasilakis <georgios.vasilakis@nordicsemi.no>
-This fetches the repo that have the configuration for the SECURE_UART1 option -This also fetches a nrfxlib PR with a cmake fix Signed-off-by: Georgios Vasilakis <georgios.vasilakis@nordicsemi.no>
e1bec4e
to
b523210
Compare
-This adds a Kconfig configuration option for SECURE_UART1
option of TF-M
Ref: NCSIDB-551
Signed-off-by: Georgios Vasilakis georgios.vasilakis@nordicsemi.no