History log of /openbmc/intel-ipmi-oem/include/multinodecommands.hpp (Results 1 – 3 of 3)
Revision Date Author Comments
# 80d4d5f9 15-Feb-2023 Matt Simmering <matthew.simmering@intel.com>

Change terminology to inclusive terms

Tested: No functionality changes, code still compiles.

Change-Id: I61dd3c6f3ecfb96088a68b1254a22c5fa5376b3d
Signed-off-by: Matt Simmering <matthew.simmering@in

Change terminology to inclusive terms

Tested: No functionality changes, code still compiles.

Change-Id: I61dd3c6f3ecfb96088a68b1254a22c5fa5376b3d
Signed-off-by: Matt Simmering <matthew.simmering@intel.com>

show more ...


# 98bbf69a 16-Sep-2019 Vernon Mauery <vernon.mauery@linux.intel.com>

update oemcommands.hpp to use new API

All the command handler numbers and netfn numbers were done
using the old API. This updates all the enums to be ipmi::Cmd
or ipmi::NetFn types. This improves re

update oemcommands.hpp to use new API

All the command handler numbers and netfn numbers were done
using the old API. This updates all the enums to be ipmi::Cmd
or ipmi::NetFn types. This improves readability by eliminating
unneeded static_casts and brings the legacy code to the present.

One minor fix, otherwise the code is the same. The call to
registerFilter was passing a netfn instead of a priority. It compiled
but it was incorrect. This updates it to use the correct parameter.

Tested: builds and produces the same binary output (other than the
aforementioned registerFilter fix)

Change-Id: I7e83123245b3f340088f8ec75a31b7611d0ecda0
Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>

show more ...


# 94e9d1a8 06-May-2019 Qiang XU <qiang.xu@linux.intel.com>

Add OEM IPMI commands to query node ID and node presence

These OEM IPMI commands are used on multi-node platform to query
info such as node ID, multi-node presence, node role.

Tested:
ipmitool raw

Add OEM IPMI commands to query node ID and node presence

These OEM IPMI commands are used on multi-node platform to query
info such as node ID, multi-node presence, node role.

Tested:
ipmitool raw 0x30 0x36 // Get multiNodeId
ipmitool raw 0x30 0x63 // Get multiNodePresence
ipmitool raw 0x30 0x33 // Get multiNodeRole

Change-Id: I54a78bb2ed37cf71770c7b9f7e3124f530fa9246
Signed-off-by: Qiang XU <qiang.xu@linux.intel.com>

show more ...