dbus-based ipmid for host-endpoint IPMI commands

Clone this repo:

Branches

  1. 5383121 chassishandler: Add support for BIOS verbosity by Cosmo Chou · 4 months ago master
  2. 615a14e clang-format: update latest spec and reformat by Patrick Williams · 4 weeks ago
  3. 0a3f40b SBMR Get/Send Boot Progress Code support by John Chung · 3 months ago
  4. 2738b9e Use ctx in getButtonDisabled function by Konstantin Aladyshev · 3 months ago
  5. 305d864 Refactor getButtonEnabled/setButtonEnabled functions by Konstantin Aladyshev · 3 months ago

phosphor-host-ipmid

Compile ipmid with default options

meson builddir
ninja -C builddir

Compile ipmid with yocto defaults

meson builddir -Dbuildtype=minsize -Db_lto=true -Dtests=disabled
ninja -C builddir

If any of the dependencies are not found on the host system during configuration, meson automatically gets them via its wrap dependencies mentioned in ipmid/subprojects.

Enable/Disable meson wrap feature

meson builddir -Dwrap_mode=nofallback
ninja -C builddir

Enable debug traces

meson builddir -Dbuildtype=debug
ninja -C builddir

Generate test coverage report

meson builddir -Db_coverage=true -Dtests=enabled
ninja -C builddir test
ninja -C builddir coverage