Update API’s of VPD.Manager interfaceThis commit adds following APIs to VPD.Manager interface: - API to update keyword value. - API to read keyword value. - API to get hardware path of a F
Update API’s of VPD.Manager interfaceThis commit adds following APIs to VPD.Manager interface: - API to update keyword value. - API to read keyword value. - API to get hardware path of a FRU. - Property that indicates the VPD collection status of the system.Change-Id: I12dbc254c1c318eb2133abddc0ce28576cdb0e15Signed-off-by: Rekha Aparna <vrekhaaparna@ibm.com>
show more ...
Interface for FRU VPD collectionThis commit implements com.ibm.VPD.Collectioninterface which holds CollectionState propertyto describe the status of FRU VPD collection.Change-Id: Ib0b6ca1bffeee
Interface for FRU VPD collectionThis commit implements com.ibm.VPD.Collectioninterface which holds CollectionState propertyto describe the status of FRU VPD collection.Change-Id: Ib0b6ca1bffeee089059b5ba6fd04630f26f0bb66Signed-off-by: Priyanga Ramasamy <priyanga24@in.ibm.com>
IBM: Api to collect single FRU VPDAn api to collect VPD of a given FRU by launching theparser exe asynchronously.It can be used to collect VPD of any given FRU in case ofconcurrent maintenance.
IBM: Api to collect single FRU VPDAn api to collect VPD of a given FRU by launching theparser exe asynchronously.It can be used to collect VPD of any given FRU in case ofconcurrent maintenance.As a pre-requisite for this api, deleteFRUVPD api needs tobe called for that particular FRU.As this api makes async call to the parser, caller needs toregister for Present property change signal for that FRU onDBus to ensure successful execution of VPD parser for thatFRU.The caller is also suggested to have a timer of around twomins at their end and in case the present property is notset to true in that timeline, can mark the call as failed.Change-Id: Ia0dff5825ff3e0f9214d5212f1151023568e5a2dSigned-off-by: Sunny Srivastava <sunnsr25@in.ibm.com>
reformat with latest settingsReformat with the latest settings from openbmc-build-scripts (andcopy latest config files where appropriate). Fix a few minormarkdownlint issues.Signed-off-by: Pat
reformat with latest settingsReformat with the latest settings from openbmc-build-scripts (andcopy latest config files where appropriate). Fix a few minormarkdownlint issues.Signed-off-by: Patrick Williams <patrick@stwcx.xyz>Change-Id: I55205817c29dc3f182a165ddf9cd5d4e07b90063
treewide: use more specific object_path typeThe sdbus++ tool allows the YAML to specify either "path" or"object_path". Switch to "object_path" everywhere for consistencyand clarity.Signed-off-
treewide: use more specific object_path typeThe sdbus++ tool allows the YAML to specify either "path" or"object_path". Switch to "object_path" everywhere for consistencyand clarity.Signed-off-by: Patrick Williams <patrick@stwcx.xyz>Change-Id: I60c51b2ece5fc4cb23d05ce5151301db3dcddf3a
yaml: format with prettierSigned-off-by: Patrick Williams <patrick@stwcx.xyz>Change-Id: I193f690f3612fe72ec69030f81f4d5096a761601
treewide: Create yaml directoryThis allows the propagated yamldir paramter to work correctly insubproject style builds. We don't want other files in the projectconflicting with tools that scan th
treewide: Create yaml directoryThis allows the propagated yamldir paramter to work correctly insubproject style builds. We don't want other files in the projectconflicting with tools that scan the yamldir.Change-Id: Ie2759c7f3baf399392cdda0e507055ceb262d2e1Signed-off-by: William A. Kennington III <wak@google.com>