History log of /openbmc/openpower-host-ipmi-oem/oemhandler.hpp (Results 1 – 10 of 10)
Revision Date Author Comments
# d9c74acd 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: Ifce6b1c3f18e81bdb9e98f04b685e3aa6b69d292
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>

show more ...


# 81c34dfe 01-Nov-2018 Adriana Kobylak <anoo@us.ibm.com>

Replace reset BMC authentication with factory reset

Due to security concerns, replace the command that performs a
reset of the BMC authentication mechanism to perform a full
BMC reset so that any po

Replace reset BMC authentication with factory reset

Due to security concerns, replace the command that performs a
reset of the BMC authentication mechanism to perform a full
BMC reset so that any potential sensitive data is erased when
the authentication mechanism needs to be reset.

Tested: Verified the host was powered off and the BMC was
factory reset as part of this command.

Change-Id: I71dead237538d410e88710d2b7a53cea30de1426
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>

show more ...


# 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.

Change-Id: I4f01c2d658b75

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 ...


# b61b107f 28-Jan-2019 Tom Joseph <tomjoseph@in.ibm.com>

eSEL: Add severity and callout to the error metadata

The sensor number in the eSEL data is mapped to the inventory
object path and the callout association is added to the error
metadata. The mapping

eSEL: Add severity and callout to the error metadata

The sensor number in the eSEL data is mapped to the inventory
object path and the callout association is added to the error
metadata. The mappings are generated from the MRW. The severity
of the eSEL is inferred from the eSEL data and the corresponding
error level is updated in the metadata. This implementation is
moved from phosphor-ipmi-host to this repository, since this is
OpenPower specific.

Change-Id: I0bf0fe3776b593c6d38a958a23a140aeae71e754
Signed-off-by: Tom Joseph <tomjoseph@in.ibm.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-by: Patrick Venture <ven

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 ...


# 3288471d 28-Sep-2018 Matt Spinler <spinler@us.ibm.com>

Rename the reset password command

Call it 'reset authentication' instead, since it will do
more than just reset the password, such as:

* Enable local users if they were disabled
* Delete the LDAP c

Rename the reset password command

Call it 'reset authentication' instead, since it will do
more than just reset the password, such as:

* Enable local users if they were disabled
* Delete the LDAP configuration if there was one
* Reset the root password back to the default one

Change-Id: Ib71e827be5e6b75ba4f2747f64041cc5f05cda48
Signed-off-by: Matt Spinler <spinler@us.ibm.com>

show more ...


# 81e23107 09-Aug-2018 Adriana Kobylak <anoo@us.ibm.com>

Define new IBM OEM cmd to reset BMC password

Create a new OEM command to perform a reset of the BMC root
password. It'll also re-enable the local account if it had
been disabled.
The implementation

Define new IBM OEM cmd to reset BMC password

Create a new OEM command to perform a reset of the BMC root
password. It'll also re-enable the local account if it had
been disabled.
The implementation will be added in subsequent commits, for
this first change just define the new function enum.

Change-Id: I54d8b6e5ce34a2a02b0142788a32cb5edf64b451
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>

show more ...


# 246bc0d6 17-Oct-2017 Tom Joseph <tomjoseph@in.ibm.com>

Commit log entry if the eSEL record type is OCC metrics

Hostboot sends OCC metrics data like CPU temperature, memory
bandwidth etc on a periodic basis. The OCC metrics is sent
to BMC as eSEL record.

Commit log entry if the eSEL record type is OCC metrics

Hostboot sends OCC metrics data like CPU temperature, memory
bandwidth etc on a periodic basis. The OCC metrics is sent
to BMC as eSEL record. The progress field in the Partial Add
eSEL command indicates the complete eSEL record is sent.
On receiving the complete eSEL record a logging entry is made,
with the additional data containing the eSEL record.

Change-Id: I2476d7fc2bb375a8d18be3495fc9680333ca85fb
Signed-off-by: Tom Joseph <tomjoseph@in.ibm.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 using
that servi

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 ...


# 70dbc587 20-Sep-2016 Matthew Barth <msbarth@us.ibm.com>

Convert build process to autotools

Replaced the use of a manual Makefile with the use of autotools to
automatically verify and generate the necessary build files. Follow the
steps outlined within th

Convert build process to autotools

Replaced the use of a manual Makefile with the use of autotools to
automatically verify and generate the necessary build files. Follow the
steps outlined within the README.md file to build the package.

Change-Id: I25437239b3f575a5495773be49605fdf598d2054
Signed-off-by: Matthew Barth <msbarth@us.ibm.com>

show more ...