commit | 123b5c0910e000cf9b00a37146aae99a835f3063 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Tue Mar 05 14:01:00 2019 -0800 |
committer | Patrick Venture <venture@google.com> | Wed Mar 06 07:51:32 2019 -0800 |
tree | e1aacf85711d9c5f7e8ad87a1c8e671e09f61db8 | |
parent | 85e320906546f3e5a0dfe1ab54a826517dae2a0d [diff] |
initial commit Add initial code from phosphor-ipmi-flash/tools that was not specific to firmware update over ipmi-blobs. Change-Id: I360537a7392347fe989397a699f6a712bc36e62c Signed-off-by: Patrick Venture <venture@google.com>
ipmi-blob-tool is a host-side tool that speaks the BLOB protocol over IPMI.
Test cases require google{test,mock}, valgrind, and lcov.
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