#
fa084700 |
| 26-May-2024 |
Manojkiran Eda <manojkiran.eda@gmail.com> |
Make containerId optional in the event json file
During the PDR exchange, normalization causes the container IDs of remote entities to change. Therefore, checking for a predefined container ID from
Make containerId optional in the event json file
During the PDR exchange, normalization causes the container IDs of remote entities to change. Therefore, checking for a predefined container ID from a remote terminus for sensor events does not provide any benefit. This commit adds support for optionally skipping the check for remote container id for sensor events when needed.
Tested: Unit tests passed.
Change-Id: I871044815194b7aed507c105ae04f1418e084de1 Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
show more ...
|
#
5ef5b340 |
| 27-Feb-2024 |
Sagar Srinivas <sagar.srinivas@ibm.com> |
oem-ibm: Add state set id support for remote sensor events
Infrastructure commit- https://gerrit.openbmc.org/c/openbmc/pldm/+/69548
This commit would add similar change for oem sensor json too.
TE
oem-ibm: Add state set id support for remote sensor events
Infrastructure commit- https://gerrit.openbmc.org/c/openbmc/pldm/+/69548
This commit would add similar change for oem sensor json too.
TESTED: with pldmtool raw commands sending sensor events to the BMC.
Signed-off-by: Sagar Srinivas <sagar.srinivas@ibm.com> Change-Id: I82bc849195fa3b65d6afb353c852aada163bba46
show more ...
|
#
80525527 |
| 03-Apr-2023 |
Pavithra Barithaya <pavithra.b@ibm.com> |
Adding JSON support for IPV6 configuration
This commit adds the JSON changes needed to support the IPV6 configuration.
Tested: Enabled a Static address via RedFish and observed the IPV6 Enable prop
Adding JSON support for IPV6 configuration
This commit adds the JSON changes needed to support the IPV6 configuration.
Tested: Enabled a Static address via RedFish and observed the IPV6 Enable property set to true.
Change-Id: Ifa4f5d248667ec0808ab0ef412df91cde51d1cea Signed-off-by: Pavithra Barithaya <pavithra.b@ibm.com>
show more ...
|
#
3618064e |
| 08-Dec-2022 |
Patrick Williams <patrick@stwcx.xyz> |
prettier: re-format
Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML files to have consistent formatting for these file types. Re-run the formatter on the whole repository.
prettier: re-format
Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML files to have consistent formatting for these file types. Re-run the formatter on the whole repository.
Change-Id: I0d25f27a5e449578967915d9f570cc29246927d7 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
915baa3a |
| 23-Feb-2022 |
Priyanga Ramasamy <priyanga24@in.ibm.com> |
Update dbus-property for OS IPL mode state sensor change
When there is a OS IPL mode sensor state change event from PHYP, the event state value needs to be updated in OSIPLMode dbus property hosted
Update dbus-property for OS IPL mode state sensor change
When there is a OS IPL mode sensor state change event from PHYP, the event state value needs to be updated in OSIPLMode dbus property hosted by com.ibm.PanelApp service.
This commit updates oem state sensor json with the OS IPL Mode sensor info with the corresponding panel dbus property that needs to get updated.
Test: Tested on rainier. case 1: Set OS IPL mode sensor state as ENABLED
root@p10bmc:/tmp# busctl get-property com.ibm.PanelApp /com/ibm/panel_app com.ibm.panel OSIPLMode b false root@p10bmc:/tmp# root@p10bmc:/tmp# pldmtool raw --data 0x80 0x02 0x0A 0x01 0xD0 0x00 0x05 0x00 0x01 0x00 0x01 0x02 pldmtool: Tx: 08 01 80 02 0a 01 d0 00 05 00 01 00 01 02 pldmtool: Rx: 08 01 00 02 0a 00 00 root@p10bmc:/tmp# root@p10bmc:/tmp# busctl get-property com.ibm.PanelApp /com/ibm/panel_app com.ibm.panel OSIPLMode b true
case 2: Set OS IPL mode sensor state as DISABLED
root@p10bmc:/tmp# busctl get-property com.ibm.PanelApp /com/ibm/panel_app com.ibm.panel OSIPLMode b true root@p10bmc:/tmp# pldmtool raw --data 0x80 0x02 0x0A 0x01 0xD0 0x00 0x05 0x00 0x01 0x00 0x02 0x01 pldmtool: Tx: 08 01 80 02 0a 01 d0 00 05 00 01 00 02 01 pldmtool: Rx: 08 01 00 02 0a 00 00 root@p10bmc:/tmp# root@p10bmc:/tmp# busctl get-property com.ibm.PanelApp /com/ibm/panel_app com.ibm.panel OSIPLMode b false root@p10bmc:/tmp#
Signed-off-by: Priyanga Ramasamy <priyanga24@in.ibm.com> Change-Id: Ica7812138b34e449bcca5aa52673acc726975caf
show more ...
|
#
70a47baf |
| 02-Sep-2021 |
Patrick Williams <patrick@stwcx.xyz> |
dos2unix conversion Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I78a4c2f28285ea30d66895b352402bfd12f95c00
|
#
772403b9 |
| 08-Feb-2021 |
Pavithra Barithaya <pavithra.b@ibm.com> |
PLDM: Fix for handling invalid event state This commit makes a quick fix for handling the invalid event state. This corrects the behaviour of the pldm responder where it reports the
PLDM: Fix for handling invalid event state This commit makes a quick fix for handling the invalid event state. This corrects the behaviour of the pldm responder where it reports the error from the host side rather than the BMC side. Tested on rainier. Change-Id: I66e5f64aa00d40c1b8bb73f30e5338f6db521e8f Signed-off-by: Pavithra Barithaya <pavithra.b@ibm.com>
show more ...
|
#
a792b216 |
| 12-Aug-2020 |
Tom Joseph <tomjoseph@in.ibm.com> |
VMI sensors: Add JSON changes to support VMI sensors The handling for state sensor events for VMI network status sensors were hardcoded. This patch makes the sensor handling for VMI sens
VMI sensors: Add JSON changes to support VMI sensors The handling for state sensor events for VMI network status sensors were hardcoded. This patch makes the sensor handling for VMI sensors data driven and also to handle for host sensors which are standard and OEM. The OCC sensors handling is moved to openpower-occ-control app so removing it from event_state_sensor.json file. Tested: By using pldmtool, the PlatformEventMessage is generated for VMI sensors and verified the D-Bus propert in settings manager. Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com> Change-Id: I851573e54e2c1984bed142fdc1c2d40f37e544a9
show more ...
|