Clone this repo:

Branches

  1. 2802948 clang-format: re-format for clang-19 by Patrick Williams · 3 days ago master
  2. b80a025 clang-format: re-format for clang-18 by Patrick Williams · 4 months ago
  3. 392bff8 clang-tidy: Cleanup headers in ipmi_handler by Willy Tu · 5 months ago
  4. 1322437 Add Mutex Guard around open in sendPackage by Willy Tu · 5 months ago
  5. d942a65 clang-tidy: Add missing atomic header by Willy Tu · 5 months ago

ipmi-blob-tool

ipmi-blob-tool is a host-side tool that speaks the BLOB protocol over IPMI.

Dependencies

Test cases require google{test,mock}, valgrind, and lcov.

Building

For a standard release build, you want something like:

./bootstrap.sh
./configure --disable-tests
make
make install

For a test / debug build, a typical configuration is

./bootstrap.sh
./configure --enable-tests --enable-coverage --enable-valgrind
make
make check
make check-valgrind
make check-code-coverage