My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nomicon/README.md

21 lines
634 B

4 years ago
## corenix
4 years ago
4 years ago
#### *Configure and build coreboot using the Nix package manager*
4 years ago
*How to use:*
4 years ago
4 years ago
1. Create a configuration file for your device in `configs/`
3 years ago
2. Add an entry to default.nix, i.e. `my-device = makeDevice ./configs/my-device.nix;`
3. Build the coreboot rom: `nix build -A my-device`
4 years ago
*Features*
- Specify the build parameters with NixOS-style modules
- Share declarative configuration across devices
- Use cached coreboot and payload builds for different device/payload combinations
- Use GRUB2, TianoCore or SeaBIOS as primary payload
4 years ago
*Limitations*
4 years ago
- currently only `x86_64-linux` host and target systems are supported