From 1ce5815fc126f1fcd096c7f73f799b82f76c44d9 Mon Sep 17 00:00:00 2001 From: Adam Joseph Date: Thu, 30 Mar 2023 01:19:47 -0700 Subject: [PATCH] README.md: move roadmap to top of page --- README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c6c0226..58943aa 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +Roadmap +- The Chromebook Embedded Controller (EC) firmware ([`ecfw`](https://chromium.googlesource.com/chromiumos/platform/ec)) +- `ectool`, which is the tool you run on a Chromebook CPU in order to control the EC +- A built-from-source expression for the [blobless ath9k wifi firmware](https://github.com/qca/open-ath9k-htc-firmware) + # `ownerboot` Ownerboot is a set of [nix](https://nixos.org/manual/nix/unstable/) expressions which use [nixpkgs](https://github.com/NixOS/nixpkgs/tree/master/pkgs) to build bootloader images for [owner-controlled](doc/owner-controlled.md) computers. @@ -52,14 +57,6 @@ Ownerboot includes three nixpkgs-style packages: I'm not sure either of these really belongs in nixpkgs, but they are useful to the same kinds of people who might be interested in ownerboot. So this is a good place for them. -## Current Plans - -At the moment the priorities are to finish expressions for: - -* The Chromebook Embedded Controller (EC) firmware ([`ecfw`](https://chromium.googlesource.com/chromiumos/platform/ec)) -* `ectool`, which is the tool you run on a Chromebook CPU in order to control the EC -* A built-from-source expression for the [blobless ath9k wifi firmware](https://github.com/qca/open-ath9k-htc-firmware) - ## Code Overview See [doc/architecture.md](doc/architecture.md).