History log of /openbmc/libpldm/include/libpldm/oem/ibm/entity.h (Results 1 – 2 of 2)
Revision Date Author Comments
# ea435c9f 30-Apr-2024 Jayashankar Padath <jayashankar.padath@in.ibm.com>

oem: ibm: Support for the Real SAI entity id

This commit adds the Real SAI (System Attention Indicator) oem
entity id.

Real SAI is a physical led indicator which lights up whenever
there is a platf

oem: ibm: Support for the Real SAI entity id

This commit adds the Real SAI (System Attention Indicator) oem
entity id.

Real SAI is a physical led indicator which lights up whenever
there is a platform error (originated from BMC) or a partition
error that is not mapped to any physical FRU (Field Replaceable Unit).

The pldm commit that uses this value is
https://gerrit.openbmc.org/c/openbmc/pldm/+/48906

Change-Id: I3e070303c1a8aed236be05fbf79a402f6b1322f8
Signed-off-by: Jayashankar Padath <jayashankar.padath@in.ibm.com>

show more ...


# a7989cd6 30-Oct-2023 Pavithra Barithaya <pavithra.b@ibm.com>

meson: Fix for OEM header collision issue

It needs to be possible to build libpldm with any number of oem features
enabled simultaneously. If the header files are same then the earlier
implementatio

meson: Fix for OEM header collision issue

It needs to be possible to build libpldm with any number of oem features
enabled simultaneously. If the header files are same then the earlier
implementation will not work.

Install the header file in a way that doesn't break any oem portions.
Also the symlinks are generated to the older location until we migrate
the applications using the files to new location.

Tested: The headers are installed in the new location
and symlinks are generated.

Change-Id: I1455d52ff4b0c7f74b49d136bf582182537592d1
Signed-off-by: Pavithra Barithaya <pavithra.b@ibm.com>
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>

show more ...