File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments