[rom_ext] Ownership Transfer: transfer commands
Open
Nobody has claimed this yet.
Priority:P2
SW:ROM_EXT
Type:Task
- Dominant language
- SystemVerilog
- Stars
- 3.6k
- Forks
- 1.1k
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 141
Description
Add boot services commands to perform ownership transfer.
- [ ] ownership-transfer-unlock: Validate challenge and unlock for next owner
a. Unlock for _any_ next owner.
b. Unlock for a _specific_ next owner (ie: current owner endorses next owner).
- [ ] ownership-transfer-take-ownership: Validate next owner payload and reset secrets.
- Verify the next owner payload.
- Reset secrets (ie: OwnerRootSecret).
- Rotate unlock nonce
- Provision new owner keys.
- [ ] ownership-transfer-activate: Completes ownership transfer, making next owner the current owner.
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.