History log of /openbmc/openpower-hw-diags/util/pldm.cpp (Results 1 – 4 of 4)
Revision Date Author Comments
# a001020f 27-Jun-2024 Andrew Jeffery <andrew@codeconstruct.com.au>

util: pldm: Replace deprecated libpldm include path

More OEMs than IBM are contributing to libpldm and so the header
structure was rearranged.

Patch was generated using:

```
$ spatch --sp-file sub

util: pldm: Replace deprecated libpldm include path

More OEMs than IBM are contributing to libpldm and so the header
structure was rearranged.

Patch was generated using:

```
$ spatch --sp-file subprojects/libpldm/evolutions/current/oem-ibm-header-compat.cocci --in-place $(git ls-files -- ':/:*.[ch]'{,pp})
```

Change-Id: I77273163edd9fa3072bde3499c3dbb529f2188b0
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>

show more ...


# 7435fc0e 20-Oct-2023 Patrick Williams <patrick@stwcx.xyz>

clang-format: copy latest and re-format

clang-format-17 has some backwards incompatible changes that require
additional settings for best compatibility and re-running the formatter.
Copy the latest

clang-format: copy latest and re-format

clang-format-17 has some backwards incompatible changes that require
additional settings for best compatibility and re-running the formatter.
Copy the latest .clang-format from the docs repository and reformat the
repository.

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

show more ...


# 27dd6368 10-May-2023 Patrick Williams <patrick@stwcx.xyz>

clang-format: copy latest and re-format

clang-format-16 has some backwards incompatible changes that require
additional settings for best compatibility and re-running the formatter.
Copy the latest

clang-format: copy latest and re-format

clang-format-16 has some backwards incompatible changes that require
additional settings for best compatibility and re-running the formatter.
Copy the latest .clang-format from the docs repository and reformat the
repository.

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

show more ...


# bb90afc7 14-Dec-2022 Ben Tyner <ben.tyner@ibm.com>

Add support for pldm based SBE hreset

Added functions for sending pldm requests and
specifically for sending SBE hreset requests.

Signed-off-by: Ben Tyner <ben.tyner@ibm.com>
Change-Id: If2e38954df

Add support for pldm based SBE hreset

Added functions for sending pldm requests and
specifically for sending SBE hreset requests.

Signed-off-by: Ben Tyner <ben.tyner@ibm.com>
Change-Id: If2e38954df80a0bee72c5c3020e5ee3d81493774

show more ...