Skip to content

Commit 3d57f56

Browse files
committed
oem: ibm: Add PLDM_OEM_IBM_PANEL_TRIGGER_STATE enum
This commit adds enum PLDM_OEM_IBM_PANEL_TRIGGER_STATE which is required to trigger panel functions such as viewing system status, performing diagnostics & configuring network settings. Function codes enable detailed system control, dumps and troubleshooting. This enum will be used by PLDM to enable certain functionality that is provided by the hypervisor. Change-Id: I35e572fad831291ee180a200c292b9b43693f088 Signed-off-by: Jino Abraham <[email protected]>
1 parent 3b986d3 commit 3d57f56

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ Change categories:
8080
- oem: ibm: Modified the state set id for slot effecter and sensor
8181
- base: Add encode req & decode resp for NegotiateTransferParameters.
8282

83+
- oem: ibm: Added enum PLDM_OEM_IBM_PANEL_TRIGGER_STATE to trigger panel related
84+
bitmap functions.
85+
8386
### Changed
8487

8588
- dsp: firmware_update: Expand "params" in symbol names

include/libpldm/oem/ibm/state_set.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ enum ibm_oem_pldm_state_set_ids {
1414
PLDM_OEM_IBM_SYSTEM_POWER_STATE = 32771,
1515
PLDM_OEM_IBM_SBE_MAINTENANCE_STATE = 32772,
1616
PLDM_OEM_IBM_SBE_HRESET_STATE = 32776,
17+
PLDM_OEM_IBM_PANEL_TRIGGER_STATE = 32778,
1718
PLDM_OEM_IBM_PCIE_SLOT_EFFECTER_STATE = 32779,
1819
PLDM_OEM_IBM_PCIE_SLOT_SENSOR_STATE = 32780,
1920
PLDM_OEM_IBM_PCIE_TOPOLOGY_ACTIONS = 32781,

0 commit comments

Comments
 (0)