-
Notifications
You must be signed in to change notification settings - Fork 61
[reconfigurator] Pre-checks and post_update actions for RoT bootloader update #8325
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
Merged
karencfv
merged 24 commits into
oxidecomputer:main
from
karencfv:rot-bootloader-pre-and-post-actions
Jul 9, 2025
Merged
Changes from 23 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
2baa799
[reconfigurator] Pre-checks and post_update actions for RoT bootloade…
karencfv 8072c7d
building blocks in case I can get PostUpdateError to work
karencfv 2de9298
Introduce PostUpdateError
karencfv f578e35
implement WaitingForOngoingUpdate variant
karencfv fa1ba5e
Merge branch 'main' into rot-bootloader-pre-and-post-actions
karencfv 3ced091
Implement a waiting time for an ongoing RoT bootloader update
karencfv c15ca08
fmt
karencfv 4fb917a
Improved error handling
karencfv dff0254
Clean up
karencfv c6be847
Merge branch 'main' into rot-bootloader-pre-and-post-actions
karencfv 25b0f40
add some tests
karencfv e06418e
address comments
karencfv b93303f
clean up
karencfv 0fbdcf1
change conditions for determining whether we wait for an ongoing update
karencfv 609122c
Update wait for ongoing update logic
karencfv 0d40a73
Remove ticker
karencfv 92e97e3
clean up
karencfv 69a8a4f
Missed one
karencfv 2fd4e71
merge main
karencfv 99bd5da
fix after merge
karencfv dc9e787
address comments
karencfv 0e76cce
simplify checks
karencfv 486b54b
address comments
karencfv fec4545
address comments
karencfv File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
Nit - this should take
&self. We can.clone()ourselves in the (rare) error case; better than forcing callers to always clone to call us.