Add release history tables and ci-tools/release/release_info.py#3626
Merged
Conversation
clundin25
reviewed
Apr 16, 2026
clundin25
reviewed
Apr 17, 2026
clundin25
reviewed
Apr 17, 2026
clundin25
previously approved these changes
Apr 17, 2026
Adds Release history section to README.md with tables listing every ROM and FMC+Runtime firmware release, including versions, SHA256 and SHA384 hashes, git commit links, release links, and SVN values. For ROM releases, SHA256 is the digest embedded inside the ROM binary and is verified by recomputation; SHA384 covers the entire raw ROM binary. Both no-log and with-log ROM variants are included. For FW releases, SHA384 values come from the FMC/Runtime TOC entries inside the firmware image manifest (not the bundle hash). Adds a new `cargo xtask release info` subcommand that regenerates the tables by downloading release artifacts via `gh` and parsing the firmware manifest. It can also build releases without pre-built artifacts (e.g. rom-1.0.3) via `--build`, producing the matching git-revision-embedded ROM.
mhatrevi
approved these changes
Apr 21, 2026
Collaborator
Author
|
Thanks! |
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.
Add tables to README.md listing every official ROM and FMC+Runtime firmware release with version, git commit, SVN, and hashes:
Add ci-tools/release/release_info.py to (re)generate these tables. The script downloads pre-built release assets from GitHub, parses the 1.x and 2.x firmware manifest formats, and verifies each ROM's embedded SHA256 by recomputing it with the builder's word-reversed hashing convention. Releases without pre-built binaries (rom-1.0.3) can be built from source via --build, which checks out a git worktree at the tag and invokes caliptra-builder.