From 98ff0a61324a2e425413af8c24cd42db8043a174 Mon Sep 17 00:00:00 2001 From: Adam Joseph Date: Sat, 31 Dec 2022 15:54:47 -0800 Subject: [PATCH] README.md: current plans --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1f1a151..28345fd 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,14 @@ Ownerboot includes two 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).