oxidecomputer / oxidecomputer/hubris
Propagate the Bootleby boot decision log up through the control plane.
Open
@lzrd is already working on this.
Since Jun 12, 2025.
Triaged H2'26
- Dominant language
- Rust
- Stars
- 3.6k
- Forks
- 239
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 23
Description
The Bootleby decision log should be propagated to RotBootInfo and on up through the control plane.
shared_buffer[0] = a_ok as u8;
shared_buffer[1] = b_ok as u8;
shared_buffer[2] = byteify(Some(persistent_choice));
shared_buffer[3] = byteify(transient_choice);
shared_buffer[4] = byteify(hw_choice);
shared_buffer[5] = byteify(beacon_choice);
shared_buffer[31] = 1u8; // log version
The information currently delivered in RotBootInfoV2 is all calculated and composed post-Bootleby and does not reference the above data.
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.