Create Makefile target/helper to build Heads payload seperately from coreboot
Nobody has claimed this yet.
- Dominant language
- Makefile
- Stars
- 1.6k
- Forks
- 211
- Avg merge
- 4d 21h
- Merged PRs (30d)
- 6
Description
Vaultboot did it a while ago, and it's actually a good idea to do so, even more when the goal of having some generic linux requirements and target/* requirements being streamlined.
For reference, vaulboot did this under all in one commit https://github.com/hardenedvault/vaultboot/commit/09e72b9f4879b157fac2ee462c581a17a2938204, look for Makefile payload target https://github.com/hardenedvault/vaultboot/blame/master/Makefile
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 with the repository's Makefile and compare its payload-building flow with the Vaultboot Makefile target linked in the issue. Trace how the Heads payload is currently built with coreboot, then define completion as a separate target or helper that builds the payload independently while preserving the existing build flow.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- linux
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100