commit | 6b580c7ceb0a5073c3ff3d264ab52e2a726dc9d5 | [log] [tgz] |
---|---|---|
author | Prithvi Pai <ppai@nvidia.com> | Thu Jun 05 11:13:34 2025 +0530 |
committer | Prithvi Pai <ppai@nvidia.com> | Tue Jun 17 01:44:13 2025 +0000 |
tree | 7f2e1fbc8e71b50f70f4988478930ebe7af34a54 | |
parent | ab1d2b0f81e4aa363835e4414b5a61bf61172cb6 [diff] |
Add in-tree nvidia-ipmi-oem provider This patch adds nvidia-ipmi-oem. The current patch adds support to 2 commands: 1) GET BIOS PASSWORD 2) SET BIOS PASSWORD Tested: 1) Tested on patch https://gerrit.openbmc.org/c/openbmc/openbmc/+/80748 Change-Id: I48599a1b85a3a614c56e7687b8646f7dfe1e7bb1 Signed-off-by: Prithvi Pai <ppai@nvidia.com>
meson builddir ninja -C builddir
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
.
meson builddir -Dwrap_mode=nofallback ninja -C builddir
meson builddir -Dbuildtype=debug ninja -C builddir
meson builddir -Db_coverage=true -Dtests=enabled ninja -C builddir test ninja -C builddir coverage