#
dcdcd3b8 |
| 15-Jun-2021 |
Sridevi Ramesh <sridevra@in.ibm.com> |
pldmtool: Display GetPDR state set ID possible state names in an array Note: Also, displays OEM state set and their possible states. Created new oem_ibm_state_set.hpp for OEM IBM P
pldmtool: Display GetPDR state set ID possible state names in an array Note: Also, displays OEM state set and their possible states. Created new oem_ibm_state_set.hpp for OEM IBM PDR's possible states. Example: { "nextRecordHandle": 115, "responseCount": 27, "recordHandle": 114, "PDRHeaderVersion": 1, "PDRType": "State Sensor PDR", "recordChangeNumber": 0, "dataLength": 17, "PLDMTerminusHandle": 0, "sensorID": 93, "entityType": "[Physical] Unspecified", "entityInstanceNumber": 0, "containerID": 0, "sensorInit": "noInit", "sensorAuxiliaryNamesPDR": false, "compositeSensorCount": 1, "stateSetID[0]": "Identify State(17)", "possibleStatesSize[0]": 1, "possibleStates[0]": [ "Identify State Unasserted(1)", "Identify State Asserted(2)" ] } { "nextRecordHandle": 125, "responseCount": 27, "recordHandle": 124, "PDRHeaderVersion": 1, "PDRType": "State Sensor PDR", "recordChangeNumber": 0, "dataLength": 17, "PLDMTerminusHandle": 0, "sensorID": 103, "entityType": "[Physical] System chassis (main enclosure)", "entityInstanceNumber": 1, "containerID": 0, "sensorInit": "noInit", "sensorAuxiliaryNamesPDR": false, "compositeSensorCount": 1, "stateSetID[0]": "Operational Fault Status(10)", "possibleStatesSize[0]": 1, "possibleStates[0]": [ "Normal(1)", "Stressed(2)" ] } { "nextRecordHandle": 249, "responseCount": 30, "recordHandle": 248, "PDRHeaderVersion": 1, "PDRType": "State Effecter PDR", "recordChangeNumber": 0, "dataLength": 16, "PLDMTerminusHandle": 1, "effecterID": 116, "entityType": "[Physical] OEM IBM Firmware Update", "entityInstanceNumber": 1, "containerID": 0, "effecterSemanticID": 0, "effecterInit": "noInit", "effecterDescriptionPDR": false, "compositeEffecterCount": 1, "stateSetID[0]": "OEM IBM Boot State(32769)", "possibleStatesSize[0]": 2, "possibleStates[0]": [ "P Side(1)", "T side(2)" ] } Signed-off-by: Sridevi Ramesh <sridevra@in.ibm.com> Change-Id: Iae44b14dab071683c86fd65c95e984b9287eca80
show more ...
|