commit | 1dd18d2466e7952a0d27b3e5c9fa18e6e91336e6 | [log] [tgz] |
---|---|---|
author | Prithvi Pai <ppai@nvidia.com> | Fri Sep 19 14:27:03 2025 +0530 |
committer | Prithvi Pai <ppai@nvidia.com> | Mon Sep 22 14:09:45 2025 +0000 |
tree | 792e984d0b49597ee9303773a4cb9dd11dcca043 | |
parent | 400695c4c1d1c56b58bc22931c9b3bc60cfe0972 [diff] |
Add fix for GetChannelPaylodSupport Currently `getChannelName` throws when the channel number is invalid. Because of which the error reported is Unspecified. Example: root@gb200nvl-obmc:~# ipmitool raw 0x06 0x4E 0x4 [1] Unable to send RAW command (channel=0x0 netfn=0x6 lun=0x0 cmd=0x4e rsp=0xff): Unspecified error Added a patch to handle this gracefully Tested: Tested on gb200nvl-obmc platform root@gb200nvl-obmc:~# ipmitool raw 0x06 0x4E 0x4 [2] Unable to send RAW command (channel=0x0 netfn=0x6 lun=0x0 cmd=0x4e rsp=0xcc): Invalid data field in request Change-Id: Ibc9981d5e7143311f28bb9191fed4d68cd81356b 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