-
Notifications
You must be signed in to change notification settings - Fork 8k
Switch bootloaders to picolibc #93470
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
Switch bootloaders to picolibc #93470
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. |
35eaec3
to
4235ab6
Compare
- tee | ||
- name: trusted-firmware-m | ||
revision: 021e2bbd50c215e41710a72e05abce3224f074a7 | ||
revision: pull/134/head |
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.
This is queued for merging but not yet upstream.
Does this mean that you have submitted the changes upstream? (if so please link to that in the TF-M PR commits)
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.
Just to the Zephyr repository (shown in the revision above). I suppose I should attempt to figure out how to submit upstream to tf-m.
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.
Ok, that looks extremely complicated. Can we get some review here first and see if this change is reasonable?
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.
Sure. I can also submit the changes upstream for you if needed.
Though I'm not qualified to review the changes in zephyrproject-rtos/trusted-firmware-m#134. I mentioned the PR to upstream maintainers so I hope they can also chime in to tell their opinions. (cc @Anton-TF @adeaarm)
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.
If you're willing to shepherd the change upstream, that would be helpful (especially given their email-based submission process).
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.
ok, the trusted-firmware-m changes are actually passing tests with both Zephyr SDK version 0.17 (+ a few patches) and SDK version 0.18 (alpha4 + a few patches). I think they're ready for review.
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.
I still find the commit message (This is queued for merging but not yet upstream.
) a tad confusing, please update it when you make changes to the PR.
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.
tf-m isn't email based, but uses Gerrit, which admittedly will be kind of foreign to people not using it.
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.
the tf-m changes were split out to #94367 and are now passing all tests. I've updated the commit messages in the module to clarify what they do.
452d9a8
to
aa05949
Compare
57a7160
to
b8219bb
Compare
I don't think there's any particular problem. Please rebase. |
I'm waiting for SDK 0.17.3 to be used for CI as that is required for this series to actually build. |
b8219bb
to
96aaf10
Compare
@keith-packard the CMSIS_6 PR is merged so you can update the west.yml to point to latest commit. |
96aaf10
to
a7c3380
Compare
Use the pending module PR: zephyrproject-rtos/trusted-firmware-m#134 Signed-off-by: Keith Packard <[email protected]>
a7c3380
to
f4028c7
Compare
|
Switch rpi_pico, trusted-firmware-m and cmsis_6 to use picolibc instead of newlib.