History log of /openbmc/openpower-host-ipmi-oem/host-interface.hpp (Results 1 – 5 of 5)
Revision Date Author Comments
# a0a221fd 22-Jul-2022 Patrick Williams <patrick@stwcx.xyz>

sdbusplus: use shorter type aliases

The sdbusplus headers provide shortened aliases for many types.
Switch to using them to provide better code clarity and shorter
lines. Possible replacements are

sdbusplus: use shorter type aliases

The sdbusplus headers provide shortened aliases for many types.
Switch to using them to provide better code clarity and shorter
lines. Possible replacements are for:
* bus_t
* exception_t
* manager_t
* match_t
* message_t
* object_t
* slot_t

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

show more ...


# 61950109 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: I2507d27d0dd7672a2a91c7e4f82a48229e9cecac


# 822eaf6d 12-Feb-2019 William A. Kennington III <wak@google.com>

Convert host-ipmid -> libipmid

phosphor-host-ipmid now exposes a library along with headers for
interfacing with the ipmi daemon. Compile and link against the new
library.

C

Convert host-ipmid -> libipmid

phosphor-host-ipmid now exposes a library along with headers for
interfacing with the ipmi daemon. Compile and link against the new
library.

Change-Id: I4f01c2d658b75d27e11f90013198a4951c62b1f5
Signed-off-by: William A. Kennington III <wak@google.com>

show more ...


# 02261c0c 31-Oct-2018 Patrick Venture <venture@google.com>

add .clang-format

Add clang-format file to enable auto-formatting during development and
checking during CI.

Change-Id: I8389797fb47c019b8523057cb99486636efec623
Signed-off-

add .clang-format

Add clang-format file to enable auto-formatting during development and
checking during CI.

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

show more ...


# 07655065 14-Jul-2017 Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>

Add support to send host bound commands for OpenPower machines

Ipmid launches a D-Bus service that would enable REST users to
send commands to Host. This commit puts the support for usin

Add support to send host bound commands for OpenPower machines

Ipmid launches a D-Bus service that would enable REST users to
send commands to Host. This commit puts the support for using
that service to send commands that are applicable to OpenPower
implementations only.

Change-Id: I68dcb3e742145b85a719fa3045367402aa1ed19b
Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>

show more ...