History log of /openbmc/intel-ipmi-oem/include/commandutils.hpp (Results 1 – 10 of 10)
Revision Date Author Comments
# 1bcced08 16-Aug-2024 Patrick Williams <patrick@stwcx.xyz>

clang-format: re-format for clang-18

clang-format-18 isn't compatible with the clang-format-17 output, so we
need to reformat the code with the latest version. The way clang-18
handles lambda forma

clang-format: re-format for clang-18

clang-format-18 isn't compatible with the clang-format-17 output, so we
need to reformat the code with the latest version. The way clang-18
handles lambda formatting also changed, so we have made changes to the
organization default style format to better handle lambda formatting.

See I5e08687e696dd240402a2780158664b7113def0e for updated style.
See Iea0776aaa7edd483fa395e23de25ebf5a6288f71 for clang-18 enablement.

Change-Id: Id2036ab746164981596b3ee36259f3ca5d3f1334
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>

show more ...


# c2a07d4b 30-May-2020 Patrick Venture <venture@google.com>

types: move common types into types header

Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: I8e6f6fbae784a8ceebcc83ac53c1beb5c7b46779


# fcd2d3a9 28-May-2020 James Feist <james.feist@linux.intel.com>

Update to latest clang-format

Update to clang-format-10

Change-Id: I1c33ef7115c7a1459164d71f63921019d2dc9a98
Signed-off-by: James Feist <james.feist@linux.intel.com>


# 886a48a9 13-May-2020 Patrick Williams <patrick@stwcx.xyz>

sdbusplus: replace message::variant with std::variant

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I3ca37b91268fdbd8579d92d293997a3d49258a87


# 262276f4 18-Oct-2019 Patrick Venture <venture@google.com>

sensor SDRs: lookup Board to set IPMI info

Looks up the board object, if there is an association, and if that board
object specifies an EntityId or EntityInstance, it will use those valu

sensor SDRs: lookup Board to set IPMI info

Looks up the board object, if there is an association, and if that board
object specifies an EntityId or EntityInstance, it will use those values
in the SDR. If the configuration of the sensor also implements one or
both of those properties, then those are used instead.

Tested: Validated if the json Board file has EntityId and
EntityInstance, those values are used in the SDR. Validated if the
configuration for the sensor has those values, then those are used
instead. Verified it works in cases where these values are not set,
etc.

Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: I998eff9b0145ede7b386041b35f488fa6dd6714f

show more ...


# ccfeb047 18-Oct-2019 Patrick Venture <venture@google.com>

commandutils: add Association object to variant

Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: Ib85dc9534ed4fec2ab32aaaaf3c80a85e608d663


# 7ecaf52b 18-Oct-2019 Patrick Venture <venture@google.com>

commandutils: add missing headers

Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: Ie981c66cf8e46b3ce820b2d1e64a07a77f2d2b58


# 2a265d54 08-Apr-2019 James Feist <james.feist@linux.intel.com>

Remove registration.hpp and api.h

They are deprecated.

Change-Id: Ia796a82814efb7bc4d796623c716833e000118bf
Signed-off-by: James Feist <james.feist@linux.intel.com>


# faa4f223 21-Mar-2019 James Feist <james.feist@linux.intel.com>

Add Exit Air Temp Limit Support

Exit air temp in BIOS is set using the TControl command.
Implement enough of this command to get Exit air temp
limit to work correctly in BIOS. BIOS h

Add Exit Air Temp Limit Support

Exit air temp in BIOS is set using the TControl command.
Implement enough of this command to get Exit air temp
limit to work correctly in BIOS. BIOS hard codes the
legacy sensor number to 0x2e, so we will probably want
to have them fix this at some point in the future.

Tested: Changed clamp values through bios and they were
the same on next read.

Change-Id: I17e1f9771d3b7806a9ea1e3db30c2d5a7b2cab6a
Signed-off-by: James Feist <james.feist@linux.intel.com>

show more ...


# 3f7c5e40 03-Oct-2018 Jason M. Bills <jason.m.bills@linux.intel.com>

Add Intel-specific IPMI sensor commands

Also includes SDR storage commands that are required to support
the 'ipmitool sensor list' command.

Change-Id: Id1830097d93882114085fce72

Add Intel-specific IPMI sensor commands

Also includes SDR storage commands that are required to support
the 'ipmitool sensor list' command.

Change-Id: Id1830097d93882114085fce723f0b92367b2db48
Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>

show more ...