From 7817620c3505ba760286b43fc1a0f04e5e0bb6be Mon Sep 17 00:00:00 2001 From: Adam Joseph Date: Sun, 16 Apr 2023 18:08:22 -0700 Subject: [PATCH] README.md update roadmap --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fe12618..2b057b5 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,11 @@ ### Roadmap +- use `` 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. - [ ] 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 - [ ] kgpe-d16: start the hardware watchdog in the bootblock to improve robustness of unattended reboots