README.md update roadmap

master
Adam Joseph 2 years ago
parent 88d20a5f63
commit 7817620c35

@ -1,8 +1,11 @@
### Roadmap ### Roadmap
- use `<nixpkgs/lib/module.nix>` to manage `Kconfig`-based `.config` files:
- [x] [done 2023-Apr-16](https://git.sr.ht/~amjoseph/ownerboot/commit/88d20a5f63b03a2a548d6798b25de7a41420ad65) for coreboot
- [ ] for kernel
- [ ] add support for a single image (no fallback) on 8mbyte flash, so people can try ownerboot without buying a new flash chip
- [x] [done 2023-Apr-09](https://git.sr.ht/~amjoseph/ownerboot/commit/b48635fa1d26da9532fbfe5e746b69aa82f632ef) include scripts in the coreboot outpath to flash the images (normal/fallback) individually and manipulate the next-boot selector. - [x] [done 2023-Apr-09](https://git.sr.ht/~amjoseph/ownerboot/commit/b48635fa1d26da9532fbfe5e746b69aa82f632ef) include scripts in the coreboot outpath to flash the images (normal/fallback) individually and manipulate the next-boot selector.
- [ ] update the documentation to reference these scripts, which will make it considerably simpler - [ ] update the documentation to reference these scripts, which will make it considerably simpler
- [ ] migrate from checking in kernel `.config` files to using `lib/module.nix` merges, like the NixOS kernel config does
- [ ] rk3399-gru-kevin: turn on [software sync](https://chromium.googlesource.com/chromiumos/platform/ec/+/HEAD/README.md#preventing-the-rw-ec-firmware-from-being-overwritten-by-software-sync-at-boot) so the EC firmware can be kept inside the coreboot flash image - [ ] rk3399-gru-kevin: turn on [software sync](https://chromium.googlesource.com/chromiumos/platform/ec/+/HEAD/README.md#preventing-the-rw-ec-firmware-from-being-overwritten-by-software-sync-at-boot) so the EC firmware can be kept inside the coreboot flash image
- [ ] kgpe-d16: start the hardware watchdog in the bootblock to improve robustness of unattended reboots - [ ] kgpe-d16: start the hardware watchdog in the bootblock to improve robustness of unattended reboots

Loading…
Cancel
Save