[protocol] Add payload update confirm command#219
Open
esnguyen wants to merge 7 commits intogoogle:mainfrom
Open
[protocol] Add payload update confirm command#219esnguyen wants to merge 7 commits intogoogle:mainfrom
esnguyen wants to merge 7 commits intogoogle:mainfrom
Conversation
f6a73d7 to
06825b5
Compare
korran
reviewed
Feb 27, 2026
4bb8738 to
ca13564
Compare
2e65ba3 to
539aa42
Compare
6bde898 to
3bad478
Compare
To align with the values and same strcuture that firmware uses for the packet and construction of payload update Signed-off-by: Ellis Nguyen <sarzanguyen@google.com>
Add the payload function to get the staged timeout to the library Signed-off-by: Ellis Nguyen <sarzanguyen@google.com>
Add the interface to use the payload get staged timeout using the payload library Signed-off-by: Ellis Nguyen <sarzanguyen@google.com>
This adds the payload update confirm logic to the payload library to be used by htool Signed-off-by: Ellis Nguyen <sarzanguyen@google.com>
This connects the payload update confirm logic to the htool interface to be used by htool Signed-off-by: Ellis Nguyen <sarzanguyen@google.com>
This adds the functionality to allow for enable and disable for payload update library Signed-off-by: Ellis Nguyen <sarzanguyen@google.com>
This makes modifcation to the payload update inteface to allow for a optional disable and enable with timeout for payload update confirm Signed-off-by: Ellis Nguyen <sarzanguyen@google.com>
3bad478 to
033c7a6
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
With the need to have payload update confirm to interact for hoth device, we need this feature for testing. This will allow the use payload update confirm verification.