oxidecomputer / oxidecomputer/hubris

Propagate the Bootleby boot decision log up through the control plane.

Open
#2,066 1 comment 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.