- 01 Nov, 2021 5 commits
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- 25 Oct, 2021 1 commit
-
-
Jeremy Soller authored
Update deps See merge request redox-os/intelflash!5
-
- 24 Oct, 2021 1 commit
-
-
Tim Crawford authored
Fixes compiling on newer toolchains. Signed-off-by:
Tim Crawford <tcrawford@system76.com>
-
- 15 Oct, 2021 3 commits
-
-
Jeremy Soller authored
Implement fmt::Display for RegionKind See merge request redox-os/intelflash!4
-
Tim Crawford authored
Add an example that prints information about the regions in a flash image. Example output: Flash Regions 0: Flash Descriptor (0x00000000 - 0x00000FFF) 1: BIOS (0x00400000 - 0x00FFFFFF) 2: Intel ME (0x00001000 - 0x003FFFFF) 3: GbE (0x07FFF000 - 0x00000FFF) (unused) 4: Platform Data (0x07FFF000 - 0x00000FFF) (unused) 8: EC (0x07FFF000 - 0x00000FFF) (unused) Signed-off-by:
Tim Crawford <tcrawford@system76.com>
-
Tim Crawford authored
Implement Display for printing names to users. Uses the pretty names from coreboot's ifdtool. Signed-off-by:
Tim Crawford <tcrawford@system76.com>
-
- 13 Oct, 2021 4 commits
-
-
Jeremy Soller authored
Misc cleanup See merge request redox-os/intelflash!1
-
Tim Crawford authored
`extern crate` is not needed in most cases. Remove them and include the bitflags macro directly. Signed-off-by:
Tim Crawford <tcrawford@system76.com>
-
Tim Crawford authored
- ellipsis_inclusive_range_patterns - clippy::single_match - clippy::needless_borrow - clippy::never_loop - clippy::redundant_field_names Signed-off-by:
Tim Crawford <tcrawford@system76.com>
-
Tim Crawford authored
Add license information to files. Done with: git ls-files src/ | xargs sed -i '1s,^,// SPDX-License-Identifier: MIT\n\n,' Signed-off-by:
Tim Crawford <tcrawford@system76.com>
-
- 18 Mar, 2019 1 commit
-
-
Jeremy Soller authored
-