History log of /openbmc/openpower-hw-diags/util/pldm.cpp (Results 1 – 6 of 6)
Revision Date Author Comments
# 08f25b21 14-Oct-2024 Pavithra Barithaya <pavithrabarithaya07@gmail.com>

Change "mctp instance id" to "pldm instance id"

Instance IDs are the ids given from the instanceID database
to the PLDM request and response messages.
Its not a MCTP thing but rather related to the

Change "mctp instance id" to "pldm instance id"

Instance IDs are the ids given from the instanceID database
to the PLDM request and response messages.
Its not a MCTP thing but rather related to the PLDM messages.

Change-Id: I6eda652ec86cba691b8b2b848ca0c9227e4c05dc
Signed-off-by: Pavithra Barithaya <pavithrabarithaya07@gmail.com>

show more ...


# a0c724d3 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: I1d204ff0a167c43688f2217e9dee5504c71cd4f0
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>

show more ...


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