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

sys/riotboot: add digest to header #17938

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

Commits on Apr 25, 2022

  1. Configuration menu
    Copy the full SHA
    297467e View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. sys/riotboot: add digest to header

    This increases the riotboot header size by 36 bytes, but this does
    not change firmware size since the header is already 256 aligned.
    
    An additional 4bytes are also added to keep a checksum_legacy field
    at the same position as the previous checksum to be compatible with
    previous riotboot_hdr versions.
    fjmolinas committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    17a6406 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9ea4d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f47ce92 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

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

Commits on May 31, 2022

  1. Configuration menu
    Copy the full SHA
    630dbe2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d586e5b View commit details
    Browse the repository at this point in the history