Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,13 @@ For more understanding, see also any of these additional resources:
- [x] step 1: port core logic to produce the same output as `me_cleaner` for
Lenovo ThinkPad X230 + X270
- [x] step 2: full feature parity with `me_cleaner`
- [ ] expand the documentation
- [ ] higher-level view on Intel platform boot flows
- [ ] how the Intel data structures work, in prose
- [ ] adding support for more platforms and variants
- [x] expand the documentation
- [x] higher-level view on Intel platform boot flows
- [x] how the Intel data structures work, in prose
- [x] adding support for more platforms and variants
- [ ] work out a reusable library, i.e., a Rust crate for <https://crates.io/>
- [x] turn all `unwrap()`s into `Option`/`Result`; add lint rule
- [ ] add bounds checks
- [ ] publish the crate
- [ ] sync up; <https://github.com/corna/me_cleaner> has another patch that
coreboot is missing, doing rework and adding ME Gen 1 support