Commits on Source 14
-
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>
-
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
`extern crate` is not needed in most cases. Remove them and include the bitflags macro directly. Signed-off-by:
Tim Crawford <tcrawford@system76.com>
-
Jeremy Soller authored
Misc cleanup See merge request !1
-
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>
-
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>
-
Jeremy Soller authored
Implement fmt::Display for RegionKind See merge request !4
-
Tim Crawford authored
Fixes compiling on newer toolchains. Signed-off-by:
Tim Crawford <tcrawford@system76.com>
-
Jeremy Soller authored
Update deps See merge request !5
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored