#
fbc6c9d7 |
| 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: I44441096113929ce96eb1439e2932e6ff3c87f27 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
fa6e2092 |
| 24-Apr-2020 |
Kirill Pakhomov <k.pakhomov@yadro.com> |
Add FRU device presence check
Resolves: openbmc/openbmc#3287
Check the FRU device's Present property upon a FRU device info reading request. Return 0xCB completion code for missing devices.
Tested
Add FRU device presence check
Resolves: openbmc/openbmc#3287
Check the FRU device's Present property upon a FRU device info reading request. Return 0xCB completion code for missing devices.
Tested: Verified using ipmitool commands.
Test case 1, request info about existing FRU device: Command: ipmitool -I lanplus -U root -P <password> -H <ip_addr> fru print <fru_id> Response: //Success, FRU data
Test case 2, request info about missing FRU device: Command: ipmitool -I lanplus -U root -P <password> -H <ip_addr> fru print <fru_id> Response: Device not present (Requested sensor, data, or record not found)
Change-Id: Iaf20f616858d5954ed2c5f5fe96363383aa943be Signed-off-by: Kirill Pakhomov <k.pakhomov@yadro.com>
show more ...
|
#
b118c4b3 |
| 08-May-2020 |
Kirill Pakhomov <k.pakhomov@yadro.com> |
read_fru_data: move and rename constants
Moved the DBus constants, used for reading FRU records from the Inventory, to the read_fru_data.hpp header file. Renamed these constants to comply with the l
read_fru_data: move and rename constants
Moved the DBus constants, used for reading FRU records from the Inventory, to the read_fru_data.hpp header file. Renamed these constants to comply with the lowerCamelCase convention. Moved and renamed constants remain within the ipmi::fru namespace.
Change-Id: If32c4a9c176453c414d9813c801ecc11ff81c038 Signed-off-by: Kirill Pakhomov <k.pakhomov@yadro.com>
show more ...
|
#
0b02be92 |
| 31-Aug-2018 |
Patrick Venture <venture@google.com> |
add .clang-format
Change-Id: I7c2a527b4751a560703a61fcbe9638b150546af5 Signed-off-by: Patrick Venture <venture@google.com>
|
#
908f7507 |
| 10-Jul-2017 |
Marri Devender Rao <devenrao@in.ibm.com> |
cater for property change signal to invalidate fru data
Resolves openbmc/openbmc#1560
Change-Id: I90897959dab76181a6006c372c4b60cc1bdd0c0c Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
|
#
0acf057f |
| 03-Jul-2017 |
Marri Devender Rao <devenrao@in.ibm.com> |
read data for the specified FRU id from inventory
Change-Id: I5255541719edad6453cd3163d9ad428548f1a2c7 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
|