A collection of small shell scripts used to analyze coreboot rom files.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Jason T. Lenz a3bb98282f
Initial commit
2 months ago
LICENSE Initial commit 2 months ago
Makefile Initial commit 2 months ago
README.md Initial commit 2 months ago
cbdiff Initial commit 2 months ago
cbdump Initial commit 2 months ago

README.md

cbutil

A collection of small shell scripts used to analyze coreboot rom files.

Command line synopsis

Usage: cbdump path/to/romfile
This script deconstructs a coreboot bios rom to a series of human readable
text files and individual binary parts. A subdir containing all the files is
created in the same location as the rom file with a .dump extension.
Usage: cbdiff path/to/1st-dump path/to/2nd-dump
This script compares two coreboot dump directories created by the cbdump utility.
Output is in diff format in two passes.  The first pass simply lists the names of
files that differ.  The second pass shows diffs of file contents (*.bin files are
ignored).

Installing

make install

Contributing

If you have a bugfix, update, issue or feature enhancement the best way to reach me is by following the instructions in the link below. Thank you!

https://blog.lenzplace.org/contact

Versioning

This repository follows the SemVer strategy for versioning. The latest version is listed in the releases section.

License

This project is licensed under a BSD two clause license - see the LICENSE file for details.