Skip to content
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

Implement a software rollback protection policy in RoT update_server. #1809

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Oct 14, 2024

  1. ImageAccess abstraction for later RoT update_server caboose access an…

    …d rollback protection.
    lzrd committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    1f7abf1 View commit details
    Browse the repository at this point in the history
  2. Changes from PR review

    lzrd committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    38d7017 View commit details
    Browse the repository at this point in the history
  3. Address PR comments, remove calls to saturated_sub.

    Remove last of the saturated math calls.
    Rename FlashRange::{store,exec} to {stored,at_runtime} for clarity.
    Remove unnecessary image validation logic in fn padded_image_len.
    lzrd committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    b381b21 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    e6be5ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f5d861 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Revert to hubtools 0.4.6, don't build with a default epoch value.

    Don't require updating to hubtools 0.4.7. There doesn't need to be
    an 'EPOC' in the caboose as it is always "0" at this step in
    the release engineering flow.
    
    Fix complementary swapped args and corresponding swapped comparison to
    read correctly.
    
    Remove vestigial epoch header check. With the decision to not use
    ImageHeader.epoch, a TBD prep_image_update variant will contain
    the epoch information.
    lzrd committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    aca5140 View commit details
    Browse the repository at this point in the history