oxidecomputer / oxidecomputer/hubris
Consider consuming condensed POST codes
@jamesmunns is already working on this.
Since Jul 17, 2026.
- Dominant language
- Rust
- Stars
- 3.6k
- Forks
- 239
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 23
Description
https://github.com/oxidecomputer/quartz/pull/491 added a new register in the FMC-mapped FPGA that remembers which POST codes have been seen since boot in a "sticky" format, which is potentially a more compact thing to report in certain cases, for example in #2598, when a bootfail occurs.
Currently, we only support hubris draining the ring-buffer of POST codes, as implemented in: https://github.com/oxidecomputer/humility/pull/603.
This may also be relevant to https://github.com/oxidecomputer/hubris/issues/2097, depending on the details.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.