Skip to content

Commit 2a002e0

Browse files
committed
README: update milestones
Signed-off-by: Daniel Maslowski <[email protected]>
1 parent 43f179e commit 2a002e0

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,13 @@ For more understanding, see also any of these additional resources:
5555
- [x] step 1: port core logic to produce the same output as `me_cleaner` for
5656
Lenovo ThinkPad X230 + X270
5757
- [x] step 2: full feature parity with `me_cleaner`
58-
- [ ] expand the documentation
59-
- [ ] higher-level view on Intel platform boot flows
60-
- [ ] how the Intel data structures work, in prose
61-
- [ ] adding support for more platforms and variants
58+
- [x] expand the documentation
59+
- [x] higher-level view on Intel platform boot flows
60+
- [x] how the Intel data structures work, in prose
61+
- [x] adding support for more platforms and variants
6262
- [ ] work out a reusable library, i.e., a Rust crate for <https://crates.io/>
63+
- [x] turn all `unwrap()`s into `Option`/`Result`; add lint rule
64+
- [ ] add bounds checks
65+
- [ ] publish the crate
6366
- [ ] sync up; <https://github.com/corna/me_cleaner> has another patch that
6467
coreboot is missing, doing rework and adding ME Gen 1 support

0 commit comments

Comments
 (0)