[manuf] refactor attestation seed flash info page layout
Open
Nobody has claimed this yet.
Component:Software
Manufacturing
Type:Cleanup
Type:Task
- Dominant language
- SystemVerilog
- Stars
- 3.6k
- Forks
- 1.1k
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 141
Description
Define a structure describing the attestation seed flash info page layout rather than using individual byte offsets.
_Originally posted by @vbendeb in https://github.com/lowRISC/opentitan/pull/22766#discussion_r1575289764_
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.
Research direction
Start by locating the attestation seed flash info page layout and the code that currently uses individual byte offsets. Define a structure for that layout and replace the offset-based usage; done means the layout is represented consistently without individual byte offsets.
Written by the indexing model from the issue text.
Assessment
- Domain
- embedded-iot, security
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100